|
1 | 1 |
|
2 | | -## Planned for v0.3.0 |
3 | | - |
4 | | - - automatically wrap subscriptions in a `reaction` (removing the need for over |
5 | | - 10 keystrokes per handler!!). Just kidding there are better reasons than that. |
6 | | - - develop the testing story. |
7 | | - - modifiy todoMVC for new subscriptions approach |
8 | | - - document new approach |
9 | | - - move contents of README across to Wiki. Make Readme simpler and instructive. |
10 | | - - produce a more fully featured todomvc (beyond the standard one), todomvc-with-extras |
11 | | - - use `enrich` to handle todo duplication |
12 | | - - add prismatic schema |
13 | | - - show testing |
14 | | - - show debug |
15 | | - - undo |
16 | 2 |
|
| 3 | +## v0.3.0 (2015-04-15) |
17 | 4 |
|
18 | 5 | ### Headline |
19 | 6 |
|
20 | | - - new, easy way of creating and registering subscription handlers. |
| 7 | + |
| 8 | + - the middleware `after` and `enrich` now call the supplied function `f` with |
| 9 | + both `db` and `v` (previously just `db`). Because javascript is so forgiving |
| 10 | + about function arity, this change is backwards compatible. |
21 | 11 | - new event handler middleware `log-ex` for correctly printing handler stacktraces. |
22 | 12 | See [explanation](https://github.com/Day8/re-frame/wiki/Debugging-Event-Handlers#1-an-exception-is-thrown). |
23 | 13 | - ongoing improvements to the docs in Wiki |
24 | 14 |
|
25 | 15 | ### Other |
26 | 16 |
|
27 | | - - move to newly released reagent v0.5.0 |
| 17 | + - move to reagent v0.5.0 |
28 | 18 | - fix undo bug which could result in incorrect explanations. |
29 | | - - middleware `after` and `enrich` now call the supplied function `f` with |
30 | | - both `db` and `v` (previously just `db`). Because javascript is so forgiving |
31 | | - about function arity, this change is backwards compatible. |
32 | 19 | - improve todomvc's use of localstorage |
33 | 20 | - experimental work with slimmer.js for testing |
34 | | - - correct README wiki link |
| 21 | + - correct README wiki links |
35 | 22 | - license.txt was incorrectly named previously |
36 | 23 |
|
37 | 24 |
|
|
0 commit comments