Skip to content

Releases: Chris2011/minifierbeans

3.5.1

02 Apr 20:52
a7ed24a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.5.0...3.5.1

3.5.0

22 Mar 22:24
6ae071e
Compare
Choose a tag to compare

What's Changed

New Contributors

3.4.0

31 Aug 17:00
Compare
Choose a tag to compare

Update in 3.4.0

General

1 - Refactored code to do the same option handling as NetBeans core.
2 - Updated node dependencies.

Fixes

1 - #73: Every option that was changed will be resetted after NetBeans restart.
2 - #85: After reboot Netbeans reset "Minify on save" setting.

Features

1 - #21: New build folder has still the dev files in it.

3.3.1

07 Jul 20:23
Compare
Choose a tag to compare

Update in 3.3.1

General

1 - Added more error handling.
2 - Updated npm dependencies.

Fixes

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.

3.3.0

12 Dec 14:39
Compare
Choose a tag to compare

Update in 3.3.0

General

1 - Simplified and removed code.

Features

1 - #67: Switch from Java based XMLCompressor to npm minify-xml.

3.2.0

18 Nov 20:41
Compare
Choose a tag to compare

Updates in 3.2.0

General

1 - Simplified UI, removed unused code and options. Will be handled via compiler flags.

Fixes

1 - #58: javascript let makes minify fail.

Features

1 - #66: Switch from Java HTMLCompressor to html-minifier-terser.

3.1.0

03 Nov 19:24
Compare
Choose a tag to compare

Updates in 3.1.0

General

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.

Fixes

1 - #64: MissingResourceException on action Copy minified CSS.

Features

1 - #61: Switch from Java google closure compiler to the node implementation.

3.0.0

21 May 11:46
Compare
Choose a tag to compare

General

1 - Changed UI from tabs to a tree view.
2 - Switched from Ant to Maven.

Fixes

1 - #16: Avoid remove spacing for css calc().

Features

1 - #45: Switch from YUICompressor for NPM CSS Nano.
2 - #47: Change result behaviour from dialog to notifications.

custom-packages

01 May 13:22
e76120e
Compare
Choose a tag to compare

This release will be the repo for the custom-packages, which the Minifierbeans plugin needs to download while installing. It is a bundled package with postcss and nanocss. More is coming. Will be downloaded and extracted automatically.

2.5.1

11 Jun 16:56
Compare
Choose a tag to compare

Fixes

1 - #49: Cannot install in NB9.
2 - #52: Header information cannot be deleted. (PR #53 by JayEn84)

Features

1 - Added badges to show the license, version, contributors and downloads.