@@ -5,33 +5,38 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 2.1.0] - 2018-07-11
9+
10+ - Add [ TypeScript] ( https://www.typescriptlang.org/ ) typings.
11+
812## [ 2.0.0] - 2018-03-19
913
10- * [ BREAKING] Rename higher-order app from ` render ` to ` withRender ` .
11- * [ BREAKING] Rename global exports from ` window.* ` to ` window.hyperappRender.* ` .
12- * [ BREAKING] Rename server package from ` @hyperapp/render/server ` to ` @hyperapp/render ` .
13- * Add support for [ lazy components] ( https://github.com/hyperapp/hyperapp/tree/1.2.0#lazy-components ) .
14+ - [ BREAKING] Rename higher-order app from ` render ` to ` withRender ` .
15+ - [ BREAKING] Rename global exports from ` window.* ` to ` window.hyperappRender.* ` .
16+ - [ BREAKING] Rename server package from ` @hyperapp/render/server ` to ` @hyperapp/render ` .
17+ - Add support for [ lazy components] ( https://github.com/hyperapp/hyperapp/tree/1.2.0#lazy-components ) .
1418
1519## [ 1.3.0] - 2018-02-24
1620
17- * Scoped npm package name. Use ` @hyperapp/render ` instead of ` hyperapp-render ` .
18- * Render ` style ` attribute with ` cssText ` correctly.
19- * Better performance for numeric attributes.
21+ - Scoped npm package name. Use ` @hyperapp/render ` instead of ` hyperapp-render ` .
22+ - Render ` style ` attribute with ` cssText ` correctly.
23+ - Better performance for numeric attributes.
2024
2125## [ 1.2.0] - 2018-02-14
2226
23- * Ignore [ jsx ` __source ` ] ( https://babeljs.io/docs/plugins/transform-react-jsx-source/ ) attribute.
27+ - Ignore [ jsx ` __source ` ] ( https://babeljs.io/docs/plugins/transform-react-jsx-source/ ) attribute.
2428
2529## [ 1.1.0] - 2018-02-07
2630
27- * Compatibility with Hyperapp [ v1.1.0] ( https://github.com/hyperapp/hyperapp/releases/tag/1.1.0 )
31+ - Compatibility with Hyperapp [ v1.1.0] ( https://github.com/hyperapp/hyperapp/releases/tag/1.1.0 )
2832 after internal VNode schema change.
2933
3034## 1.0.0 - 2018-01-24
3135
32- * Initial public release.
36+ - Initial public release.
3337
34- [ Unreleased ] : https://github.com/hyperapp/render/compare/v2.0.0...HEAD
38+ [ unreleased ] : https://github.com/hyperapp/render/compare/v2.1.0...HEAD
39+ [ 2.1.0 ] : https://github.com/hyperapp/render/compare/v2.0.0...v2.1.0
3540[ 2.0.0 ] : https://github.com/hyperapp/render/compare/v1.3.0...v2.0.0
3641[ 1.3.0 ] : https://github.com/hyperapp/render/compare/v1.2.0...v1.3.0
3742[ 1.2.0 ] : https://github.com/hyperapp/render/compare/v1.1.0...v1.2.0
0 commit comments