All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.3.1 (2017-02-11)
- index: better defaults (8a08004)
- index.js: save some bytes (35d0a54)
- node: make node 4 happy - remove destruction (3e8ae97)
0.3.0 (2017-02-10)
- index: better stateless components - follow React/Preact (5c58cfc)
- components: 1st arg can be function, ala Stateless Functional Components (5b9024e)
0.2.3 (2017-02-10)
- docs: upgrade docs with examples (73698d9)
- readme: CDN usage didn't appear in readme, haha (023922d)
- readme: examples and readmes (bbbcd03)
- readme: tweak examples (d77a0ba)
0.2.2 (2017-02-10)
- chore: include .gz in dist (935b36d)
- typeof: invalid typeof comparison value, thanks @codeclimate (762ab2d)
0.2.1 (2017-02-10)
- readme: add CodePen example, and CDN usage (46c71e4)
0.2.0 (2017-02-10)
- className: split by space if a string (19c0153)
- transforms: remove transforming of class->className and etc (855b731)
0.1.7 (2017-02-10)
- index: ensure value is object on addProperty function (9e3a727)
0.1.6 (2017-02-10)
- index.js: ensure arg is object not "null" (885d292)
0.1.5 (2017-02-10)
- dist: include dist/ folder in npm package (90d88ca)
- package: main to points to UMD dist bundle (d225ea1)
- readme: update description and highlight line (1209961)
- readme: update description and highlight line (0ae3853)
0.1.4 (2017-02-10)
- readme: include example with JSX Pragma ⭐ (812957e)
0.1.3 (2017-02-10)
- readme: add example (4b7ce39)
- package: move
mich-parse-selector
to devDeps (f3af92f)
- Initial commit