Skip to content

Releases: JPeer264/node-rcs-core

v3.3.1

09 Aug 06:33
Compare
Choose a tag to compare

Chore:

  • fix types

v3.3.0

17 Mar 06:03
Compare
Choose a tag to compare

Feat:

  • exclude HTML attributes and CSS metrics. This makes the renaming much more robust and safer. The full list is here

v3.2.0

17 Mar 06:01
Compare
Choose a tag to compare

Feat:

  • added rcs.statistics.generate (which is the same as rcs.stats
  • added rcs.statistics.load to load previous statistics
  • deprecate rcs.stats

Fix:

  • typo in statistics output

v3.1.0

09 Mar 02:58
Compare
Choose a tag to compare

Feat:

v3.0.0

13 Feb 13:02
Compare
Choose a tag to compare

Just the biggest changes are listed here. For a more detailed changelog have a look at the commits directy

Breaking:

  • Reworked libraries, with better ID and CLASS separation
  • better consistency of method names (e.g. selectorLibrary -> selectorsLibrary)
  • Dropped Node v6 and v8 support

Feat

  • Custom name generator per library
  • TypeScript support
  • Better error reporting

A big shout out to @X-Ryl669 for making all this possible

v2.0.0

28 Apr 05:31
Compare
Choose a tag to compare

Breaking Change:

  • c675513 Refactor: remove rcs.helper (#39) (Jan Peer Stöcklmair)

Feat:

  • e4b8b93 Feat: add tilde attribute selector (ref #26) (#42) (Jan Peer Stöcklmair)
  • 2c0dbfd Feat: add dash attribute selector (ref #26) (#41) (Jan Peer Stöcklmair)
  • 6918a3b Feat: add equal attribute selector (ref #26) (#38) (Jan Peer Stöcklmair)
  • 5ac4625 Feat: smart way to replace attributeSelectors (closes #36) (#37) (Jan Peer Stöcklmair)

Others:

  • d60510c Docs: remove helper docs (#43) (Jan Peer Stöcklmair)
  • b775514 Chore: just use lodash.merge (#40) (Jan Peer Stöcklmair)

v1.0.5

28 Apr 05:30
Compare
Choose a tag to compare
  • d874a54 Chore: ignore .DS_Store (#35) (Jan Peer Stöcklmair)
  • 35babe2 Fix: attributeSelectors without quotes (closes #33) (#34) (Jan Peer Stöcklmair)

v1.0.4

28 Apr 05:29
Compare
Choose a tag to compare

Refactor: (no change in public API)

  • 1ba5b12 Refactor: use postcss in replacecss (#32) (Jan Peer Stöcklmair)
  • 3d35bde Refactor: use postcss for selectorLibrary (#31) (Jan Peer Stöcklmair)

v1.0.3

09 Feb 08:54
Compare
Choose a tag to compare

Fix:

  • d3d0ef6 Fix: match selectors after pseudo elements (#30) (Jan Peer Stöcklmair)

v1.0.2

16 Jul 10:56
Compare
Choose a tag to compare

1.0.2 - July, 16 2017

  • e263154 Remove: uppercase alphabets (#28) (Dutiyesh Salunkhe)