Skip to content

Commit

Permalink
Document changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-thompson-day8 committed Apr 15, 2015
1 parent 123011e commit 90abb7b
Showing 1 changed file with 7 additions and 20 deletions.
27 changes: 7 additions & 20 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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


Expand Down

0 comments on commit 90abb7b

Please sign in to comment.