Commit Graph

1129 Commits

Author SHA1 Message Date
Colin Yates 4ad6aa0ae5 minor spelling corrections and formatting 2016-12-02 17:15:53 +00:00
Mike Thompson f074fc363c Docs WIP 2016-12-02 23:46:06 +11:00
Mike Thompson e95d07da32 Merge branch 'develop' of https://github.com/Day8/re-frame into develop 2016-11-30 21:28:12 +11:00
Mike Thompson f04804ab5c Docs WIP 2016-11-30 21:28:01 +11:00
Mike Thompson 0deef884cb Docs WIP 2016-11-30 21:27:47 +11:00
Joe Snikeris 7b13d572da Minor documentation issue in Interceptors.md 2016-11-29 15:34:41 -05:00
Daniel Compton edc6b5bdf0 Remove debouncing from changelog 2016-11-29 16:41:44 +13:00
Daniel Compton 3ac03cce31 Merge pull request #270 from thenonameguy/patch-3
Fix README.md pull request link
2016-11-29 11:49:17 +13:00
Szabó Krisztián 5242a436a5 Fix README.md pull request link 2016-11-28 14:30:51 +01:00
Daniel Compton 17ee78f034 Version 0.9.0-alpha2-SNAPSHOT 2016-11-28 22:43:50 +13:00
Daniel Compton 1d0ef8f075 Version 0.9.0-alpha1 2016-11-28 22:43:39 +13:00
Daniel Compton 9180681c23 0.9.0-alpha1-SNAPSHOT 2016-11-28 22:43:32 +13:00
Daniel Compton 20e52058d7 Disable trace tests
We need to move Karma testing to optimizations :none, as goog-define
doesn't work for optimizations :whitespace.
2016-11-28 22:34:17 +13:00
Daniel Compton 4d8a311134 Make sure that tracing is eliminated by Closure DCE 2016-11-28 22:12:17 +13:00
Daniel Compton 50e87fd5a6 Trace re-frame event lifecycle
Trace subs, FSM, events
Add tests for basic behaviour
2016-11-24 18:14:48 +13:00
Daniel Compton 769238acd4 Add tracing macros 2016-11-24 18:08:38 +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 5d72ebcb6d Merge pull request #269 from Dexterminator/patch-1
Update External-Resources.md
2016-11-21 10:49:35 +13:00
Dexter Gramfors eb17fa3c5d Update External-Resources.md
Corrected version number in external project.
2016-11-19 09:30:13 +01:00
Daniel Compton 575051e7a7 Merge pull request #263 from Day8/toc
Add generated table of contents to docs
2016-11-10 11:08:34 +13:00
Daniel Compton d9cdb53c07
Add generated table of contents to docs
This uses doctoc to automatically generate the TOC.
2016-11-10 11:06:08 +13:00
Daniel Compton 38872f151d
Add gitattributes file for CHANGES.md to avoid merge conflicts 2016-11-07 08:41:19 +13:00
Daniel Compton 41990cf60f Add clear-subscription-cache! function 2016-11-06 19:41:51 +13:00
Daniel Compton 21c78db3a7
Don't use devtools :async feature
See
https://github.com/binaryage/cljs-devtools/issues/20#issuecomment-257399432
for more details.
2016-11-01 10:27:56 +13:00
Mike Thompson 189709f65f WIP docs 2016-10-27 07:05:05 +11:00
Daniel Compton 46380182fb
Add Changelog entry for #259 2016-10-26 08:54:17 +13:00
Daniel Compton a9569c2e8c Merge pull request #259 from Day8/fix-subs
Don't create subscriptions in reg-sub
2016-10-26 08:51:51 +13:00
Mike Thompson 8dd715fc1b WIP docs 2016-10-25 21:47:16 +11:00
Mike Thompson 5d5d895eab Merge pull request #260 from idmit/patch-1
Fix missing brackets in the example
2016-10-25 21:46:23 +11:00
Ivan Dmitrievsky 1f3c80d6f3 Fix missing brackets in the example 2016-10-25 12:37:23 +03:00
Mike Thompson 1a14c192c7 WIP docs 2016-10-25 17:30:37 +11:00
Mike Thompson b4d0020619 WIP docs 2016-10-25 17:27:15 +11:00
Mike Thompson 56c14fbec8 WIP docs 2016-10-25 17:22:49 +11:00
Mike Thompson 3a659dae94 Docs WIP 2016-10-24 14:21:47 +11:00
Mike Thompson b1b4120ab3 snapshot WIP on docs 2016-10-22 14:56:04 +11:00
Mike Thompson 977517d35c Docs WIP 2016-10-22 11:57:35 +11:00
Mike Thompson 02f2d92fc2 WIP docs 2016-10-21 23:12:24 +11:00
Mike Thompson f63adacfcf docs WIP 2016-10-21 20:40:32 +11:00
Mike Thompson 5cc48d54eb WIP on new docs 2016-10-21 16:09:39 +11:00
Daniel Compton 0bb7b9c528
Spelling 2016-10-21 14:01:45 +13:00
Daniel Compton 9839b258cb
Don't create subscriptions in reg-sub
This commit fixes a bug where reg-sub created subscriptions and closed
over them when using the `:<- [:sub]` sugar. Now dependent subscriptions
aren't created until they are needed, and they will be cleaned up
correctly.
2016-10-21 09:56:20 +13:00
Mike Thompson be9e4521c2 And again 2016-10-21 07:25:54 +11:00
Mike Thompson 9f988395d0 Next image experiment - getting closer 2016-10-21 07:21:21 +11:00
Mike Thompson 87383a9042 Next experiment (I have to see what Github does with it) 2016-10-21 07:18:46 +11:00
Mike Thompson 6712cad85d Another experiement 2016-10-21 07:17:18 +11:00
Mike Thompson 6d2c6c1074 Experimenting with right-floating images and Git flavored markdown. 2016-10-21 07:12:49 +11:00
Mike Thompson 0638becd45 WIP on the new README and initial docs 2016-10-21 07:07:56 +11:00
Shaun Mahood fa39d73223 Update README.md 2016-10-19 13:53:46 -06: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