1.4.1: Directory Structure Creation
This commit is contained in:
parent
25d622ec58
commit
bed4240acb
360 changed files with 111598 additions and 0 deletions
34
node_modules/csso-cli/CHANGELOG.md
generated
vendored
Normal file
34
node_modules/csso-cli/CHANGELOG.md
generated
vendored
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
## 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](https://github.com/css/csso#compressast-options) option for details) (@lahmatiy)
|
||||
|
||||
## 1.0.0 (March 13, 2017)
|
||||
|
||||
- Initial release as standalone package
|
||||
Loading…
Add table
Add a link
Reference in a new issue