UNPKG

reacthtmlpack

Version:

Using HTML templates as entry points for webpack

36 lines (26 loc) 1.99 kB
<a name"0.2.0"></a> ## 0.2.0 (2015-08-26) #### Bug Fixes * **cli:** * watch fixes ([b0ea98c2](https://github.com/tomchentw/reacthtmlpack/commit/b0ea98c2)) * devServer ([f4ab237b](https://github.com/tomchentw/reacthtmlpack/commit/f4ab237b)) * **core:** * for devServer ([a2fc730f](https://github.com/tomchentw/reacthtmlpack/commit/a2fc730f)) * add default doctypeHTML for HTML5 ([4a746ff2](https://github.com/tomchentw/reacthtmlpack/commit/4a746ff2)) * **package.json:** remove stage from args ([591f3f2b](https://github.com/tomchentw/reacthtmlpack/commit/591f3f2b)) * **runFiles:** should use combineLatest ([9ef74549](https://github.com/tomchentw/reacthtmlpack/commit/9ef74549)) * **src:** make devServer work with multiple config ([d15be0fb](https://github.com/tomchentw/reacthtmlpack/commit/d15be0fb)) #### Features * **ReactRenderToStringEntry:** add server render feature ([3eadb3bd](https://github.com/tomchentw/reacthtmlpack/commit/3eadb3bd), closes [#4](https://github.com/tomchentw/reacthtmlpack/issues/4)) * **WebpackStyleEntry:** add for style tag ([65b8eb1f](https://github.com/tomchentw/reacthtmlpack/commit/65b8eb1f)) * **bin:** * add devServer command ([97196c1e](https://github.com/tomchentw/reacthtmlpack/commit/97196c1e)) * add watchAndBuildToDir command ([fae2bb1a](https://github.com/tomchentw/reacthtmlpack/commit/fae2bb1a)) * **cli:** * add watchAndBuildToDir func ([4d7cb7d4](https://github.com/tomchentw/reacthtmlpack/commit/4d7cb7d4)) * add cli using commander ([596b4291](https://github.com/tomchentw/reacthtmlpack/commit/596b4291)) * **entryPropTypeKeyList:** check propTypes would be sufficient ([9d573227](https://github.com/tomchentw/reacthtmlpack/commit/9d573227)) * **package.json:** add bin and dependencies ([2e98d20f](https://github.com/tomchentw/reacthtmlpack/commit/2e98d20f)) * **src:** add test for examples ([d112caaf](https://github.com/tomchentw/reacthtmlpack/commit/d112caaf)) <a name"0.1.0"></a> ## 0.1.0 (2015-08-26)