All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Upgrade Babel.
- Remove
babel-runtime
dependency.
0.11.0 - 2018-08-11
- Upgrade PostCSS to version 7. Breaking Removes support for Node.js versions lower than 6.
0.10.0 - 2018-04-16
- Remove immediate preceding comments in declarations.
Prevent empty
:root
rules with only comments.
0.9.0 - 2018-03-10
- Allow both object and string types for the
sets
option.
0.8.0 - 2017-05-28
- Support for ancestor rules for
@apply
declarations. Allows for deep nested declarations like atRules.
0.7.0 - 2017-05-08
- PostCSS 6 upgrade.
- Polyfill
Object.entries
for node versions lower than 7.
0.6.1 - 2017-03-10
- A forgotten
console.log
in sources.
0.6.0 - 2017-03-08
- A new
sets
option. Allows for in JS declared property sets.
0.5.0 - 2017-02-05
- A new
preserve
option. Allows for keeping resolved declarations and@apply
rules alongside.
0.4.0 - 2016-09-13
- Correctly handles property set overrides. #10
0.3.0 - 2016-06-23
- Several dependencies updates.
- Renames in folder structure, files and main class.
- Switch to
ava
for unit testing. - Switch to
nyc
for code coverage. - Clarify The Readme.
- Integration unit tests.
0.2.0 - 2016-03-13
- Support for parenthesis in mixin calls. Allows integration with Polymer.
0.1.0 - 2015-08-26
- Initial release.