Commit Graph

131 Commits

Author SHA1 Message Date
Mike Thompson 131e0ba30c Update Changes doc 2017-07-14 17:53:34 +10:00
Mike Thompson 31ba95ba1b Remember changes 2017-07-14 13:55:29 +10:00
Stuart Mitchell 998358049a Updated CHANGES.md 2017-06-01 16:25:52 +12:00
Daniel Compton 4d1310a19e Update changelog 2017-05-29 10:58:37 +12:00
Daniel Compton cf61b2db1d Update changelog for 0.9.3 2017-05-15 08:29:01 +12:00
Daniel Compton f3ae4c2592 Update changelog 2017-05-15 08:26:04 +12:00
Daniel Compton 9e6ea5431c Add changelog for #336 2017-05-01 08:44:32 +12:00
Daniel Compton af1c492b58 Add changelog entry for #328 2017-03-27 11:32:19 +13:00
Daniel Compton b759807aa7 Add release notes for 0.9.2 2017-03-01 10:46:29 +13:00
Daniel Compton 51a942a802 Add changelog for fixing dynamic subscriptions 2016-12-20 09:08:29 +13:00
Mike Thompson 0b0c78acea Docs WIP 2016-12-17 18:30:09 +11:00
Daniel Compton e62f8c52af Add migrating section 2016-12-15 18:29:15 +13:00
Mike Thompson ff5ce94296 Docs WIP 2016-12-15 16:04:49 +11:00
Daniel Compton 9014e55987 Bump to 0.9.0-SNAPSHOT 2016-12-15 15:49:13 +13:00
Mike Thompson 742349348d Docs WIP 2016-12-15 01:24:37 +11:00
Mike Thompson 7fd4a0e860 Docs WIP 2016-12-14 08:57:47 +11:00
Daniel Compton bd18563f5d Tweak trim-v patch
- Add another test assertion
- Add changelog
- Tweak style of std interceptor to use dissoc-in
2016-12-12 15:40:59 +13:00
Mike Thompson 4308c5a769 Docs WIP 2016-12-11 23:46:55 +11:00
Daniel Compton 52396f7518 Provide enrich interceptor with db coeffect
If no db effect was produced.

Fixes #278
2016-12-08 22:29:13 +13:00
Daniel Compton 5318a29ace Dispose of subscriptions that were created after restore fn
Fixes #223
2016-12-07 16:57:06 +13:00
Mike Thompson f6d3546591 Note Docs changes 2016-12-06 14:18:54 +11:00
Mike Thompson 237e7b0174 Add README changes 2016-12-06 14:18:53 +11:00
Mike Thompson cff232d39c Docs WIP 2016-12-04 22:26:01 +11:00
Daniel Compton edc6b5bdf0 Remove debouncing from changelog 2016-11-29 16:41:44 +13:00
Szabó Krisztián 5242a436a5 Fix README.md pull request link 2016-11-28 14:30:51 +01:00
Daniel Compton 4d8a311134 Make sure that tracing is eliminated by Closure DCE 2016-11-28 22:12:17 +13:00
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