Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frenzzy committed Nov 15, 2018
1 parent b5dcc21 commit c4d786e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 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).

## [Unreleased][unreleased]
## [3.0.0] - 2018-11-15

- [BREAKING] Remove higher-order app `withRender` from the library due to redundancy.
- Support for `className` attribute and allow to use array and object as a value.
Expand Down Expand Up @@ -41,7 +41,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

- Initial public release.

[unreleased]: https://github.com/kriasoft/hyperapp-render/compare/v2.1.0...HEAD
[unreleased]: https://github.com/kriasoft/hyperapp-render/compare/v3.0.0...HEAD
[3.0.0]: https://github.com/kriasoft/hyperapp-render/compare/v2.1.0...v3.0.0
[2.1.0]: https://github.com/kriasoft/hyperapp-render/compare/v2.0.0...v2.1.0
[2.0.0]: https://github.com/kriasoft/hyperapp-render/compare/v1.3.0...v2.0.0
[1.3.0]: https://github.com/kriasoft/hyperapp-render/compare/v1.2.0...v1.3.0
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "hyperapp-render",
"version": "2.1.0",
"version": "3.0.0",
"description": "Render Hyperapp to an HTML string with SSR and Node.js streaming support",
"repository": "kriasoft/hyperapp-render",
"author": "Vladimir Kutepov",
Expand Down Expand Up @@ -29,25 +29,25 @@
"@types/node": "*"
},
"devDependencies": {
"@babel/core": "^7.1.5",
"@babel/plugin-transform-react-jsx": "^7.0.0",
"@babel/preset-env": "^7.1.5",
"@babel/core": "^7.1.6",
"@babel/plugin-transform-react-jsx": "^7.1.6",
"@babel/preset-env": "^7.1.6",
"@babel/register": "^7.0.0",
"babel-core": "^7.0.0-0",
"babel-jest": "^23.6.0",
"benchr": "^4.3.0",
"eslint": "^5.8.0",
"eslint": "^5.9.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^3.1.0",
"eslint-config-prettier": "^3.3.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1",
"fs-extra": "^7.0.1",
"husky": "^1.1.3",
"husky": "^1.1.4",
"hyperapp": "^1.2.9",
"jest": "^23.6.0",
"prettier": "^1.15.1",
"rollup": "^0.67.0",
"prettier": "^1.15.2",
"rollup": "^0.67.1",
"rollup-plugin-babel": "^4.0.3",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-node-resolve": "^3.4.0",
Expand Down

0 comments on commit c4d786e

Please sign in to comment.