Releases: samaxes/minify-maven-plugin
Releases · samaxes/minify-maven-plugin
v1.7.6
v1.7.5
- Add support for external bundle configuration (#57).
- Replace
prerequisiteswith Maven Enforcer plugin. - Remove the deprecated oss-parent from
pom.xml(See OSSRH Apache Maven Guide). - Change suffix handling to permit alternative naming schemes (#68).
- Add support for Google Closure Compiler's warning levels (#74).
- Use Google Closure Compiler lightweight message formatter for printing compiler errors (#109, #110).
- Clearer error message when target directory creation fails (#42, #87, #116).
- Add configuration for Google Closure Compiler extra annotations (#83, #117).
- Update Google Closure Compiler to v20161024 (#119, #121).
- Minified file should be in the same directory as the merged file (#73).
- Add ES6 support (#128).
- Update YUI Compressor to 2.4.8 (#111).
- Enable colorized error output for Google Closure Compiler.
- Add support for @define replacements (#127).
v1.7.4
v1.7.3
- Improve docs: missing information about file order (#45).
- Select the JVM default charset as the value for the
charsetoption when none is defined (#48). - Add a warning message to
nosuffixoption Javadoc (#50). - Add support for JavaScript Source Maps (#41).
- Update Google Closure Compiler to v20140625.
- Add support for Google Closure Compiler
angular_passoption (#60). - Rename
yuiLinebreakoption toyuiLineBreak. - Rename
yuiMungeoption toyuiNoMunge. - Rename
yuiPreserveAllSemiColonsoption toyuiPreserveSemicolons. - Fail build when a specified source file is not found (#53).
v1.6.2
v1.7.2
- Update default
charsetvalue to${project.build.sourceEncoding}. - Deprecate the option
debug.verboseshould be used instead. - Change YUI option's names to clearly indicate that they are specific to YUI Compressor.
- Update Google Closure Compiler to v20130823.
- Add support for Google Closure Compiler
languageoption (#24). - Add support for Google Closure Compiler
compilation_leveloption. - Add support for Google Closure Compiler
externsoption (#22). - Fail build with Google Closure Compiler on parse errors.