Changelog
*v3.10.3 - 13/06/2020
Changelog
v3.10.2 - 11/06/2020
merger set
command, which was due to a bug added with the help command.
Changelog
v3.10.1 - 05/06/2020
Changelog
v3.10.0 - 18/05/2020
merger set --list
command, to list all the possible
full configuration keys (no aliases).
Changelog
v3.9.5 - 31/03/2020
Changelog
Hotfix v3.9.1 to v3.9.4 - 20/11/2019
merger init
command.
merger rm
command. In case there was only one file, the program crashed.
Changelog
Hotfix v3.9.1 to v3.9.4 - 20/11/2019
merger init
command.
merger rm
command. In case there was only one file, the program crashed.
Changelog
v3.9.0 - 19/11/2019
Added support for optional custom source file configuration that overwrites the global merger configuration (minfication for the moment).
Fixed a bug on the imports parser, where the file extension had always to be .js
.<br>
Now, it only defaults to .js
in case there was no extension provided (like it is
stated on the docs: README.md).<br>
With this fix, MergerJS can now merge any text files, for example HTML files.
Fixed a bug on the merger rm
command, where it was only possible to remove one file
and the program crashed if the user selected the "All" option on the source file selection.
Fixed a bug on the merger add
command, where if the user deleted its build file name input,
the name was set to ".js".
Fixed a bug on the file path console output of the merger build
command.<br/>
Example of the previous output: "path-to\js.system.collections\js.system.collections\distjs.system.collections.js"
Example of the fixed output: "path-to\js.system.collections\js.system.collections\dist\js.system.collections.js"
Significant performance improvements.
Big internal refactorings: Slowly migrating to the Node.js sync API and removed a lot of the "callback hell".
Updated dependencies.