Skip to content

Commit 90abb7b

Browse files
Document changes
1 parent 123011e commit 90abb7b

File tree

1 file changed

+7
-20
lines changed

1 file changed

+7
-20
lines changed

CHANGES.md

Lines changed: 7 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,24 @@
11

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
162

3+
## v0.3.0 (2015-04-15)
174

185
### Headline
196

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.
2111
- new event handler middleware `log-ex` for correctly printing handler stacktraces.
2212
See [explanation](https://github.com/Day8/re-frame/wiki/Debugging-Event-Handlers#1-an-exception-is-thrown).
2313
- ongoing improvements to the docs in Wiki
2414

2515
### Other
2616

27-
- move to newly released reagent v0.5.0
17+
- move to reagent v0.5.0
2818
- 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.
3219
- improve todomvc's use of localstorage
3320
- experimental work with slimmer.js for testing
34-
- correct README wiki link
21+
- correct README wiki links
3522
- license.txt was incorrectly named previously
3623

3724

0 commit comments

Comments
 (0)