Commit Graph

217 Commits

Author SHA1 Message Date
hipitihop 3c4b0791fc correct use of list? to account for lazy seqs 2016-07-20 17:16:01 +10:00
Stuart Mitchell 25a197cdd9 Removed possibly confusing usage of spec to parse function arguments in register-pure 2016-07-20 17:48:10 +12:00
hipitihop d8e97b86d7 comment typos 2016-07-20 10:35:19 +10:00
Mike Thompson f220e6821b Merge pull request #181 from Day8/spec
Moved todomvc to spec checking
2016-07-20 09:53:39 +10:00
Mike Thompson 018eb0dff5 Better comment 2016-07-20 09:52:26 +10:00
Stuart Mitchell 1dd52faeae Moved todomvc to spec checking 2016-07-20 11:39:59 +12:00
Mike Thompson 854109ed46 Merge remote-tracking branch 'origin/stack-dispatch' into develop
Conflicts:
	src/re_frame/router.cljs
2016-07-19 22:25:23 +10:00
Mike Thompson 06bec5b1d0 Even though they are temporary log messages, switch to use offical method. 2016-07-19 18:51:45 +10:00
Mike Thompson f42a4fa349 Get rid of another explicit js/Error reference 2016-07-19 18:51:04 +10:00
Mike Thompson faece2fd0f Remove explicit use of js/Error. Starting the process of making re-frame cljc-ready 2016-07-19 18:37:03 +10:00
Stuart Mitchell 19ede7bac5 Adds informational stack traces to errors in dispatch 2016-07-19 16:46:33 +12:00
Mike Thompson 3739369c64 Better comment 2016-07-19 14:33:52 +10:00
Mike Thompson 3311d02c22 Switch from using `doall` to `dorun` 2016-07-18 23:54:39 +10:00
Mike Thompson 19f70625e1 Add console to core. 2016-07-18 19:37:01 +10:00
Mike Thompson 2c370cf8d3 Move `:forward-events` to be its own library. 2016-07-15 23:51:40 +10:00
Mike Thompson f6d191f425 Better docs on new effect 2016-07-15 18:46:16 +10:00
Mike Thompson 927d2c03a1 remove laziness 2016-07-15 14:15:30 +10:00
Mike Thompson 9294adb1b5 Improve warning message if incorrect use of fx detected. 2016-07-15 11:40:07 +10:00
Mike Thompson daf070b1fd Merge branch 'develop' of https://github.com/Day8/re-frame into develop 2016-07-15 11:34:42 +10:00
Mike Thompson 800a1a2d6b closer now to having :forward-events working. 2016-07-15 11:33:35 +10:00
Mike Thompson d0827bb578 Update comment for the new world 2016-07-15 11:33:07 +10:00
Mike Thompson 40d0a749d4 Remove incorrect use of re-frame.middleware/fx (should have been re-frame.fx/fx) 2016-07-15 11:32:44 +10:00
snowell 0f117eaac7 Insignificant typo correction in console output (#177) 2016-07-15 10:36:07 +12:00
Mike Thompson 2c9d140c22 Initial fx code now in. But it remains largely untested. 2016-07-14 16:41:54 +10:00
Mike Thompson b75ec509bb Further towards fx 2016-07-14 00:32:36 +10:00
Mike Thompson 5572e6ebf1 Checkpoint. Further Miscellaneous work towards Effectual Handlers 2016-07-13 16:28:15 +10:00
Mike Thompson b395ef40de Update and clarify in changes document. 2016-07-11 16:52:05 +10:00
Mike Thompson 0d31e3c7c6 Cut v0.8.0-alpha1 2016-07-07 14:52:13 +10:00
Mike Thompson 8747d2b14a Move to using reg-sub (rather than register-sub-pure) 2016-06-24 23:15:00 +10:00
Mike Thompson cbef1ec268 Remove use of specific loggers. Everything now goes through re-frame.loggers/console. 2016-06-24 22:56:30 +10:00
Mike Thompson 72397eb6e7 Improve code layout in loggers. 2016-06-24 22:15:24 +10:00
Mike Thompson 6cb23b60a5 Put loggers into their own namespace 2016-06-24 22:09:07 +10:00
Mike Thompson d384da1c75 Alter wording in comments. 2016-06-24 21:31:12 +10:00
Mike Thompson a8b35cd9f1 Improve comment on function 2016-06-24 18:49:42 +10:00
Mike Thompson 5656f79f06 Improve warning message. 2016-06-24 18:26:45 +10:00
Mike Thompson 0b2bcbe65e Complete undo/redo work 2016-06-23 23:41:20 +10:00
Stuart Mitchell f4fb65037e Subscriptions sugar - changed to provide a singleton 2016-06-22 15:41:22 +12:00
Stuart Mitchell 5c7d4ea3d1 Bug Fix for undo tests 2016-06-22 14:30:15 +12:00
Stuart Mitchell addc55658e Bug fix for undo.cljs 2016-06-22 13:34:25 +12:00
Mike Thompson 9452998e0b WIP. undo test fails. 2016-06-22 10:54:41 +10:00
Mike Thompson d03ef7bc7a remover excessive whitespace 2016-06-14 22:45:57 +10:00
Mike Thompson af2fd0b21f Merge branch 'develop' of https://github.com/Day8/re-frame into develop
Conflicts:
	src/re_frame/subs.cljs
2016-06-14 21:14:49 +10:00
Mike Thompson 4741cd73d3 Better naming and comments. 2016-06-14 21:10:56 +10:00
Mike Thompson 6250c584da Add undo API 2016-06-14 21:09:21 +10:00
Mike Thompson 2822dc064a Put all undo related into a single namespace. Change the way middleware factories are done. 2016-06-14 21:08:32 +10:00
Stuart Mitchell 5a4d78ecc8 register-pure-sub: moved into correct namespace 2016-06-14 14:52:37 +12:00
Stuart Mitchell 1b698b3d8f register-pure: added code to enable spec checking of the fn args 2016-06-14 14:52:37 +12:00
Stuart Mitchell 48a1bda438 register-pure-sub: uses a function to do the work 2016-06-14 14:52:25 +12:00
Mike Thompson ea1e9e7745 Light improvements to comments in core. 2016-06-11 22:23:53 +10:00
Mike Thompson 5a214fc83b Fix bug which meant that post-event-callbacks were not called for `dispatch-sync` 2016-06-04 00:13:41 +10:00