This repository was archived by the owner on Jul 9, 2021. It is now read-only.
Releases: thealjey/webcompiler
Releases · thealjey/webcompiler
webcompiler v7.0.1
webcompiler v7.0.0
v7.0.0 - Wed, 05 Apr 2017 15:24:55 GMT
- f29f23d [fixed] favor lodash over native methods
- 41c8c95 [fixed] favor
eslint-disable-next-lineover disabling and then re-enabling a rule manually - a30d433 [fixed]
JS.typecheckto disregard the contents of stderr when executing the flow typechecker, because it prints errors to stdout - 5488581 [fixed] the type signature of the
Documentationconstructoroptionsargument - e0e030a [changed] constructor signatures of
Compiler,JSCompiler,SASSCompiler,JSandSASSto allow for additional options to be passed more easily;JSCompilernow supports the"library"and"libraryTarget"options from webpack
webcompiler v6.8.4
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->IterableCollectionin the lodash interface file to make it work with Flow >=0.38.0 - 8da6ce7 [fixed] switched from
no-invalid-thisandsemiESLint rules to the same rules in theeslint-plugin-babelpackage
webcompiler v6.8.3
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
v6.8.2 - Fri, 17 Feb 2017 16:23:24 GMT
- 528c86d [fixed] used
cross-spawninstead ofchild_processinNativeProcessfor compatibility with the Windows operating system
webcompiler v6.8.1
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
webcompiler v6.7.0
v6.7.0 - Sat, 11 Feb 2017 17:30:06 GMT
- 7c8ae19 [changed] created a new module
util; made thewebpackmodule private - e0e7a60 [added] function
logSequentialSuccessMessageto theloggermodule - 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
watchmethod to theDocumentationclass
webcompiler v6.6.1
webcompiler v6.6.0
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
webpack2.3 andwebpack-hot-loader3.0 come out - 5396dbb [fixed] added a link to the Changelog to README.md