Commit Graph

1012 Commits

Author SHA1 Message Date
Daniel Compton 5318a29ace Dispose of subscriptions that were created after restore fn
Fixes #223
2016-12-07 16:57:06 +13:00
Mike Thompson 80363519e8 Docs WIP 2016-12-07 09:57:20 +11:00
Mike Thompson 7a39b7a660 Remove duplicate license information 2016-12-06 14:39:59 +11:00
Mike Thompson 6c0b1e09ba edit type 2016-12-06 14:37:34 +11:00
Mike Thompson 566bb0fd71 Update years in license 2016-12-06 14:37:06 +11: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
Daniel Compton 9b94928970 Update doctoc 2016-12-06 16:15:05 +13:00
Daniel Compton fd23221de4 Tweaks on app state and mental model 2016-12-06 16:14:20 +13:00
Daniel Compton 42c01a96f6 Add FAQ for why clear-subscription-cache! is needed 2016-12-06 16:13:56 +13:00
Mike Thompson f7d3b37f31 Test look of new docs in github 2016-12-06 12:45:09 +11:00
Mike Thompson fe87721c0e Docs WIP - I think this is finally good enough for publish (git checkin 1001 for the repo, I think) 2016-12-06 12:23:55 +11:00
Mike Thompson d8cad51db6 Docs WIP 2016-12-05 18:37:15 +11:00
Daniel Compton 0907659f8d Tweak clear-subscription-cache! docstring 2016-12-05 20:12:43 +13:00
Daniel Compton 7cf4441696 Fix spelling mistakes
From https://github.com/Day8/re-frame/pull/273
Thanks @Samstiles!
2016-12-05 17:59:28 +13:00
Daniel Compton 95f88424a6 Update docs to clarify some things 2016-12-05 17:56:03 +13:00
Daniel Compton bc922e71fa Remove reference implementation comments 2016-12-05 14:43:20 +13:00
Daniel Compton d035992baa Fix typos 2016-12-05 12:49:04 +13:00
Mike Thompson a4ad943695 Docs WIP 2016-12-05 07:59:11 +11:00
Mike Thompson 3972b49555 WIP 2016-12-05 07:34:20 +11:00
Mike Thompson 54f39c8ce5 Merge branch 'master' into develop
Conflicts:
	docs/External-Resources.md
	docs/Interceptors.md
2016-12-04 22:52:07 +11:00
Mike Thompson 0cb3fa2cdf Merge pull request #271 from jsnikeris/patch-1
Minor documentation issue in Interceptors.md
2016-12-04 22:28:57 +11:00
Mike Thompson e8e072b900 Merge pull request #274 from yatesco/patch-2
minor spelling corrections and formatting
2016-12-04 22:28:02 +11:00
Mike Thompson e8eb83d628 Merge pull request #275 from flexsurfer/patch-1
fix typo
2016-12-04 22:27:25 +11:00
Mike Thompson d0d938c5bf Merge pull request #276 from flexsurfer/patch-2
fix typo
2016-12-04 22:26:51 +11:00
Mike Thompson cff232d39c Docs WIP 2016-12-04 22:26:01 +11:00
Mike Thompson 38a12e9f95 Docs WIP 2016-12-04 14:20:25 +11:00
Mike Thompson 765b116ae6 Docs WIP 2016-12-04 07:57:31 +11:00
Mike Thompson 31ce3903bf Docs WIP 2016-12-04 06:04:14 +11:00
Mike Thompson 032772abc8 Docs WIP 2016-12-03 22:31:17 +11:00
Mike Thompson 1fff434580 Docs WIP 2016-12-03 21:44:06 +11:00
motor4ik 55d40d2e19 Update Coeffects.md 2016-12-02 22:16:35 +03:00
motor4ik bfa02d4bfd Update Effects.md 2016-12-02 22:04:10 +03:00
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