Releases: tssajo/Minify
Version 1.1.5 Stable
- No longer need to make PATH related configuration changes from
Terminal
on Mac OS X
This will certainly make installation of the plugin much simpler for OS X users.
Version 1.1.4 Stable
- Added support for syntax-based minifying/beautifying
- Fixed a bug which caused SVG file minification not to work on Windows
- Lots of improvements and optimizations in the plugin's source code
Version 1.1.3 Stable
- Added new option to generate source-map files for minified CSS and JavaScript files (thanks to mike-anthony).
See Package Settings of Minify for details - Error output is now displayed in an alert box.
E.g: when attempting to minify a JavaScript file containing syntax errors. - Fixed a bug where someone would still try to use the Java-based
YUI compressor
and theyui_line_break
option
was not present in Minify's settings file
Version 1.1.2 Stable
- Fixed a syntax error in
Minify.sublime-settings
file (thanks tohandycomm
for reporting it!) - Added new setting:
auto_minify_on_save
- Added new setting:
open_file
Note: It is advised to setopen_file
tofalse
when you setauto_minify_on_save
totrue
.
Version 1.1.1 Stable
- Fixed a critical bug which prevented Minify to work
- Reworked the README.md file
Version 1.1.0 Stable
-
Added HTML minification feature using html-minifier
-
Added HTML prettification feature using js-beautify
-
Added support for clean-css and uglifycss CSS minifiers,
clean-css
is the default now (Java is no longer needed!)Note: If you wish to continue using
YUI compressor
for CSS minification then you still
must have Java installed and add the following line to yourMinify
User Settings:"cssminifier": "yui",
-
Reworked the README file to give better installation instructions
Version 1.0.6 Stable
- Added CSS beautification feature using
js-beautify
( https://www.npmjs.org/package/js-beautify ) - Added SVG minification and prettification features using
svgo
( https://github.com/svg/svgo ) - Rewrote part of the README file
Version 1.0.5 Stable
- Changed the keyboard shortcut for the Beautify command because on Hungarian keyboards the previous
keyboard shortcut (ctrl + alt + b
) made typing a}
character impossible
The new keyboard shortcut for Beautify is:ctrl + alt + shift + m
- Beautifying now keeps all comments
- YUI Compressor version 2.4.8 jar file is now included, however it is not used by default because it
has a lot of issues especially under the Windows platform. You can try experimenting with it if you
wish by specifying which YUI Compressor jar file to use in Minify'sSettings -- User
file.
See Minify'sSettings -- Default
file for more information - Added some YUI Compressor related configurable options to the settings file:
yui_charset
to be able to specify the charset of css files (default is utf-8)
yui_line_break
to be able to specify the maximum line lenght to be used inside minified css files - Added a new option to keep comments (all or specific ones such as copyright notices) in minified
javascript files. See Minify'sSettings -- Default
file for more information
Version 1.0.4 Stable
Fixed an issue which prevented the minification processes to run on the OS X platform
Fixed an issue which prevented the sublime.set_timeout_async method to be used when available
Added some debug info to be displayed in the console
Version 1.0.3 Stable
Added an important note for upgrading the package via Package Control in Sublime Text 2