public
Description: Ruby version of Dean Edwards' Packer
Homepage: http://blog.jcoglan.com/packr/
Clone URL: git://github.com/jcoglan/packr.git
packr / History.txt
100644 17 lines (10 sloc) 0.396 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
=== 3.1.0 / 2009-02-22
 
* Project is now a gem, not a Rails plugin
* Improved local variable compression
* Private field obfuscation
* Changed variable protection, protected variables must be supplied
  as options to Packr#pack.
 
=== 1.0.2 / 2007-12-13
 
* Added variable protection, protecting $super for use with Prototype
 
=== 1.0.0 / 2007-12-04
 
* Initial release, compatible with Packer 3.0