Commit Graph

147 Commits

Author SHA1 Message Date
Mike Thompson 346a52d607 Add new FAQ: "How do I do full-stack re-frame?" 2017-09-27 05:10:58 +10:00
Daniel Compton e8301a864d Update references to point to master, not develop 2017-09-12 16:37:28 +12:00
Mike Thompson 6f5b3f65c3 Add new FAQ 2017-08-28 17:13:19 +10:00
Mike Thompson 15d3b4724e Update `changes.md` to reflect emergency release 2017-08-17 01:09:17 +10:00
Daniel Compton ed300cfb62 Update changelog to include #395 2017-08-16 14:55:58 +12:00
Mike Thompson 532e80a830 Bring `Changes.md` up to date 2017-08-16 08:28:09 +10:00
Mike Thompson e9e79eaf08 tweak dates in Changes.md 2017-08-08 00:33:40 +10:00
Mike Thompson 273b621e06 Keep changes up to date 2017-08-08 00:32:26 +10:00
Mike Thompson 906ab9c885 Add a new FAQ 2017-08-05 15:30:13 +10:00
Mike Thompson e7114d1a6c Add new FAQ entry on Normalised databases 2017-08-01 23:11:33 +10:00
Mike Thompson b3c0c6d139 API docs are now complete. Probably still some editing to do. 2017-07-24 00:08:59 +10:00
Mike Thompson 5a2bcac347 Reorganize changes doc + Tweak main /docs 2017-07-23 22:58:52 +10:00
Mike Thompson 35200aea6c Keep change log up to date. 2017-07-22 10:04:39 +10:00
Mike Thompson 3e25259afc Update changes doc 2017-07-20 09:22:51 +10:00
Mike Thompson eb5c55da68 Merge branch 'develop' into patch-1 2017-07-16 19:44:28 +10:00
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
Erik Sandberg d33561c02e Update CHANGES.md 2017-05-18 13:39:23 -07: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