Csso Cli Versions Save

Command line interface for CSSO

v4.0.2

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

v4.0.1

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

v4.0.0

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

v3.0.0

4 years ago
  • 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

v2.0.2

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

v2.0.1

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

v2.0.0

5 years ago
  • 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

v1.1.0

6 years ago
  • 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)

v1.0.0

7 years ago
  • Initial release as standalone package