diff --git a/CHANGES.md b/CHANGES.md index 34690dc..078f60e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,37 +1,24 @@ -## Planned for v0.3.0 - - - automatically wrap subscriptions in a `reaction` (removing the need for over - 10 keystrokes per handler!!). Just kidding there are better reasons than that. - - develop the testing story. - - modifiy todoMVC for new subscriptions approach - - document new approach - - move contents of README across to Wiki. Make Readme simpler and instructive. - - produce a more fully featured todomvc (beyond the standard one), todomvc-with-extras - - use `enrich` to handle todo duplication - - add prismatic schema - - show testing - - show debug - - undo +## v0.3.0 (2015-04-15) ### Headline - - new, easy way of creating and registering subscription handlers. + + - the middleware `after` and `enrich` now call the supplied function `f` with + both `db` and `v` (previously just `db`). Because javascript is so forgiving + about function arity, this change is backwards compatible. - new event handler middleware `log-ex` for correctly printing handler stacktraces. See [explanation](https://github.com/Day8/re-frame/wiki/Debugging-Event-Handlers#1-an-exception-is-thrown). - ongoing improvements to the docs in Wiki ### Other - - move to newly released reagent v0.5.0 + - move to reagent v0.5.0 - fix undo bug which could result in incorrect explanations. - - middleware `after` and `enrich` now call the supplied function `f` with - both `db` and `v` (previously just `db`). Because javascript is so forgiving - about function arity, this change is backwards compatible. - improve todomvc's use of localstorage - experimental work with slimmer.js for testing - - correct README wiki link + - correct README wiki links - license.txt was incorrectly named previously