Files
postcss-partial-process/CHANGELOG.md
Benoît Rouleau a0524fcc7c Tweaks
2019-07-08 12:31:37 -04:00

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

  • removeComments can 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:
    • startComment is now postcss-partial-process start
    • endComment is now postcss-partial-process end
    • removeComments is now 'auto'
  • Updated dependencies

Fixed

  • Important comments are now detected properly

1.0.0 - 2018-05-03

Initial release