Start work on v0.4.0

This commit is contained in:
mike-thompson-day8 2015-04-16 00:13:11 +10:00
parent 90abb7b6ef
commit e4f2cbee96
2 changed files with 16 additions and 1 deletions

View File

@ -1,4 +1,19 @@
## Planned for v0.4.0
- automatically wrap subscriptions in a `reaction` (removing the need for over
10 keystrokes per handler!!). Just kidding there are better reasons than that.
- further develop the debugging story.
- modifiy todoMVC for new subscriptions approach
- document new sbscriptions approach
- move contents of README across to Wiki. Make Readme simpler and more pragmatic.
- 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)

View File

@ -1,4 +1,4 @@
(defproject re-frame "0.3.0"
(defproject re-frame "0.4.0.SNAPSHOT"
:description "A Clojurescript MVC-like Framework For Writing SPAs Using Regent."
:url "https://github.com/Day8/re-frame.git"
:license {:name "MIT"}