Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.49 KB

CHANGELOG.md

File metadata and controls

49 lines (32 loc) · 1.49 KB

4.0.2 (February 28, 2023)

  • Fixed help output (#30)
  • Fixed engine field to >=12.20

4.0.1 (July 14, 2022)

  • Fixed missed lib folder in the package (#27)

4.0.0 (July 14, 2022)

  • Stop support Node.js prior 12.20
  • Bumped CSSO to 5.0.4
  • Bumped all the dependencies

3.0.0 (October 22, 2019)

  • Stop support Node.js prior 8.0
  • Updated dependencies and fixed known security issues (#15)
  • Fixed --usage option that didn't actually work
  • Fixed source map generation inconsistency across Node.js versions

2.0.2 (December 28, 2018)

  • Fixed one more issue with paths in source maps on Windows platform

2.0.1 (December 26, 2018)

  • Fixed source map paths when perform on Windows platform (path should be in unix format)

2.0.0 (December 11, 2018)

  • Use relative paths to files in generated source map (#7)
  • Removed setting output file with no option label, i.e. --output is required
  • Renamed options
    • --restructure-off--no-restructure
    • --map--source-map
    • --input-map--input-source-map

1.1.0 (September 10, 2017)

  • Bumped CSSO to 3.2.0
  • Added --watch option to run CLI in watch mode (@rijkvanzanten, #4)
  • Added --declaration-list option to take input as a declaration list (@amarcu5, #8)
  • Added --force-media-merge option to force @media rules merge (see forceMediaMerge option for details) (@lahmatiy)

1.0.0 (March 13, 2017)

  • Initial release as standalone package