Skip to content

Releases: tssajo/Minify

Version 1.1.5 Stable

27 Apr 00:53
Compare
Choose a tag to compare
  • 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

24 Apr 13:54
Compare
Choose a tag to compare
  • 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

12 Apr 11:09
Compare
Choose a tag to compare
  • 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 the yui_line_break option
    was not present in Minify's settings file

Version 1.1.2 Stable

07 Apr 18:01
Compare
Choose a tag to compare
  • Fixed a syntax error in Minify.sublime-settings file (thanks to handycomm for reporting it!)
  • Added new setting: auto_minify_on_save
  • Added new setting: open_file

    Note: It is advised to set open_file to false when you set auto_minify_on_save to true.

Version 1.1.1 Stable

06 Apr 15:20
Compare
Choose a tag to compare
  • Fixed a critical bug which prevented Minify to work
  • Reworked the README.md file

Version 1.1.0 Stable

05 Apr 20:38
Compare
Choose a tag to compare
  • 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 your Minify User Settings:

    "cssminifier": "yui",
    
  • Reworked the README file to give better installation instructions

Version 1.0.6 Stable

23 Apr 12:16
Compare
Choose a tag to compare

Version 1.0.5 Stable

28 Nov 14:20
Compare
Choose a tag to compare
  • 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's Settings -- User file.
    See Minify's Settings -- 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's Settings -- Default file for more information

Version 1.0.4 Stable

16 Oct 21:26
Compare
Choose a tag to compare

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

03 Oct 10:10
Compare
Choose a tag to compare

Added an important note for upgrading the package via Package Control in Sublime Text 2