Skip to content

Latest commit

 

History

History
61 lines (32 loc) · 913 Bytes

File metadata and controls

61 lines (32 loc) · 913 Bytes

Changes to PostCSS global-data

Unreleased (minor)

  • Add prepend plugin option
  • Add lateRemover plugin option

3.0.0

August 3, 2024

  • Updated: Support for Node v18+ (major).

2.1.1

December 15, 2023

  • Fix type definitions

2.1.0

August 28, 2023

  • Add support for the shorter node_modules:package syntax
  • Fix node module resolution

2.0.1

July 24, 2023

  • Fixed: loading of files from npm packages found in node_modules/

2.0.0

July 3, 2023

1.0.3

February 21, 2023

  • Fixed: TypeScript definition of the plugin options.

1.0.2

February 15, 2023

  • Fixed: file watching with PostCSS CLI

1.0.1

February 9, 2023

  • Fixed: set the source file on injected data.

1.0.0

February 7, 2023

  • Initial version