All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- Refactor
makeModifiers
plugin to cleanup the code
- Fix a bug related to a null modifier
- Don't produce empty modifiers in the final class name
- Migrate to yarn
- Fix typos in README, update badge colors
- Remove unecessary test case
- Add verbose flag to ava CLI
- Make
makeStates
plugin optional
- Breaking: Enable further customisation via options.
- Introduce plugins for changing class names (ex
extraMakers
) and removing custom props from DOM elements.
- Update ava
- Add transform-props-with to peer dependencies
- Change project structure; introduce
src/
,test/
, andlib/
directories. (lib/
for npm publish only.) - Extract makers to individual files inside
src/makers/
directory. - Add makers documentation.
- First stable release of the package