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:
[email protected]
- changed from mocha to AVA
v2.0.0
Breaking changes:
- Mapping file: Since
[email protected]
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 [email protected] and add parserOptions in processJs (closes #16) (JPeer264)
- f1e5e56 Feat: update to [email protected] (JPeer264)
Other:
v1.3.1
v1.3.0
v1.2.4
Chore
v1.2.3
Chore
v1.2.2
Chore