- Fix escaping #19
- Upgrade to JSS v10
- Fix for formatProp
- Fix CSS file path without slashes
- Fixed camelization for vendor prefixed properties
- Update JSS and preset to the latest versions
- Updated CSS package to the latest
- Update to JSS v9 and preset v4
- Ignore CSS inline comments.
- Handle fallbacks.
- Merge value of rules with the same key.
- Detect a compound/multi value.
- Fix camelization.
- Fix path detection.
- Use local jss version if no version is provided when converting from css
- Added --dashes option to convert to js using dashes, camelizes by default now
- Added --unit option which allows to strip units which match the passed unit from the values and make it a number value
- Nicer output format for js objects
- Added multiline source input mode --multiline
- Added inline source input mode - source instead of path
- New option --export which defines the exports format - cjs, es6
- Old option --format now takes css, js, json, defaults to js