1 - #101: Update compilers of 2024-02-23. (PR #102 by yoancutillas)
1 - Refactored code to do the same option handling as NetBeans core.
2 - Updated node dependencies.
1 - #73: Every option that was changed will be resetted after NetBeans restart.
2 - #85: After reboot Netbeans reset "Minify on save" setting.
1 - #21: New build folder has still the dev files in it.
1 - Added more error handling.
2 - Updated npm dependencies.
1 - #72: Installation in Netbeans 12.3 on OpenJDK 11 with Minifierbeans-3.3.0 not working.
2 - #75: Change --language_out from STABLE to other spec.
3 - #82: Exception while unzipping.
1 - Simplified and removed code.
1 - #67: Switch from Java based XMLCompressor to npm minify-xml.
1 - Simplified UI, removed unused code and options. Will be handled via compiler flags.
1 - #58: javascript let makes minify fail.
1 - #66: Switch from Java HTMLCompressor to html-minifier-terser.
1 - Refactored code, removed old options (JS Obfuscate, will be handled later by compiler flags for the google closure compiler).
2 - Changed the process to check the current and the remote version to update the custom-packages if needed.
3 - Updated Readme.md.
1 - #64: MissingResourceException on action Copy minified CSS.
1 - #61: Switch from Java google closure compiler to the node implementation.
1 - Changed UI from tabs to a tree view.
2 - Switched from Ant to Maven.
1 - #16: Avoid remove spacing for css calc().
1 - #45: Switch from YUICompressor for NPM CSS Nano.
2 - #47: Change result behaviour from dialog to notifications.
1 - #49: Cannot install in NB9.
2 - #52: Header information cannot be deleted. (PR #53 by JayEn84)
1 - Added badges to show the license, version, contributors and downloads.
1 - #50: Fixed HTML template string escaping.
2 - #51: Fixed strict mode.
1 - #11: Fixed problematic parameter.
2 - #13: Fixed removing use strict.
3 - #30: Fixed "short" keyword.
4 - #34: Fixed null lin in a JS file while using //.
5 - #40: Fixed backtick symbols.
1 - Code refactorings 2 - #43: Switch from YUI Compressor to Google Closure Compiler.
1 - Removed unused code/files.
2 - Refactored UI, simplified it, not finished yet.
3 - Changed some dependencies.