Skip to content

Releases: JPeer264/node-rename-css-selectors

v1.2.1

25 May 21:44
Compare
Choose a tag to compare

Chore

  • rcs-core@0.9.1

v1.2.0

15 Feb 08:38
Compare
Choose a tag to compare

Feature

  • processSync
  • processCssSync
  • generateMappingSync

Fix

  • README notice and missing parentheses

New folderstructure

Modularized functions in ./lib instead of index.js

v1.1.0

12 Feb 23:04
Compare
Choose a tag to compare

Feature

  • option in processCss - ignoreAttributeSelector will ignore the attribute selectors

Fix

  • Trigger attribute selectors as well

v1.0.2

08 Feb 15:31
Compare
Choose a tag to compare

Fix:

  • pump to rcs-core v0.5.1

v1.0.1

07 Feb 11:50
Compare
Choose a tag to compare

Fix:

  • custom name in generateMapping
  • docblock

v1.0.0

07 Feb 11:23
Compare
Choose a tag to compare

Breaking Change:

  • generateLibraryFile renamed and rewritten to generateMapping

Feature:

  • loadMapping to have the same renamed selector names all the time

Fix:

  • doubled renamed selectors are now renamed to a random one

v0.2.0

06 Feb 11:31
Compare
Choose a tag to compare

Feature

  • allow arrays as globs; e.g.: rcs.process([ '*.js', '*.html' ], () => {})

v0.1.0

27 Jan 18:20
Compare
Choose a tag to compare

Feature

  • new options in processCss regarding to rcs-core@v0.2.0
    • prefix (string) - prefixes the new selector
    • suffix (string) - suffixes the new selector
    • preventRandomName (boolean) - does not rename the selectors (good for prefixing/suffixing)

Fix

  • Usage of json-extra@readToObjSync instead of rcs.helper.readJsonToObjSync

v0.0.2

02 Nov 21:12
Compare
Choose a tag to compare
  • rcs outsourced
  • updated dev dependencies
    Istanbul and coveralls are now in the dev dependencies
  • README fix
    better introductions and overview

v0.0.1

30 Oct 18:47
Compare
Choose a tag to compare

Some options are still not working.
But the main functionality is given.