Commit Graph

1084 Commits

Author SHA1 Message Date
Dexter Gramfors e200b29539 Added FAQ link. 2016-12-17 11:37:49 +01:00
Mike Thompson 0b0c78acea Docs WIP 2016-12-17 18:30:09 +11:00
Mike Thompson 374e557bec Merge pull request #292 from gadfly361/develop
fix typos in mental model omnibus;
2016-12-17 18:26:44 +11:00
Matthew Jaoudi 3442726a54 fix typos in re-frame interceptors; 2016-12-16 23:25:46 -08:00
Matthew Jaoudi 609299ca71 fix typos in effectful handlers; 2016-12-16 22:58:49 -08:00
Matthew Jaoudi bb765dd1b8 fix typos in mental model omnibus; 2016-12-16 22:28:26 -08:00
Mike Thompson 86ccd975e3 Docs WIP 2016-12-17 16:03:47 +11:00
Mike Thompson 56d40319d3 Start the process of documenting regsub 2016-12-17 14:32:30 +11:00
Mike Thompson cb7ae60411 Make External Resources Doc less cluttered. Add effects and coeffects handlers 2016-12-17 13:33:46 +11:00
Mike Thompson 76353b5a99 Merge pull request #291 from gadfly361/develop
fix typos in initial code walk-through;
2016-12-17 13:31:38 +11:00
Matthew Jaoudi 07fa862dbf fix typos in initial code walk-through; 2016-12-16 17:52:32 -08:00
Mike Thompson ffb89239f6 Merge pull request #290 from milt/patch-1
Add re-thread to External Resources doc
2016-12-17 10:46:49 +11:00
Milton Reder 22a3c109b6 Add re-thread to External Resources doc
As requested, added [re-thread](https://github.com/yetanalytics/re-thread).
2016-12-16 16:07:18 -05:00
Mike Thompson ced0befbf9 Clean up of External Resources. 2016-12-17 05:42:36 +11:00
Mike Thompson b4814f160a Merge branch 'master' of https://github.com/Day8/re-frame 2016-12-17 05:34:24 +11:00
Dexter Gramfors c09b74031d Fix broken link to code walkthrough. 2016-12-17 05:33:43 +11:00
Mike Thompson db2107d0f3 Merge pull request #289 from Dexterminator/patch-4
Fix broken link to code walkthrough.
2016-12-17 05:32:48 +11:00
Mike Thompson 846a1b72a3 Merge pull request #288 from Day8/smahood-patch-1
Add re-frisk and Clojure/Conj presentation
2016-12-17 05:32:00 +11:00
Dexter Gramfors 9b3d5c1315 Fix broken link to code walkthrough. 2016-12-16 17:48:01 +01:00
Shaun Mahood d0bb0c0a45 Add re-frisk and Clojure/Conj presentation 2016-12-16 09:08:16 -07:00
Mike Thompson dfd978b8c1 More fiddle 2016-12-16 12:54:55 +11:00
Mike Thompson 6036eddcf4 Add Rich Hickey Video 2016-12-16 11:50:59 +11:00
Mike Thompson 60ffcca772 reword 2016-12-16 10:42:07 +11:00
Mike Thompson 639fb10e80 Make sure our place in history is documented for future generations :-) 2016-12-16 10:29:07 +11:00
Mike Thompson 03075227fa Better logo placement 2016-12-15 20:33:18 +11:00
Mike Thompson 84cd88bd6a Merge pull request #287 from devinrhode2/patch-2
README, add reason to consider adopting re-frame
2016-12-15 20:32:17 +11:00
Devin Rhode 1b5fda7838 Another reason to consider adopting re-frame 2016-12-15 02:15:46 -06:00
Daniel Compton e62f8c52af Add migrating section 2016-12-15 18:29:15 +13:00
Mike Thompson e10cd092bb Get the logo showing 2016-12-15 16:21:37 +11:00
Mike Thompson 3088f8df48 More image and wording wrangling, getting the right render under github. 2016-12-15 16:14:35 +11:00
Mike Thompson f048982606 Another Docs wrangle to see how it looks under github rendering 2016-12-15 16:08:28 +11:00
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