- Upgrades parslet dependency to v1.6.1 and drops optimization monkeypatch
- Use correct terminology "declartions" instead of "rules" in the output
- Fixes attribute parsing bug that includes comments with braces
- Fixes parsing bug with empty media selectors #67
- Fixes parsing bug with quoted brackets #72
- Fixes parsing bug with nested media queries #73
- Removes --compass-with-config deprecation
- Adds a CONTRIBUTING.md file with instructions
- Fixes --ignore-sass-mixins bug with @importing
- Adds --require switch for user configuration
- Deprecates --compass-with-config config.rb in favor of --compass --require config.rb
- Ignores @import statements. Users will need to run csscss on those directly
- Adds --ignore-sass-mixins which won't match declarations coming from sass mixins
- 0 and 0px are now reconciled as redundancies
- Disables color support by default for windows & ruby < 2.0
- Fixes bug where unquoted url(data...) isn't parsed correctly
- Adds support for LESS files
- Fixes bug where CLI --no-color wasn't respected
- Added ruby version requirement for >= 1.9
- Added CONTRIBUTORS.md
- Fixes bugs with urls that have dashes in them
- Fixes bugs with urls containing encoded data (usually images)
- Deprecates CSSCSS_DEBUG in favor of --show-parser-errors
- Fixes line/column output during parser errors
- --compass now grabs config.rb by default if it exists
- Adds --compass-with-config that lets users specify a config
- Fixes parser error bug when trying to parse blank files
- Fixes bug where rules from multiple files aren't consolidated
- Adds --no-match-shorthand to allow users to opt out of shorthand matching
- Allows the user to specify ignored properties and selectors
- Better parse error messages
- Changes coloring to the selectors and declarations
- Fixes bug where some duplicates weren't being combined #1
- Colorizes text output.
- Supports scss/sass files.
- Fixes newline output bug when there are no redundancies
- Downloads remote css files if passed a URL
- Fixes bug with double semicolons (blank attributes)
- Initial project release.