Releases: JPeer264/node-rcs-core
Releases · JPeer264/node-rcs-core
v1.0.1
Fix: replace the strings of the original node.value (closes #20)
v1.0.0
Breaking
- removed
replace.buffer*
methods
- removed
replace.file*
methods
- removed
helper.objectToSync
- rewritten
nameGenerator
- rewritten options in
selectorLibrary
Feat
replace.css
replace.js
replace.any
fillLibraries
Fix
- Replace chained selectors (e.g.
.selector.class
)
v0.12.1
Fix
- fix eslint errors and remove not installed dependencies (#19)
Chore
- add eslint with airbnb styleguide
v0.11.1
Fix
- match EVERYTHING inside strings
Docs
v0.11.0
Feat
rcs.keyframesLibrary.fillLibrary
v0.10.0
Feat
rcs.replace.regex
rcs.selectorLibrary.fillLibrary
Docs
- update links in keyframesLibrary
- add ignoreAttributeSelector in BufferCss options
v0.9.2
Fix
- not fail on replaceKeyframes but w/o keyframes in css
- fix more minified code (#16)
- replace keyframes even if there is no whitespace in between (#15)
v0.9.1
Fix
- return the original keyframe if it is not set
- trigger multiple animation names separated by a coma
v0.9.0
Feat
- support keyframes (fixes #10) (#11)