Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frenzzy committed Mar 19, 2018
1 parent 6235b4e commit 0271d07
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## 2.0.0 - [Unreleased]
## [2.0.0] - 2018-03-19

* [BREAKING] Rename higher-order app from `render` to `withRender`.
* [BREAKING] Rename global exports from `window.*` to `window.hyperappRender.*`.
Expand All @@ -31,7 +31,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

* Initial public release.

[Unreleased]: https://github.com/hyperapp/render/compare/v1.3.0...HEAD
[Unreleased]: https://github.com/hyperapp/render/compare/v2.0.0...HEAD
[2.0.0]: https://github.com/hyperapp/render/compare/v1.3.0...v2.0.0
[1.3.0]: https://github.com/hyperapp/render/compare/v1.2.0...v1.3.0
[1.2.0]: https://github.com/hyperapp/render/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/hyperapp/render/compare/v1.0.0...v1.1.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@hyperapp/render",
"version": "1.3.0",
"version": "2.0.0",
"description": "Render Hyperapp to an HTML string with SSR and Node.js streaming support",
"repository": "hyperapp/render",
"author": "Vladimir Kutepov",
Expand Down

0 comments on commit 0271d07

Please sign in to comment.