1044 Commits

Author SHA1 Message Date
Mike Thompson
5364a83aee Docs WIP 2016-12-15 10:50:32 +11:00
Daniel Compton
0f8e95d70f Only require reagent.ratom in CLJS context
Reagent has a reagent.ratom CLJ file, but it is a macro file intended
for use from CLJS, not from a Clojure program.

Fixes #285
2016-12-15 11:54:18 +13:00
Mike Thompson
8ee1271224 Docs WIP 2016-12-15 09:27:42 +11:00
Mike Thompson
742349348d Docs WIP 2016-12-15 01:24:37 +11:00
Mike Thompson
f4df4777c3 And we're done now with Event Handler Infographics 2016-12-15 00:26:39 +11:00
Mike Thompson
40e3622f61 Better wording above infographic 2016-12-15 00:21:14 +11:00
Mike Thompson
ec4b7e33f8 Image fiddling again 2016-12-15 00:17:42 +11:00
Mike Thompson
50d970a24c Try to show an image in README 2016-12-15 00:15:31 +11:00
Mike Thompson
f9b3518a8f Docs WIP 2016-12-15 00:13:01 +11:00
Mike Thompson
7fd4a0e860 Docs WIP 2016-12-14 08:57:47 +11:00
Daniel Compton
87fccd10a3 Fix karma.conf.js to only watch test.js
Karma was previously configured to watch all of the files in the pattern
which meant that any time those files changed (the autobuilder copies
them over), it triggered a rerun. This was usually before the test file
was ready to run, which caused test failures or other glitches.

This commit fixes the Karma config so that autorun test only run when
compilation has finished.
2016-12-12 15:42:45 +13: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
Oliver Hine
ff7c175de0 making trim-v before/after symmetrical 2016-12-12 15:39:29 +13:00
Mike Thompson
4308c5a769 Docs WIP 2016-12-11 23:46:55 +11:00
Daniel Compton
7b88d707f1 Version 0.9.0-beta2-SNAPSHOT 2016-12-09 13:27:04 +13:00
Daniel Compton
d592804c18 Version 0.9.0-beta1 v0.9.0-beta1 2016-12-09 13:26:53 +13:00
Daniel Compton
67fa87efbf Update to 0.9.0-beta1-snapshot 2016-12-09 13:25:53 +13:00
Mike Thompson
9452f7812c Merge branch 'develop' of https://github.com/Day8/re-frame into develop 2016-12-09 10:34:17 +11:00
Mike Thompson
ad5333409e Docs WIP 2016-12-09 10:34:08 +11:00
Daniel Compton
1d443b1418 Merge pull request #281 from Dexterminator/patch-3
Minor punctuation fixes, and added todomvc link
2016-12-09 11:09:34 +13:00
Dexter Gramfors
7d45637f94 Minor punctuation fixes, and added todomvc link 2016-12-08 21:55:34 +01:00
Daniel Compton
63352fd7ff Merge pull request #279 from Dexterminator/patch-2
Period for consistency.
2016-12-09 09:06:18 +13:00
Dexter Gramfors
2e6e0cbb13 Period for consistency. 2016-12-08 12:12:14 +01: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
Stuart Mitchell
8bf4adff07 Example - time change 2016-12-08 12:35:12 +13:00
Stuart Mitchell
a064e2ae27 Example App - added screenshot 2016-12-08 12:29:45 +13:00
Stuart Mitchell
999d4c332e Example - changed figwheel config 2016-12-08 12:22:08 +13:00
Stuart Mitchell
e09acf99fb Walkthrough and simple app 2016-12-08 11:56:18 +13:00
Mike Thompson
a13fe82299 Correct some old docs to show more modern methods. 2016-12-07 22:02:07 +11:00
Mike Thompson
a1c1cffa8f Add Stately to External resoucres 2016-12-07 22:01:11 +11:00
Mike Thompson
3ea67ad67f More interconnections out of main README and into Metntal Model Onibus 2016-12-07 17:58:45 +11:00
Daniel Compton
c71d953a0b Update doctoc 2016-12-07 19:53:35 +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
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