mike-thompson-day8
ecead71638
Merge branch 'develop' of https://github.com/Day8/re-frame into develop
2015-03-03 16:33:46 +11:00
hipitihop
0ebc84f72b
Undo
...
- correct bug in undo
- use pos? and reuse undo? redo? in handlers
2015-03-03 14:13:06 +10:00
mike-thompson-day8
989c67a4cc
Merge branch 'develop' of https://github.com/Day8/re-frame into develop
2015-03-03 13:16:34 +11:00
mike-thompson-day8
f1684d5db1
Improve comments
2015-03-03 13:16:23 +11:00
mike-thompson-day8
8742e8aa65
Use the latest todomvc CSS
2015-03-03 13:16:10 +11:00
mike-thompson-day8
26477ff159
Begin readme work
2015-03-03 13:15:56 +11:00
mike-thompson-day8
1d92bd7b3c
Split todomvc into bite sized namespaces
2015-03-03 13:15:44 +11:00
hipitihop
459e265c9d
Undo
...
- merge changes incorrectly pushed to master.
- reinstate use of ratoms.
- correct extracted undo/redo counts.
2015-03-03 12:09:19 +10:00
hipitihop
c8bd955c63
Merge branch 'master' into develop
2015-03-03 09:10:32 +10:00
mike-thompson-day8
48e058f6dc
improve comments
2015-03-03 01:06:45 +11:00
mike-thompson-day8
e5a4e9b525
Improve debug output
2015-03-03 01:06:32 +11:00
mike-thompson-day8
a00f9f67ad
todomvc closer
2015-03-03 01:03:23 +11:00
mike-thompson-day8
95de45a252
WIP
2015-03-03 01:03:09 +11:00
mike-thompson-day8
f5df77163b
Middleware can now be supplied as a vector (containing nils, which are ignored). This is going to make generating middleware much easier.
...
For example, Debug middleware can now more easily be conditionally added and removed.
2015-03-03 00:10:05 +11:00
mike-thompson-day8
d896189503
Todomvc still busted -- will fix that next.
2015-03-02 23:56:43 +11:00
mike-thompson-day8
bd492d1272
Take out figwheel for the moment, it is annoying me.
2015-03-02 23:56:05 +11:00
mike-thompson-day8
ecc469ff82
Remove initially shown text in HTML
2015-03-02 23:55:26 +11:00
mike-thompson-day8
6ff74a112b
Improve comments. And debug output
2015-03-02 23:55:05 +11:00
mike-thompson-day8
66191655c9
Improve comments. Improve debug middleware
2015-03-02 23:06:34 +11:00
mike-thompson-day8
fe29846660
Add other round of console API methods. Not very happy about this. But will sort it out later.
2015-03-02 23:06:02 +11:00
mike-thompson-day8
7b0799c80f
Split function.
2015-03-02 23:03:49 +11:00
mike-thompson-day8
f3bb482591
Add new API
...
- a noop middleware
- a comp-middleware
2015-03-02 23:02:56 +11:00
mike-thompson-day8
88e1618b5a
As before 0.2.0
2015-03-02 23:01:56 +11:00
mike-thompson-day8
894664ae20
Next release will be 0.2.0
2015-03-02 23:01:40 +11:00
mike-thompson-day8
9e85e8b7d6
Rename HTML
2015-03-02 23:00:57 +11:00
hipitihop
76068c2cb9
- remove usage of historian & dependency
...
- update dependency to [re-frame "0.1.8"]
- use new register-pure-handler in all steps
NOTE: functional but daypart unit tests failing + history not yet working
2015-03-02 17:49:03 +10:00
mike-thompson-day8
dc74e017df
No need to use ratoms, can use normal atoms.
2015-03-02 15:46:46 +11:00
mike-thompson-day8
406cbe261c
Improve the output of debug middleware
2015-03-02 10:07:48 +11:00
mike-thompson-day8
3e7ed53f34
Expose debug middleware through API
2015-03-02 07:58:34 +11:00
mike-thompson-day8
497926e4b4
Bootstrap todomvc correctly.
2015-03-02 07:58:07 +11:00
mike-thompson-day8
6a3f2e4b74
Improve comments on handlers
2015-03-02 07:57:11 +11:00
mike-thompson-day8
9040937702
Better loading of todomvc
2015-03-02 07:56:47 +11:00
mike-thompson-day8
56aecc0866
Add new debug middleware
2015-03-02 07:55:17 +11:00
mike-thompson-day8
1c988858aa
Readme tweaks
2015-03-02 07:54:46 +11:00
mike-thompson-day8
48430847a7
Admit to 200 lines of code
2015-03-01 12:04:48 +11:00
mike-thompson-day8
3c43bd3cf4
Fix typo pointed out by @btheado cond -> conp
2015-03-01 09:06:54 +11:00
mike-thompson-day8
1d2ffb0d4f
Rename apply-event to trim-v, allow handler to get vector of middleware
2015-02-27 02:07:35 +11:00
mike-thompson-day8
42d1d9e0e6
Further iteration on todomvc
2015-02-27 02:06:23 +11:00
Stuart Mitchell
87cd7a4c0f
use lets in subscriptions in the todomvc example
2015-02-26 17:04:40 +13:00
Stuart Mitchell
5f4f902a39
Merge pull request #9 from Day8/feature/simple-example
...
Added two example projects taken from reagent
2015-02-26 16:51:05 +13:00
Stuart Mitchell
6e430b0ca7
reverted middleware order
2015-02-26 16:24:50 +13:00
Stuart Mitchell
ff0d33e936
moved examples to 0.1.8
2015-02-26 16:23:03 +13:00
Stuart Mitchell
4a0e1df175
Merge branch 'develop' into feature/simple-example
2015-02-26 15:45:55 +13:00
Stuart Mitchell
6a776faa82
fixes
2015-02-26 15:41:50 +13:00
Stuart Mitchell
aa0f9fc4d2
changed location of initization
2015-02-26 15:35:01 +13:00
Stuart Mitchell
7ba420ee33
added todomvc example
2015-02-26 14:51:59 +13:00
Stuart Mitchell
057639f3e8
moved example to re-frame 0.1.7
2015-02-26 11:38:22 +13:00
Stuart Mitchell
b3faf34f25
Merge branch 'master' into feature/simple-example
2015-02-26 10:43:13 +13:00
mike-thompson-day8
0039cd651e
Clarify Licence
2015-02-26 08:26:08 +11:00
mike-thompson-day8
53185d5c1f
bump to version 0.1.7
2015-02-25 22:04:14 +11:00