wecui
Version:
一款基于Vue2.x版本的移动端web组件
32 lines (21 loc) • 1.01 kB
Markdown
# Changelog
## v1.0.1
- [Updated readme and exports, minor fixes](https://github.com/travco/postcss-extend/releases/tag/v1.0.1)
## v1.0.0
- [Updated to PostCSS 5](https://github.com/travco/postcss-extend/releases/tag/v1.0.0)
## v0.4.3
- [Antipattern CSS detection and warning, and media-cross-media warning](https://github.com/travco/postcss-extend/releases/tag/v0.4.3)
## v0.4.2
- [Infinite recursion detection improvements, widespread minor corrections](https://github.com/travco/postcss-extend/releases/tag/v0.4.2)
## v0.4.0
- [All-intended-features release as 'postcss-extend'](https://github.com/travco/postcss-extend/releases/tag/v0.4.0)
## v0.3.1
- Ensure that unused defining at-rules and erroneous extending at-rules are removed from generated CSS.
## v0.3.0
- Upgrade to PostCSS ^0.4.1, using its async and warnings features.
## v0.2.0
- Terminology and syntax adjustments.
## v0.1.1
- Added flexibility to use as `postcss(simpleExtend)` or `postcss(simpleExtend())`.
## v0.1.0
- First release.