Commit Graph

687 Commits

Author SHA1 Message Date
mike-thompson-day8 a5b1ccdb16 Add log-ex middleware. 2015-03-14 09:47:16 +11:00
mike-thompson-day8 13058912ed Correctly name license file. 2015-03-14 07:46:25 +11:00
mike-thompson-day8 300b69cfae Correct Wiki link in Readme 2015-03-14 07:44:03 +11:00
mike-thompson-day8 1d2682e887 Merge branch 'develop' of https://github.com/Day8/re-frame into develop 2015-03-13 23:31:08 +11:00
mike-thompson-day8 7b43ca7464 Use the latest reagent 2015-03-13 23:30:39 +11:00
mike-thompson-day8 54da79fd00 Use latest version of reagent 2015-03-13 12:30:15 +11:00
Stuart Mitchell 6cb43207ec better printing of errors from re-frame 2015-03-11 16:46:16 +13:00
Stuart Mitchell 24984ccec2 Merge branch 'feature/test-slimmerjs' into develop 2015-03-11 16:22:28 +13:00
Stuart Mitchell ce1e6736d9 Merge branch 'develop' into feature/test-slimmerjs 2015-03-11 16:21:34 +13:00
Stuart Mitchell b98feca0e4 added phantomjs option for testing 2015-03-11 16:19:42 +13:00
Stuart Mitchell 2490a4768c made slimer the default tests 2015-03-11 13:09:14 +13:00
Stuart Mitchell 7d9286f042 test-slimer 2015-03-11 12:53:34 +13:00
hipitihop 4426ed278b undo
- correct clear-history! to reset app-explain
- fix subscription :undo-explanations to only con app-explain when there are undos
2015-03-10 15:57:26 +10:00
Stuart Mitchell 450c95eee6 Changed the key name in local storage to conform to todomvc spec 2015-03-10 12:16:58 +13:00
Stuart Mitchell 14d262f8dc Changed travis link 2015-03-10 11:52:14 +13:00
mike-thompson-day8 188c25c953 Improve TodoMVC comment 2015-03-09 16:38:14 +11:00
mike-thompson-day8 d875be528f Improve the way todoMVC uses localstorage 2015-03-09 16:30:03 +11:00
mike-thompson-day8 ec0b383ed3 Rework todomvc history 2015-03-07 21:36:17 +11:00
mike-thompson-day8 c50f88caf0 move on to 0.3.0 2015-03-07 21:35:55 +11:00
mike-thompson-day8 bd72147f88 Tweak headings in Readme 2015-03-07 21:35:32 +11:00
mike-thompson-day8 be986e6c4b Update change.md with planning information 2015-03-07 20:47:56 +11:00
mike-thompson-day8 dbc03d04b3 Merge branch 'master' into develop 2015-03-07 18:11:39 +11:00
mike-thompson-day8 030e57135f Add comments to todomvc 2015-03-07 18:10:17 +11:00
mike-thompson-day8 bf095b7dfe Update Changes.mg 2015-03-07 00:51:08 +11:00
mike-thompson-day8 46b8848f3b And we're there. TodoMVC working. 2015-03-07 00:39:09 +11:00
mike-thompson-day8 0c000f0094 wording in warning 2015-03-06 19:04:27 +11:00
mike-thompson-day8 6a140f9241 Undo tweaks 2015-03-06 19:04:02 +11:00
mike-thompson-day8 ce6a04f68a Merge branch 'develop' of https://github.com/Day8/re-frame into develop 2015-03-06 18:10:27 +11:00
mike-thompson-day8 9bb1b4e459 Start to simplify todomvc 2015-03-06 18:10:18 +11:00
mike-thompson-day8 13840ed9a1 make path easier to use. Note new usage docs. Modify other docs in the process. 2015-03-06 18:06:25 +11:00
hipitihop 3a7f022321 Merge remote-tracking branch 'origin/develop' into develop 2015-03-06 16:23:53 +10:00
hipitihop ecda398c5a undo
- conj app-explain to :undo-explanations subscription
- add optional argument to :undo :redo handlers to specify number of undos/redos. Default 1 when not specified.
- correct comment and event name typos
2015-03-06 16:23:33 +10:00
Stuart Mitchell 2551c6fcb4 merge 2015-03-06 17:34:31 +13:00
Stuart Mitchell 563389599f added routing to todomvc 2015-03-06 17:30:31 +13:00
mike-thompson-day8 120d2fd10d Improve change log 2015-03-06 13:02:30 +11:00
mike-thompson-day8 a180df85c8 core.sync completely trashes the stack in an exception. Print any exception to the console before that happens. 2015-03-06 12:44:22 +11:00
mike-thompson-day8 a7359eca70 Merge branch 'develop' of https://github.com/Day8/re-frame into develop 2015-03-06 11:40:39 +11:00
mike-thompson-day8 f0fbea41a9 Various 2015-03-06 11:40:30 +11:00
Stuart Mitchell ce94aa422a moved simpleexample to 0.2.0 2015-03-06 13:09:40 +13:00
mike-thompson-day8 b5ec3c6db5 Reimpliment undo so as to handle explanations 2015-03-06 10:48:20 +11:00
mike-thompson-day8 0ebb46cb91 undoable is now a middleware factory 2015-03-06 10:48:00 +11:00
mike-thompson-day8 f5e2d48441 Add a Changes doc 2015-03-06 10:47:28 +11:00
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