Commit Graph

774 Commits

Author SHA1 Message Date
Shaun Mahood bbbab3d5b6 Update and rename "Bootstrap-An-Application" docs
Bootstrap An Application (originally from wiki)
- renamed to "Loading Initial Data"
- Updated to work with 0.8.0 and some tweaks to wording
- Added a bit more context to dispatch-sync section
- Removed section on loading data and put link to "Talking to Servers"
doc instead
docs/README.md
- Reorganized under a new section
- Added a couple entries for future documentation
2016-08-24 22:27:48 -06:00
Mike Thompson 9722fdbade Better ascii hierarchy 2016-08-25 00:53:37 +10:00
Mike Thompson 0cd3716370 Merge branch 'master' of https://github.com/Day8/re-frame 2016-08-25 00:42:53 +10:00
Tomas Drencak cbfd1ccdeb typo fix 2016-08-25 00:42:31 +10:00
Mike Thompson 2049731bbd More docs massaging. 2016-08-25 00:41:56 +10:00
Mike Thompson 3a8c03cf5e Merge pull request #203 from tomasd/patch-2
typo fix
2016-08-25 00:32:54 +10:00
Mike Thompson b391c03a3e Add first cut of talking to servers docs 2016-08-25 00:30:38 +10:00
Mike Thompson 3d3c7a1ccd Add navigation to docs pages 2016-08-25 00:30:37 +10:00
hipitihop 733ad218a2 Update fx-test fixtures to use re-frame.core/make-restore-fn & update docs 2016-08-24 10:44:21 +10:00
hipitihop cdf26ca3d0 test-runner - remove explicit devtools dep and init now done via :preloads 2016-08-24 10:41:45 +10:00
hipitihop 9f824cc528 bump next point release, deps [binaryage/devtools "0.8.1"] and use :preloads 2016-08-24 10:40:56 +10:00
Daniel Compton 5aa9fcf6c8 Spaces not tabs for editorconfig 2016-08-24 12:18:37 +12:00
Mike Thompson 2bfee2d62c Merge pull request #206 from smahood/master
Update "A Larger App" documentation and docs/readme
2016-08-24 09:49:53 +10:00
Shaun Mahood 344cd6036a Minor formatting change 2016-08-23 15:32:18 -06:00
Shaun Mahood d0614a52a2 Change format a bit 2016-08-23 15:31:11 -06:00
Shaun Mahood 8efe6dff04 Rename A-Larger-App.md 2016-08-23 15:20:54 -06:00
Shaun Mahood f168a7f821 Fix minor error in README 2016-08-23 15:18:42 -06:00
Shaun Mahood e1d69fc7b5 Break apart A-Larger-App docs and restructure README 2016-08-23 15:17:59 -06:00
Shaun Mahood f63ae9364c Update for 0.8.0 and minor edits 2016-08-23 15:07:14 -06:00
Shaun Mahood f22dc3dc9f Merge pull request #1 from Day8/master
Updating from master
2016-08-23 11:13:16 -06:00
Tomas Drencak e5de64e056 typo fix 2016-08-23 09:12:35 +02:00
Mike Thompson 9d533d2f23 Merge pull request #201 from pesterhazy/patch-1
Correct typo
2016-08-23 10:30:43 +10:00
Paulus Esterhazy cc2354b988 Correct typo
I think this corrects the text to the intended meaning.
2016-08-22 22:56:47 +02:00
Mike Thompson 19d0fd4021 Merge branch 'develop' of https://github.com/Day8/re-frame into develop 2016-08-22 14:22:53 +10:00
Mike Thompson 912f68d873 Note pull request in Changes 2016-08-22 14:21:38 +10:00
Mike Thompson 250c3d26bb Merge pull request #200 from Day8/trailing-console-space
Remove trailing spaces from console logging
2016-08-22 14:17:51 +10:00
Daniel Compton 6b21bfe714 Remove trailing spaces from console logging
console.log and family provide spaces between arguments, so we don't
need to add them in our console errors.
2016-08-22 16:06:15 +12:00
Mike Thompson eb0740e93e Make changes clearer 2016-08-22 10:01:33 +10:00
Mike Thompson 165faac4bb Merge pull request #199 from ducky427/patch-2
Fix small typo in CHANGES.md
2016-08-22 09:06:22 +10:00
Ducky 748bad3f11 Fix small typo. 2016-08-21 15:11:57 +01:00
Mike Thompson 4471fe58c8 Merge branch 'develop' 2016-08-21 19:52:50 +10:00
Mike Thompson f1f6ac7992 Ensure examples have the right deps. 2016-08-21 19:52:25 +10:00
Mike Thompson d55885a745 Ensure examples have the right deps. 2016-08-21 19:50:17 +10:00
Mike Thompson 2d9d380282 Merge pull request #197 from adolby/develop
Cleanup docs
2016-08-21 19:49:03 +10:00
Andrew Dolby 3ab43d52b4 Cleanup docs 2016-08-19 14:47:37 -04:00
Mike Thompson 8cf42f57f5 Version 0.8.0 2016-08-19 18:20:21 +10:00
Mike Thompson 95a1c4ee2b Correct date of release 2016-08-19 16:57:27 +10:00
Mike Thompson cd55814cdf Undo previous stupidity 2016-08-19 15:41:56 +10:00
Mike Thompson 48faedb082 More docs work 2016-08-19 15:32:51 +10:00
Mike Thompson 0514e06d0c Put in the right magic around `:advanced` Dead Code Elimination 2016-08-19 15:07:06 +10:00
Mike Thompson dd8bc250fb Fix up interceptors and get rid of pesky warnings. 2016-08-19 00:20:03 +10:00
Mike Thompson 3dc5c728c6 Ensure we get DCE (Dead code Elimination) 2016-08-18 23:27:52 +10:00
Mike Thompson 422c13ef47 deploy -alpha12 2016-08-18 18:19:57 +10:00
Mike Thompson bfb7da0e71 Remove private from registrar (we now need to access it in core to create restore function) 2016-08-18 17:13:53 +10:00
Mike Thompson 6f45cfc7c2 Subscription cache needed elsewhere, so no longer private 2016-08-18 11:58:42 +10:00
Mike Thompson 4bf54da69b Add make-restore-fn. I still need to figure out subscriptions. 2016-08-18 11:58:41 +10:00
Mike Thompson ca9513d0e7 Minor subs cleanup 2016-08-18 11:58:40 +10:00
Mike Thompson 3a8abed723 Clearer derefing of signals 2016-08-18 11:58:39 +10:00
Mike Thompson ad66b89abc Fix up wording. 2016-08-18 11:58:39 +10:00
Mike Thompson 49581cd96e Swap to using `:id` instead of `:name` (I thought I done this earlier) 2016-08-18 11:58:37 +10:00