Skip to content

Releases: css/csso-cli

4.0.2

28 Feb 17:27
Compare
Choose a tag to compare
  • Fixed help output (#30)
  • Fixed engine field to >=12.20

4.0.1

14 Jul 12:40
Compare
Choose a tag to compare
  • Fixed missed lib folder in the package (#27)

4.0.0

14 Jul 12:10
Compare
Choose a tag to compare
  • Stop support Node.js prior 12.20
  • Bumped CSSO to 5.0.4
  • Bumped all the dependencies

3.0.0

22 Oct 23:44
Compare
Choose a tag to compare
  • 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

28 Dec 14:46
Compare
Choose a tag to compare
  • Fixed one more issue with paths in source maps on Windows platform

2.0.1

26 Dec 15:01
Compare
Choose a tag to compare
  • Fixed source map paths when perform on Windows platform (path should be in unix format)

2.0.0

11 Dec 23:58
Compare
Choose a tag to compare
  • 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

11 Sep 00:21
Compare
Choose a tag to compare
  • 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

13 Mar 22:49
Compare
Choose a tag to compare
  • Initial release as standalone package