public
Description: Ruby library for minifying JavaScript. Based on Douglas Crockford's jsmin.c.
Homepage:
Clone URL: git://github.com/rgrove/jsmin.git
jsmin / HISTORY
100644 10 lines (7 sloc) 0.234 kb
1
2
3
4
5
6
7
8
9
10
JSMin History
================================================================================
 
Version 1.0.1 (2008-11-10)
  * Ruby 1.9 compatibility.
  * Minor performance improvements.
 
Version 1.0.0 (2008-03-22)
  * First release.