Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 909 Bytes

CHANGELOG.md

File metadata and controls

38 lines (24 loc) · 909 Bytes

Changes to Input Range

6.0.0 (October 23, 2024)

  • Updated: postcss-selector-parser
  • Updated: minimum node version is now 18.

5.0.0 (April 12, 2022)

  • Added: PostCSS 8 compatibility (breaking)
  • Added: Exports CJS and ESM formats.
  • Updated: Engines now match postcss so only 12, 14, and 16.

4.0.0 (June 28, 2017)

  • Added: PostCSS 6 compatibility
  • Added: Node 4+ compatibility
  • Updated: Fix for selector walking
  • Updated: Development dependencies

3.0.1 (December 8, 2016)

  • Updated: Use destructing assignment on plugin options
  • Updated: Use template literals

3.0.0 (December 6, 2016)

  • Updated: boilerplate conventions (Node v6.9.1 LTS)

2.0.0 (October 9, 2015)

Added: strict option to process prefixed properties. Changed: Default method is replace as there is no spec. Updated: Documentation and tests

1.0.0 (October 9, 2015)

Added: Initial version