Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Releases: thealjey/webcompiler

webcompiler v3.0.3

30 Dec 16:49
Compare
Choose a tag to compare

v3.0.3 - Wed, 30 Dec 2015 16:49:17 GMT

  • b174e99 [fixed] read the babel config options from under the "env" key
  • 20cc69e [fixed] updated autoprefixer

webcompiler v2.0.5

14 Oct 15:49
Compare
Choose a tag to compare

v2.0.5 - Wed, 14 Oct 2015 15:49:08 GMT

webcompiler v2.0.4

09 Oct 22:44
Compare
Choose a tag to compare

v2.0.4 - Fri, 09 Oct 2015 22:44:04 GMT

webcompiler v2.0.3

09 Oct 22:37
Compare
Choose a tag to compare

v2.0.3 - Fri, 09 Oct 2015 22:37:20 GMT

  • 64e683d [changed] README.docs.md -> doc_readme.md

webcompiler v2.0.1

09 Oct 21:45
Compare
Choose a tag to compare

v2.0.1 - Fri, 09 Oct 2015 21:45:11 GMT

  • f5f46aa [fixed] force push the docs [ci skip]

webcompiler v1.5.4

07 Oct 09:09
Compare
Choose a tag to compare

v1.5.4 - Wed, 07 Oct 2015 09:09:19 GMT

  • d4a8b1b [fixed] disabled the react/sort-comp rule

webcompiler v1.5.3

04 Oct 17:58
Compare
Choose a tag to compare

v1.5.3 - Sun, 04 Oct 2015 17:58:35 GMT

  • 566d2db [fixed] yaml indentation issue

webcompiler v1.5.2

04 Oct 17:41
Compare
Choose a tag to compare

v1.5.2 - Sun, 04 Oct 2015 17:41:39 GMT

  • 0c90d71 [fixed] updated eslint to v1.6.0 and enabled the no-negated-condition rule

webcompiler v1.5.0

29 Sep 21:41
Compare
Choose a tag to compare

v1.5.0 - Tue, 29 Sep 2015 21:41:16 GMT

  • d4ad959 [changed] inherit eslint-config-airbnb with some refined best practices
  • 6a0a6eb [fixed] updated 3rd party dependencies
  • d6a7c07 [fixed] updated to Flow v0.16.0
  • 1ecb8ab [fixed] jsdoc for optinal arguments contains the default value
  • 111d8a9 [fixed] updated to NodeJS v4.1.1
  • 235dd29 [added] a port number argument into the DevServer constructor
  • 0715999 [fixed] only execute tests after a successful build
  • a25ba24 [fixed] NativeProcess does not crash when inheriting stdio
  • a4b43a3 [fixed] do not include a "generated on" timestamp in the footer of the documentation files
  • 735d9fa [fixed] made flow ignore all folders except for "lib" and "node_modules"