This repository has been 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-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
constructoroptions
argument - e0e030a [changed] constructor signatures of
Compiler
,JSCompiler
,SASSCompiler
,JS
andSASS
to allow for additional options to be passed more easily;JSCompiler
now 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
->IterableCollection
in the lodash interface file to make it work with Flow >=0.38.0 - 8da6ce7 [fixed] switched from
no-invalid-this
andsemi
ESLint rules to the same rules in theeslint-plugin-babel
package
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-spawn
instead ofchild_process
inNativeProcess
for 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 thewebpack
module private - e0e7a60 [added] function
logSequentialSuccessMessage
to thelogger
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 theDocumentation
class
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
webpack
2.3 andwebpack-hot-loader
3.0 come out - 5396dbb [fixed] added a link to the Changelog to README.md