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

Releases: thealjey/webcompiler

webcompiler v7.0.1

21 Apr 09:37
Compare
Choose a tag to compare

v7.0.1 - Fri, 21 Apr 2017 09:37:21 GMT

  • 2e7d0ba [fixed] React.PropTypes is deprecated in favor of the "prop-types" module
  • edaa3ef [fixed] the isNode check for when the process variable exists in the browser

webcompiler v7.0.0

05 Apr 15:25
Compare
Choose a tag to compare

v7.0.0 - Wed, 05 Apr 2017 15:24:55 GMT

  • f29f23d [fixed] favor lodash over native methods
  • 41c8c95 [fixed] favor eslint-disable-next-line over disabling and then re-enabling a rule manually
  • a30d433 [fixed] JS.typecheck to disregard the contents of stderr when executing the flow typechecker, because it prints errors to stdout
  • 5488581 [fixed] the type signature of the Documentation constructor options argument
  • e0e030a [changed] constructor signatures of Compiler, JSCompiler, SASSCompiler, JS and SASS to allow for additional options to be passed more easily; JSCompiler now supports the "library" and "libraryTarget" options from webpack

webcompiler v6.8.4

13 Mar 16:36
Compare
Choose a tag to compare

v6.8.4 - Mon, 13 Mar 2017 16:35:33 GMT

  • 1090c8f [changed] display relative file paths when logging errors
  • 5802023 [fixed] updated dependencies
  • 7d08bf9 [fixed] renamed type Iterable -> IterableCollection in the lodash interface file to make it work with Flow >=0.38.0
  • 8da6ce7 [fixed] switched from no-invalid-this and semi ESLint rules to the same rules in the eslint-plugin-babel package

webcompiler v6.8.3

17 Feb 16:41
Compare
Choose a tag to compare

v6.8.3 - Fri, 17 Feb 2017 16:41:37 GMT

  • da39703 [fixed] simplified regexp pattern for error detection in NativeProcess

webcompiler v6.8.2

17 Feb 16:23
Compare
Choose a tag to compare

v6.8.2 - Fri, 17 Feb 2017 16:23:24 GMT

  • 528c86d [fixed] used cross-spawn instead of child_process in NativeProcess for compatibility with the Windows operating system

webcompiler v6.8.1

14 Feb 23:26
Compare
Choose a tag to compare

v6.8.1 - Tue, 14 Feb 2017 23:26:37 GMT

  • 50b24dd [fixed] in production mode there is no longer a separate source map file (for performance reasons), do not attempt to read it from memory-fs

webcompiler v6.8.0

13 Feb 19:48
Compare
Choose a tag to compare

v6.8.0 - Mon, 13 Feb 2017 19:48:25 GMT

  • 9895f9e [fixed] typo
  • f367a00 [added] the livereload helper function
  • 6f1d890 [fixed] added a temporary hack/fix for react-hot-loader, while the stable version v3 is not out yet
  • 60a0dc8 [fixed] link to the license in readme

webcompiler v6.7.0

11 Feb 17:30
Compare
Choose a tag to compare

v6.7.0 - Sat, 11 Feb 2017 17:30:06 GMT

  • 7c8ae19 [changed] created a new module util; made the webpack module private
  • e0e7a60 [added] function logSequentialSuccessMessage to the logger module
  • 1e86281 [fixed] use cheaper "eval-source-map" in development mode when constructing a webpack compiler for faster rebuilds
  • a507dbb [fixed] removed duplicated declaration for defaultConfigFile
  • 5520224 [added] the watch method to the Documentation class

webcompiler v6.6.1

11 Feb 09:56
Compare
Choose a tag to compare

v6.6.1 - Sat, 11 Feb 2017 09:55:59 GMT

  • d31bb2b [added] the "Troubleshooting" section to README.md
  • 2e62ccb [changed] added the check for the "relative_root" watchman server capability; also added client disconnection on error
  • b4de55c [fixed] updated default jsdoc configuration

webcompiler v6.6.0

09 Feb 19:50
Compare
Choose a tag to compare

v6.6.0 - Thu, 09 Feb 2017 19:50:39 GMT

  • ccc6661 [fixed] a very long standing issue (it basically existed from the very beginning) by ignoring ".babelrc" files and enabling the ES2015 module syntax transpilation; tree shaking will be available again when both webpack 2.3 and webpack-hot-loader 3.0 come out
  • 5396dbb [fixed] added a link to the Changelog to README.md