Skip to content

Latest commit

 

History

History
203 lines (105 loc) · 8.3 KB

CHANGELOG.md

File metadata and controls

203 lines (105 loc) · 8.3 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.13.2 (2022-09-08)

0.13.1 (2022-09-08)

Bug Fixes

  • releasing failure (no code changes) (3b4b827)
  • releasing failure again (6ce16b5)

0.13.0 (2022-09-08)

⚠ BREAKING CHANGES

  • drop Node.js 12 support (#884)

Features

0.12.1 (2021-09-04)

Bug Fixes

  • update engines.node for better ESM support (#779) (6d233a3)

0.12.0 (2021-04-24)

⚠ BREAKING CHANGES

  • Require Node.js 12.17.0+ and provide *.cjs for backward compatibility

Features

0.11.7 (2020-10-20)

Bug Fixes

  • add missing npm ci before npm publish (#633) (c758167)

0.11.6 (2020-10-20)

Bug Fixes

  • add prepublishOnly script to build files (#632) (16d64df)

0.11.5 (2020-10-19)

Bug Fixes

0.11.4 (2020-08-11)

0.11.3 (2020-04-14)

Bug Fixes

  • reconsider and apply ESLint configuration (#474) (dc3acdb)

0.11.2 (2020-01-22)

0.11.1 (2019-06-14)

0.11.0 (2019-04-08)

Features

  • allow to receive an array as modifiers (#236) (cdad0b1)
  • disallow elements or modifiers including delimiters (#241) (0ad1e05)

0.10.0 (2019-02-26)

Features

0.9.1 (2019-02-15)

Bug Fixes

  • deps: migrate from uglify-es to terser (#175) (799764c)
  • security: event-stream vulnerability (#172) (2e74e58)

0.9.0 (2018-11-18)

Features

0.8.0 (2018-07-29)

Features

BREAKING CHANGES

  • remove deprecated prefix option

0.7.0 (2018-07-09)

Features

  • distribute files for ES modules (also support browser) (#105) (1f2010a)

0.6.1 (2018-06-08)

Bug Fixes

  • avoid anonymous function for more clear stack trace (#79) (f758de4)

0.6.0 (2018-02-23)

Bug Fixes

  • generate multi classes with modifiers (#43) (188d643)

Performance Improvements

  • remove useless truthy check in .filter() via casting (#42) (ce1f3be)

0.5.0 (2018-02-23)

Features

  • allow null or undefined to modifiers (#41) (b4e1266)

0.4.1 (2018-02-23)

Performance Improvements

  • avoid repeated evaluation in each function call (#39) (07e2722)
  • avoid unnecessary multiple string interpolation (#40) (1975b93)

0.4.0 (2018-02-22)

Features

  • new namespace / namespaceDelimiter options (#36) (b7ca16a)

0.3.0 (2018-02-14)

Features

  • add setup method to change default options (#22) (f7a71cc)

0.2.0 (2018-02-13)

Features

0.1.2 (2018-01-31)

0.1.1 (2018-01-30)

0.1.0 (2018-01-30)

Features