Skip to content

Releases: JPeer264/node-rcs-core

v1.0.1

16 Jul 10:54
Compare
Choose a tag to compare

Fix: replace the strings of the original node.value (closes #20)

v1.0.0

28 Jun 17:06
Compare
Choose a tag to compare

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

11 Jun 07:54
Compare
Choose a tag to compare

Fix

  • fix eslint errors and remove not installed dependencies (#19)

Chore

  • add eslint with airbnb styleguide

v0.12.0

02 Jun 22:07
Compare
Choose a tag to compare

Feat

  • bufferJs

v0.11.1

27 May 07:39
Compare
Choose a tag to compare

Fix

  • match EVERYTHING inside strings

Docs

v0.11.0

26 May 14:35
Compare
Choose a tag to compare

Feat

  • rcs.keyframesLibrary.fillLibrary

v0.10.0

26 May 13:56
Compare
Choose a tag to compare

Feat

  • rcs.replace.regex
  • rcs.selectorLibrary.fillLibrary

Docs

  • update links in keyframesLibrary
  • add ignoreAttributeSelector in BufferCss options

v0.9.2

26 May 06:42
Compare
Choose a tag to compare

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

25 May 12:17
Compare
Choose a tag to compare

Fix

  • return the original keyframe if it is not set
  • trigger multiple animation names separated by a coma

v0.9.0

25 May 10:09
Compare
Choose a tag to compare

Feat

  • support keyframes (fixes #10) (#11)