Node Rcs Core Versions Save

Rename css selectors across all files

v3.7.0

2 years ago

Feature:

  • Allow more ecmascript version by upgrading espree to v9
  • Removed package-lock to ensure latest minor/patch versions

v3.6.5

2 years ago

Fix:

  • replace multiple variables after each other (#137)

v3.6.4

2 years ago

Fix

  • use replaceHTML for noscript tags (#134)

v3.6.3

2 years ago

Fix:

  • replace noscript html elements (#134)

v3.6.2

2 years ago

Fix:

  • also add escaped brackets (#133)

v3.6.1

2 years ago

Fix:

  • do not remove special characters when there is no match

v3.6.0

3 years ago

Feat:

  • Warn now when excluded classes wants to be renamed (rcs.warnings.warn())
  • .setInclude() on baseLibrary. Include values although they have been excluded (include them BEFORE the selectors have been set)

Docs:

  • Add caveats

Chore

  • Deprecate rcs.warnings.warningArray

v3.5.1

3 years ago

Fix:

  • selectorsLibrary.get is now accepting linebreaks and newline characters at the beginning and end. (This will resolve a bug for prettified HTML has linebreaks between classes)

v3.5.0

3 years ago

Feature

  • Add Vue conditional :class support in rcs.replace.html (no extra option needed)

v3.4.0

3 years ago

Feature

  • add optimize function to compress selectors even more