Revision history for CSS-SpriteMaker
0.00 Thu 23 May 2013 22:02:09 BST
* initial commit
0.01 Wed Jun 26 19:18:08 BST 2013
* first release!
* make CSS image sprite
* make HTML sample page
* make CSS Stylesheet
* binpacking algorithm for layout
* directory-based layout algorithm
* format conversion
* border removal
* tests
0.02 Sun Jun 30 14:40:08 BST 2013
* improved CSS class names generation
* improved POD
0.03 Sat 17 Aug 2013 00:53:30 BST
* FixedDimension layout algorithm
* test FixedDimension layout algorithm
* pluggable layouts can now accept parameters
0.04 Sat 17 Aug 2013 02:01:39 BST
* updated distribution metadata and version numbers
0.05 Mon 19 Aug 2013 07:44:25 BST
* allow composite layouts (layouts of layouts!)
* fix bug in Packed Layout by porting packing algorithm from python glue