mike-thompson-day8
|
a48f55ff79
|
With pure much more firmly embedded as mandatory middleware, remove a couple of checks
|
2015-03-05 14:43:11 +11:00 |
mike-thompson-day8
|
94afb7a7a1
|
Switch to renames.
|
2015-03-05 11:57:00 +11:00 |
mike-thompson-day8
|
de9e492bdc
|
derive -> enrich
|
2015-03-05 11:32:36 +11:00 |
mike-thompson-day8
|
816f79f81e
|
Sadly can't use derive. There's a function call that in the standard library apparently. Use enrich instead.
|
2015-03-05 11:31:46 +11:00 |
mike-thompson-day8
|
3b8643cc01
|
Use the new low level API for non-pure handlers.
|
2015-03-05 11:31:02 +11:00 |
mike-thompson-day8
|
88ad167002
|
Merge branch 'develop' of https://github.com/Day8/re-frame into develop
|
2015-03-05 10:42:15 +11:00 |
mike-thompson-day8
|
f1a1c60883
|
Readme tweak
|
2015-03-05 10:42:07 +11:00 |
mike-thompson-day8
|
6c55235160
|
Better explanation of router's handling of exceptions.
|
2015-03-05 10:41:50 +11:00 |
mike-thompson-day8
|
c4b3e0f8f8
|
Try to add localstorage middleware. Failed because keywords are turned into strings. Duh!
|
2015-03-05 10:41:20 +11:00 |
mike-thompson-day8
|
a7f5aca490
|
improve comment
|
2015-03-05 10:40:21 +11:00 |
mike-thompson-day8
|
d49bb49fd3
|
Rename register-pure-handler
|
2015-03-05 10:40:02 +11:00 |
mike-thompson-day8
|
e028034f48
|
Work on explaining the importance if derive
|
2015-03-05 10:39:09 +11:00 |
mike-thompson-day8
|
44ad078cbb
|
Use new cljs macro magic in requires
|
2015-03-05 10:38:04 +11:00 |
mike-thompson-day8
|
907e013d5a
|
Add a reminder
|
2015-03-05 10:37:38 +11:00 |
Stuart Mitchell
|
1ba2a08957
|
Merge pull request #19 from Day8/feature/tests
first run of travis and tests
|
2015-03-05 12:28:22 +13:00 |
Stuart Mitchell
|
4ade2b48c5
|
a working badge!
|
2015-03-05 10:58:43 +13:00 |
mike-thompson-day8
|
f666a8636f
|
Alter docs to match dropping s from register-subs
|
2015-03-05 07:02:50 +11:00 |
mike-thompson-day8
|
075393d164
|
Comment out deliberate error in todomvc
|
2015-03-05 00:50:40 +11:00 |
mike-thompson-day8
|
c116d01a87
|
Use localstorage ... WIP
|
2015-03-05 00:47:56 +11:00 |
mike-thompson-day8
|
29e36eb862
|
Add localstorage stuff
|
2015-03-05 00:47:35 +11:00 |
mike-thompson-day8
|
c6c6bfebf1
|
Give better names in middleware to improve stack traces
|
2015-03-05 00:47:03 +11:00 |
mike-thompson-day8
|
94e7a35c5f
|
Add and remove comments
|
2015-03-05 00:45:58 +11:00 |
mike-thompson-day8
|
1491d78a43
|
Correct todos
|
2015-03-05 00:45:46 +11:00 |
mike-thompson-day8
|
9b220f931c
|
Improve todomvc readme
|
2015-03-05 00:45:33 +11:00 |
mike-thompson-day8
|
248faf9e66
|
todomvc
|
2015-03-05 00:02:05 +11:00 |
mike-thompson-day8
|
6c63ad315c
|
Various improvements to middleware, mostly comments
|
2015-03-05 00:01:44 +11:00 |
mike-thompson-day8
|
ee5ba0ae01
|
Better comment
|
2015-03-05 00:01:03 +11:00 |
mike-thompson-day8
|
3540d7da9d
|
Split handlers.cljs in two, creating router.cljs
|
2015-03-05 00:00:36 +11:00 |
mike-thompson-day8
|
aae13840ba
|
Add explanation on schema
|
2015-03-04 23:59:10 +11:00 |
mike-thompson-day8
|
c88ad9feb4
|
Merge branch 'develop' of https://github.com/Day8/re-frame into develop
|
2015-03-04 17:13:13 +11:00 |
mike-thompson-day8
|
470da75c48
|
WIP
|
2015-03-04 17:13:02 +11:00 |
Stuart Mitchell
|
8e88449815
|
badge
|
2015-03-04 17:41:22 +13:00 |
Stuart Mitchell
|
f62bb1a324
|
first run of travis and tests
|
2015-03-04 17:12:54 +13:00 |
hipitihop
|
1eadd5ea0d
|
add prismatic schema def WIP
|
2015-03-04 12:04:10 +10:00 |
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 |