Commit Graph

105 Commits

Author SHA1 Message Date
Daniel Compton ff164beb8f Don't throw when subscribing to a non-existent sub
Fixes bug where we were logging if a sub didn't exist, but then trying
to create it still.
2016-11-24 17:57:41 +13:00
Daniel Compton 41990cf60f Add clear-subscription-cache! function 2016-11-06 19:41:51 +13:00
Daniel Compton 46380182fb
Add Changelog entry for #259 2016-10-26 08:54:17 +13:00
Mike Thompson ff7394d767 Add to Change log 2016-10-19 21:50:42 +11:00
Mike Thompson 2832520f13 Updated Changes document 2016-10-19 21:27:34 +11:00
Daniel Compton fad4e7315b Add get-loggers function to get existing re-frame loggers 2016-10-17 10:30:22 +13:00
Daniel Compton c14935dea6
Spelling fixes 2016-10-13 17:44:29 +13:00
Daniel Compton 5486d2058f Call after interceptor with db coeffect, if no db effect is produced
after interceptors expect to always get a db value. If no db effect is
produced, then they may fail (for example schema validation on db if
no db is provided).

Fixes #239
2016-10-13 10:44:40 +13:00
Mike Thompson 912f68d873 Note pull request in Changes 2016-08-22 14:21:38 +10:00
Mike Thompson eb0740e93e Make changes clearer 2016-08-22 10:01:33 +10:00
Ducky 748bad3f11 Fix small typo. 2016-08-21 15:11:57 +01:00
Mike Thompson 8cf42f57f5 Version 0.8.0 2016-08-19 18:20:21 +10:00
Mike Thompson 95a1c4ee2b Correct date of release 2016-08-19 16:57:27 +10:00
Mike Thompson f4f1ffdca2 Clean up changes ready for release 2016-08-18 11:58:31 +10:00
Mike Thompson da19563038 Rework Changes to reference new docs. Adjust position of Interceptor upgrade notes. 2016-08-17 08:44:08 +10:00
Mike Thompson 1efcea2cf2 Correct external link in README 2016-08-16 12:24:49 +10:00
Mike Thompson ccb827f84b Fix spelling 2016-08-15 18:11:41 +10:00
Mike Thompson 4945abe45a Alter wording in change.md 2016-08-15 11:55:19 +10:00
Mike Thompson 723b04fdd1 Add a reminder in change.md 2016-08-15 11:54:44 +10:00
Mike Thompson 9580746571 Improve instructions around change from middleware to Interceptors 2016-08-15 11:54:03 +10:00
Mike Thompson fb93763c98 Add a few more words to the change.md 2016-08-08 23:16:44 +10:00
Mike Thompson ea2dbff974 Work on Changes.md 2016-08-03 17:36:18 +10:00
Mike Thompson 311367dc3d Change to Interceptors (away from middleware). This is a big code drop.
Tests pass and todomvc works.
But there is some ugliness to now resolve, and a couple of  unresolved issues.
2016-08-03 12:53:01 +10:00
Mike Thompson e2034f4576 Allow registration and de-registration of post event callbacks via an id. 2016-07-28 14:50:39 +10:00
Mike Thompson 2ac221828a Tweak Changes.md 2016-07-26 11:41:42 +10:00
Mike Thompson 658f3b0232 Switch to using `reg-*` naming, instead of `def-*` naming 2016-07-24 17:08:09 +10:00
Mike Thompson 7a56afac6f Warn Martin. 2016-07-23 10:09:35 +10:00
Mike Thompson 4ba1226e94 Acknowledge Martin as the logo creator 2016-07-23 09:45:54 +10:00
Mike Thompson 33d869bccd Changes.md 2016-07-22 20:41:37 +10:00
Mike Thompson 17a4fb8f5a Add Sam and Bryan's work to change log. 2016-07-22 11:24:34 +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
Mike Thompson 8e211754a3 Remove todo 2016-07-20 11:16:52 +10:00
Mike Thompson 56e7bb44db More README madness 2016-07-20 09:52:39 +10:00
Mike Thompson f6cb7cba4f Include the example effect handlers 2016-07-15 23:50:33 +10:00
Mike Thompson 0c0b0f9d07 More detail added to Change.md regarding sample effect handlers 2016-07-15 18:46:37 +10:00
Mike Thompson 325e59c845 Remember a todo 2016-07-15 11:34:02 +10:00
Mike Thompson 2c9d140c22 Initial fx code now in. But it remains largely untested. 2016-07-14 16:41:54 +10:00
hipitihop a1314eb6c3 Add cljs-test to test-runner via browser/html
- standardised test namespaces: renamed to use -test suffix and moved to eliminate redundant /test folder
- added cljs-test based tests via browser/html. These mimic original karma tests.
   NOTE: previous lein aliases `once` and `auto` have been replaced by `test-once` , `test-auto` & `karma-once`
- update karma.conf & circle.yml
- updated CHANGES.md & CONTRIBUTING.md
2016-07-14 11:21:12 +10:00
Mike Thompson a745bcd7af Update changes. 2016-07-11 16:53:57 +10:00
Mike Thompson c763ff652d Remove incorrect deref from simple example, now that we have moved to def-sub 2016-07-09 13:42:08 +10:00
Mike Thompson 1acf687882 Further Change.md tweaks. 2016-07-07 16:05:37 +10:00
Mike Thompson 70b480b1d1 Correct Changes.md document 2016-07-07 15:19:52 +10:00
Mike Thompson 3cb824f072 Add better comments 2016-07-07 15:16:49 +10:00
Mike Thompson 0d31e3c7c6 Cut v0.8.0-alpha1 2016-07-07 14:52:13 +10:00
Mike Thompson ca03f219f3 Tweak wording in Changes.md 2016-06-24 18:27:08 +10:00
Mike Thompson 0b2bcbe65e Complete undo/redo work 2016-06-23 23:41:20 +10:00
Mike Thompson 9452998e0b WIP. undo test fails. 2016-06-22 10:54:41 +10:00
Mike Thompson fd50562811 Correct change log about dependencies 2016-06-15 10:14:06 +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
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