Commit Graph

1153 Commits

Author SHA1 Message Date
Mike Thompson 47e850bc71 More examples to latest version 2016-12-15 16:05:02 +11:00
Mike Thompson ff5ce94296 Docs WIP 2016-12-15 16:04:49 +11:00
Daniel Compton 301a93bbc3 Version 0.9.1-SNAPSHOT 2016-12-15 16:00:02 +13:00
Daniel Compton 831c1385b9 Version 0.9.0 2016-12-15 15:59:50 +13:00
Daniel Compton cee6d27373 Merge branch 'develop' 2016-12-15 15:54:39 +13:00
Daniel Compton 9014e55987 Bump to 0.9.0-SNAPSHOT 2016-12-15 15:49:13 +13:00
Daniel Compton b53062e859 Move reagent-id fn to re-frame.interop 2016-12-15 13:28:57 +13:00
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 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
Mike Thompson acdcf54bb3 Merge pull request #282 from assoc-in/patch-1
Updated previous to go to correct page and fixed index 404
2016-12-09 10:33:34 +11:00
assoc-in a8bb69c298 Updated previous to go to correct page and fixed index 404 2016-12-08 17:13:19 -06: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