Skip to content

Commit

Permalink
11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmingoia committed Aug 17, 2017
1 parent 511df86 commit dbe9ecc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## [v11.0] - 2017-08-17

- Support for purescript-smolder 10 (fixes tail-recursive/stack issue with
large num of elements) [#139](https://github.com/alexmingoia/purescript-pux/pulls/139).
- Use create-react-class module to avoid deprecation warning [#142](https://github.com/alexmingoia/purescript-pux/pulls/142).
- Fix crash when React event object is null [#136](https://github.com/alexmingoia/purescript-pux/pulls/136).
- Add basic test suite [#133](https://github.com/alexmingoia/purescript-pux/pulls/133).

## [v10.0] - 2017-06-11

- Support for purescript-smolder 9
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "purescript-pux",
"description": "Build type-safe web applications with PureScript.",
"version": "10.0.0",
"version": "11.0.0",
"scripts": {
"postinstall": "bower install",
"build:clean": "rm -rf dist output",
Expand Down

0 comments on commit dbe9ecc

Please sign in to comment.