mirror of
https://github.com/wu736139669/Monkey-Test.git
synced 2026-08-05 05:55:46 +00:00
1.2 KiB
1.2 KiB
1.5.0
- Added support for converting pseudo elements with double colon syntax to the single colon syntax.
1.4.7
- Further performance improvements by using less postcss-selector-parser iterations.
1.4.6
- Bump normalize-selector to
0.2.0, decreases overall package weight. - Speed up node iteration by calling
eachInsideonce rather than twice.
1.4.5
- Update normalize-selector to cut down package weight.
1.4.4
- Fixed an integration issue with postcss-font-magician.
1.4.3
- Fixed an issue where
.fromwas transformed to0%.
1.4.2
- Bump dependencies.
- Fixes for PostCSS plugin guidelines.
1.4.1
- Fixes incorrect deduplication of pseudo selector rules.
1.4.0
- Update to postcss-selector-parser to greatly improve parsing logic.
1.3.1
- Fixes a crash when nothing was passed to
node-balanced.
1.3.0
- Now uses the PostCSS
4.1plugin API.
1.2.1
- Passes original test case in issue 1.
1.2.0
- Does not touch quoted values in attribute selectors.
- No longer will mangle values such as
2100%in keyframes.
1.1.0
- Now minifies
fromto0%and100%totoin keyframe declarations.
1.0.0
- Initial release.