Skip to content

Latest commit

 

History

History
147 lines (65 loc) · 4.29 KB

CHANGELOG.md

File metadata and controls

147 lines (65 loc) · 4.29 KB

Change Log

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

0.3.1 (2017-02-11)

Bug Fixes

  • index: better defaults (8a08004)
  • index.js: save some bytes (35d0a54)
  • node: make node 4 happy - remove destruction (3e8ae97)

0.3.0 (2017-02-10)

Bug Fixes

  • index: better stateless components - follow React/Preact (5c58cfc)

Features

  • components: 1st arg can be function, ala Stateless Functional Components (5b9024e)

0.2.3 (2017-02-10)

Bug Fixes

  • 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)

Bug Fixes

0.2.1 (2017-02-10)

Bug Fixes

  • readme: add CodePen example, and CDN usage (46c71e4)

0.2.0 (2017-02-10)

Bug Fixes

  • className: split by space if a string (19c0153)

Features

  • transforms: remove transforming of class->className and etc (855b731)

0.1.7 (2017-02-10)

Bug Fixes

  • index: ensure value is object on addProperty function (9e3a727)

0.1.6 (2017-02-10)

Bug Fixes

  • index.js: ensure arg is object not "null" (885d292)

0.1.5 (2017-02-10)

Bug Fixes

  • 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)

Bug Fixes

  • readme: include example with JSX Pragma ⭐ (812957e)

0.1.3 (2017-02-10)

Bug Fixes

0.1.2 (2017-02-10)

Bug Fixes

  • package: move mich-parse-selector to devDeps (f3af92f)

0.0.0 - 2017-02-10

  • Initial commit