Node Rename Css Selectors Versions Save

📝 Rename css classes and id's in files

v4.1.0

2 years ago

What's Changed

Full Changelog: https://github.com/JPeer264/node-rename-css-selectors/compare/v4.0.0...v4.1.0

v4.0.0

2 years ago

BREAKING

  • rcs.includeConfig() -> rcs.config.load()
  • rcs.loadMapping() -> rcs.mapping.load()
  • rcs.generateMapping() -> rcs.mapping.generate()
  • rcs-core is now a peerDependency

v3.1.0

5 years ago

Feat:

  • rcs.process.pug

v3.0.0

5 years ago

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:

v2.0.0

5 years ago

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 by parserOptions, and its default is now true

Features:

Other:

  • 448747a Style: remove eslint warnings (JPeer264)
  • 569dae2 Style: eslint fix (JPeer264)
  • 465aab5 Chore: remove Node 4 support, add v8 and v10 (JPeer264)

v1.3.1

6 years ago

Fix

  • add processJs to index (#9)

v1.3.0

6 years ago

Feat

  • add processJs

Docs

  • add sync methods

v1.2.4

7 years ago

v1.2.3

7 years ago

v1.2.2

7 years ago