- Update dependencies to latest version.
- Rewrite in ES2015 (transpiled with babel).
- Rewrite tests in AVA.
- Add support for double-quoted strings #16.
- Fix string token to include dots, enabling use of class names (among other things) in expressions
- Fix parsing of strings with escape character used for escaping characters other than single quotes #12
- Allow for quoted empty strings
- Update to PostCSS v5.
- Fix value type being incorrectly transformed for certain unit types.
- Expand mixed-type operations to include things such as comparisons of differently typed values.
- Fix
@else
incorrectly being invoked when any statement other than the one directly preceding the@else
is true.
- Add support for nested if statements
- Add boolean data type
- Add transformations and comparisons of color values
- Fix parsing of negative values #2
- Add arithmetics for CSS units
- Initial release