- Fix whitespace issues (Iaroslav Porodko)
- Added support for media queries (Iaroslav Porodko)
- Added support for Unicode characters and escapes in identifiers (per CSS spec)
- Whitespace now allowed between mixin call, arguments, and terminator
- Fixed parsing of files with Windows line endings
- Restored spaces between properties that come from referencing a mixin
- Added collapsing of redundant properties (only those with an exact match for now)
- Removed an extra space after a selector group
- Added -c option to enable compression / minification via the command line
- Added initial documentation
- First public release