Skip to content

Releases: JPeer264/node-rename-css-selectors

v4.1.0

23 Nov 18:59
Compare
Choose a tag to compare

What's Changed

  • Feat: enable optimization from rcs-core by default (closes #80) by @JPeer264 in #81

Full Changelog: v4.0.0...v4.1.0

v4.0.0

26 Jun 07:54
Compare
Choose a tag to compare

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

28 Aug 07:26
Compare
Choose a tag to compare

Feat:

  • rcs.process.pug

v3.0.0

26 Aug 14:18
Compare
Choose a tag to compare

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

18 Jun 13:19
Compare
Choose a tag to compare

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

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:

  • 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

11 Jun 09:47
Compare
Choose a tag to compare

Fix

  • add processJs to index (#9)

v1.3.0

11 Jun 09:46
Compare
Choose a tag to compare

Feat

  • add processJs

Docs

  • add sync methods

v1.2.4

27 May 07:39
Compare
Choose a tag to compare

Chore

  • rcs-core@0.11.1

v1.2.3

26 May 09:11
Compare
Choose a tag to compare

Chore

  • rcs-core@0.9.3

v1.2.2

26 May 06:42
Compare
Choose a tag to compare

Chore

  • rcs-core@0.9.2