Releases: JPeer264/node-rcs-core
Releases · JPeer264/node-rcs-core
v3.7.0
Feature:
- Allow more ecmascript version by upgrading espree to v9
- Removed package-lock to ensure latest minor/patch versions
v3.6.5
Fix:
- replace multiple variables after each other (#137)
v3.6.4
Fix
- use replaceHTML for noscript tags (#134)
v3.6.3
Fix:
- replace noscript html elements (#134)
v3.6.2
Fix:
- also add escaped brackets (#133)
v3.6.1
Fix:
- do not remove special characters when there is no match
v3.6.0
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:
Chore
- Deprecate
rcs.warnings.warningArray
v3.5.1
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
Feature
- Add Vue conditional
:class
support in rcs.replace.html
(no extra option needed)
v3.4.0
Feature
- add
optimize
function to compress selectors even more