- Fixed help output (#30)
- Fixed engine field to
>=12.20
- Fixed missed
lib
folder in the package (#27)
- Stop support Node.js prior
12.20
- Bumped
CSSO
to5.0.4
- Bumped all the dependencies
- 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
- Fixed one more issue with paths in source maps on Windows platform
- Fixed source map paths when perform on Windows platform (path should be in unix format)
- 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
- Bumped
CSSO
to3.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)
- Initial release as standalone package