All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- update postcss-js and some dependencies
- Move the selector matcher to OnceExit
- Update to PostCSS v8
- Add support for prefixed keyframes(#27, #25). Thnx @olavhaugen for PR
- Fix keyframes adding to common reset list .Thnx @copycut for suggestion!
- Update to PostCSS 6
Thnx to @giuseppeg and simonsmith for contribution!
- Do not modify css if not required
- Fix duplicate selector issue when using nested rulesets. (#18)
- Improved accuracy of SUIT CSS regex (see #17 and #16). Thnx @giuseppeg and @simonsmith for suggestion and contribution.
- Fix plugin prepublish script again with babel-plugin-add-module-exports. Thnx @mikaa123 for patience %)
- Add integration test to prevent this bug.
- Fix plugin prepublish script with babel-plugin-transform-es2015-modules-umd. Thnx @mikaa123 for bugreport
- Put all resets in one rule. Thnx @DanGamble89 for idea
- Add virtual source for generated code. Thnx @ai for review
- Change test suite from tape to ava
- Change test suite from ava to mocha(for more helpfull diffs)
- Update deps
- Fixed default matchers pseudoclasses matching. Thnx to @kinday for contribution.
- Roll back dependencies update to fix test suite work
- Added
css2js
custom rules notation support. Thnx to @ai for idea - Update deps
First project release. Added
- BEM and Suit support
- README docs