Commit Graph

1117 Commits

Author SHA1 Message Date
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
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