Releases: JPeer264/node-rename-css-selectors
Releases Β· JPeer264/node-rename-css-selectors
v4.1.0
v4.0.0
v3.1.0
v3.0.0
Breaking changes:
processJs
->process.js
processCss
->process.css
- removed
process
- each process function does just have one return parameter (before the second was
true
on success)
Feat:
process.auto
process.html
process.any
- Promise support
Fix:
- merged options are now correct
Chore:
rcs-core@2.3.1
- changed from mocha to AVA
v2.0.0
Breaking changes:
- Mapping file: Since
rcs-core@2.0.0
a lot of new features came to the core, the output of the selectors are different. This is a breaking as the generated mapping is now a different one - JSX option in processJs: The option
jsx
got replaced byparserOptions
, and its default is nowtrue
Features:
- b9a751d Feat: update rcs-core@2.1.0 and add parserOptions in processJs (closes #16) (JPeer264)
- f1e5e56 Feat: update to rcs-core@2.0.1 (JPeer264)
Other: