Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 2.05 KB

CHANGELOG.md

File metadata and controls

44 lines (27 loc) · 2.05 KB

5.0.1 - Fix Cannot find module 'escape-string-regexp'

  • #56 fixed "Error: Cannot find module 'escape-string-regexp' when using this package"

5.0.0 - Upgrade to postcss 8, refactored code to current plugin boilerplate

  • refactored code to match the current plugin boilerplate.
  • dependencies update.
  • use gh-actions instead of travis for running tests.

4.0.0 - Node 4 support dropped, Upgrade to postcss 7, refactored code to current plugin boilerplate

3.0.1 - Dev dependencies update

  • #13 developer dependencies updated following a vulnerability report.
  • fixed links in 2.1.0 changelog lines.

3.0.0 - Dependencies update, node 0.12 support dropped

2.1.0 - keyframes fix and examples

  • #8 don't touch @keyframes children (contributed by @Dangoo).
  • #9 simple example page.

2.0.0 - Combinator selector replacement, node 0.10 support dropped

1.0.1 - Fix for node 0.10 & 0.12

  • fixed TypeError: Object has no method 'includes'.

1.0.0 - Initial release

  • PostCSS plugin to add a selector prefix to all selectors.