mirror of
https://github.com/zhigang1992/postcss-partial-process.git
synced 2026-01-12 09:14:20 +08:00
1.0 KiB
1.0 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project mostly adheres to Semantic Versioning.
2.0.0 - 2019-04-04
Added
removeCommentscan now be set to'auto', meaning comments are removed unless they are important (e.g./*! postcss-partial-process start */)- More tests
Changed
- Default values have changed for the following options:
startCommentis nowpostcss-partial-process startendCommentis nowpostcss-partial-process endremoveCommentsis now'auto'
- Updated dependencies
Fixed
- Important comments are now detected properly
1.0.0 - 2018-05-03
Initial release