Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.39 KB

CHANGELOG.md

File metadata and controls

41 lines (31 loc) · 1.39 KB

Changelog

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

Changed

  • Fix version in package.json

1.1.0 - 2018-08-11

Added

  • Support numbers for modifiers value (#7, thx to @geroldboehler)

1.0.0 - 2017-01-03

Added

  • 'hyphenate' option in settings - hyphenation the resulting class name
  • 'methodName' option in settings - name of the method for generating the class name

Changed

  • 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

Removed

  • CommonJS module build

0.1.1 - 2017-01-03

Added

  • This CHANGELOG file

Removed

  • module from package.json (#2)