22 lines
869 B
Text
22 lines
869 B
Text
#
|
|
# CSS Compression [VERSION] Change Log
|
|
# [DATE]
|
|
# Corey Hart @ http://www.codenothing.com
|
|
#
|
|
|
|
# Compressor Additions
|
|
- Configuration Modes
|
|
- pseduo-space, add space between pseduo selectors and comma/brace for ie6
|
|
- removing leading 0 of a decimal, 0.633px -> .633px
|
|
- handling all At Rules (charsets,media,imports,font-family,etc..)
|
|
- handling ms filter paths
|
|
- More css hacks support, including box-modal hack
|
|
- attr2selector, Convert id=blah and class=blah attributes to their selector counterparts
|
|
- strict-id, removes all selectors up to the last id
|
|
- add-unknown, adds unknown blocks to top of output in a comment
|
|
|
|
# Codebase Changes
|
|
- Converted to subclass architecture, more modular.
|
|
- Using JSON based sandbox specs for focused unit tests.
|
|
- Helper conversion definitions(long2hex, hex2short) are now in JSON based files.
|
|
- Added benchmark/regression testing
|