All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
1.1.1 - 2018-08-11
- Fix version in package.json
1.1.0 - 2018-08-11
- Support numbers for modifiers value (#7, thx to @geroldboehler)
1.0.0 - 2017-01-03
- 'hyphenate' option in settings - hyphenation the resulting class name
- 'methodName' option in settings - name of the method for generating the class name
- New build system with Rollup. Now, only two types of distributed files - ES6 module for modern build systems and UMD.
- Reducing build size ( less than 1 KB with minification and gzip )
- Changed the structure of the settings object (more in the API section)
- Updated README.md. New "Default settings" section
- Fixed typos in CHANGELOG.md
- CommonJS module build
0.1.1 - 2017-01-03
- This CHANGELOG file
module
frompackage.json
(#2)