mich-to-html
Version:
Tiny and naive implementation of rendering HAST-compliant virtual dom trees to HTML string, just in ~420 bytes.
64 lines (28 loc) • 1.63 kB
Markdown
# Change Log
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
<a name="0.1.6"></a>
## [0.1.6](https://github.com/tunnckocore/mich-to-html/compare/v0.1.5...v0.1.6) (2017-02-11)
### Bug Fixes
* **readme:** add working codepen example ([5d0a1d0](https://github.com/tunnckocore/mich-to-html/commit/5d0a1d0))
<a name="0.1.5"></a>
## [0.1.5](https://github.com/tunnckocore/mich-to-html/compare/v0.1.4...v0.1.5) (2017-02-11)
### Bug Fixes
* **rollup:** fix bundles ([defd069](https://github.com/tunnckocore/mich-to-html/commit/defd069))
<a name="0.1.4"></a>
## [0.1.4](https://github.com/tunnckocore/mich-to-html/compare/v0.1.3...v0.1.4) (2017-02-11)
### Bug Fixes
* **package:** add keywords ([bfa5833](https://github.com/tunnckocore/mich-to-html/commit/bfa5833))
<a name="0.1.3"></a>
## [0.1.3](https://github.com/tunnckocore/mich-to-html/compare/v0.1.2...v0.1.3) (2017-02-11)
### Bug Fixes
* **docs:** update highlight line and related list ([c6fd9d3](https://github.com/tunnckocore/mich-to-html/commit/c6fd9d3))
<a name="0.1.2"></a>
## [0.1.2](https://github.com/tunnckocore/mich-to-html/compare/v0.1.1...v0.1.2) (2017-02-11)
### Bug Fixes
* **package:** force 100% coverage of nyc ([998dc43](https://github.com/tunnckocore/mich-to-html/commit/998dc43))
* **readme:** update jsx example ([c37b53e](https://github.com/tunnckocore/mich-to-html/commit/c37b53e))
<a name="0.1.1"></a>
## 0.1.1 (2017-02-11)
* fix changelog and initial publish
## 0.1.0 - 2017-02-11
- Initial