Skip to content

Releases: JPeer264/node-rcs-core

v3.7.0

20 Oct 07:58
Compare
Choose a tag to compare

Feature:

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

v3.6.5

14 Jul 17:44
Compare
Choose a tag to compare

Fix:

  • replace multiple variables after each other (#137)

v3.6.4

14 Jul 17:43
Compare
Choose a tag to compare

Fix

  • use replaceHTML for noscript tags (#134)

v3.6.3

14 Jul 17:43
Compare
Choose a tag to compare

Fix:

  • replace noscript html elements (#134)

v3.6.2

14 Jul 17:42
Compare
Choose a tag to compare

Fix:

  • also add escaped brackets (#133)

v3.6.1

14 Jul 17:41
Compare
Choose a tag to compare

Fix:

  • do not remove special characters when there is no match

v3.6.0

07 Jan 09:21
Compare
Choose a tag to compare

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

12 Nov 06:56
Compare
Choose a tag to compare

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

23 Sep 16:43
Compare
Choose a tag to compare

Feature

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

v3.4.0

09 Aug 07:21
Compare
Choose a tag to compare

Feature

  • add optimize function to compress selectors even more