Commit Graph

184 Commits

Author SHA1 Message Date
Daniel Compton cc773daa26 Update to 0.10.3-alpha2 2017-12-12 16:39:09 +13:00
Daniel Compton c6013ec5f3 Merge pull request #355 from satchit8/extraneous
Remove extraneous code in todomvc sample
2017-10-25 17:12:16 +13:00
Martin Račák 2d8f3ee5b1 Fix :all-complete? subscription 2017-10-02 13:09:25 +02:00
Mike Thompson 283d50bb2c TodoMVC Readme change 2017-09-27 04:28:28 +10:00
Christophe Gragnic e5ce878751 Little comment cleaning 2017-09-06 23:51:35 +10:00
Mike Thompson 6594a69ed2 Merge pull request #396 from ashewring/for-upstream
Fixed some typos
2017-09-06 23:43:54 +10:00
Mike Thompson c2e7a67137 Upgrade all dependencies to the latest. This means moving to cljs.spec.alpha in todomvc example 2017-08-17 21:40:58 +10:00
Mike Thompson cddc91d67c Change examples to use v0.10.1 2017-08-17 21:11:27 +10:00
Mike Thompson f90ef24280 Upgrade examples to use more recent version of reagent 2017-08-17 01:08:39 +10:00
Andrew Shewring 9996f11a17 Fixed some typos 2017-08-14 17:34:13 +12:00
Christophe Gragnic 949a396fb1 Rename default-value to default-db 2017-08-08 00:34:42 +10:00
Mike Thompson a46592f37a Merge pull request #388 from Grahack/trimv_typos
Fix trimv typo -> trim-v
2017-08-07 16:43:21 +10:00
Christophe Gragnic 5526b0dbd0 Misc cosmetics 2017-08-07 08:33:25 +02:00
Christophe Gragnic 73ee767460 Fix trimv typo -> trim-v 2017-08-07 08:25:08 +02:00
Matthew Jaoudi f431eed2e7 fix minor typos in todomvc example; 2017-07-25 15:19:25 -07:00
Mike Thompson b9ccb58f60 Improving docs for todomvc 2017-07-24 23:07:38 +10:00
Mike Thompson 9e710d175d Explain the nature of the todomvc example 2017-07-23 11:26:21 +10:00
Mike Thompson 9fcf54facf docs tweak 2017-07-22 13:21:46 +10:00
Mike Thompson 3beb7cfaf3 Improvements in newbie documentation 2017-07-20 15:10:18 +10:00
Mike Thompson dc5fa8b566 More improvements to todomvc 2017-07-17 17:21:29 +10:00
Mike Thompson 61ee2f18ac Improve the commenting in todomvc 2017-07-17 17:09:02 +10:00
Christophe Gragnic 0efcec3de6 Comment about useless require in todomvc 2017-07-16 21:19:19 +02:00
Mike Thompson bcd852d089 Merge branch 'master' into master 2017-07-16 19:45:50 +10:00
Mike Thompson f493b83675 Merge pull request #361 from Grahack/patch-3
Fix typo in comments of simple/core.cljs
2017-07-16 19:39:30 +10:00
Mike Thompson 5d00a895e8 Merge pull request #364 from Grahack/simpler
Simpler line in simple/core.cljs
2017-07-16 19:38:40 +10:00
Christophe Gragnic f7c3684338 Simpler line in simple/core
It also makes the code like in the walkthrough:
<https://github.com/Day8/re-frame/blob/master/docs/CodeWalkthrough.md#reg-sub>
2017-07-14 07:54:54 +02:00
Christophe Gragnic 2ce934635c Fix my fix 'only one instance' 2017-07-14 07:14:55 +02:00
Prof Gra 2313c9d509 Fix typo in comments of simple/core.cljs 2017-07-14 07:14:09 +02:00
Prof Gra 804cf88b29 Fix simple example namespace
/src/simpleexampe/core.cljs -> /src/simple/core.cljs
2017-07-14 06:26:04 +02:00
Marc Claesen 97bba84cb5 Update events.cljs
fixed typo
2017-07-14 10:03:38 +12:00
satchit8 cba1acaddb Remove extraneous code
The event handler for :complete-all-toggle doesn't appear to require any info from the event vector.
2017-07-05 23:40:38 +00:00
Daniel Compton 0ad1167b31 Bump example dependencies, and add compilation test
Fixes #351
2017-06-06 13:14:18 +12:00
赵宇 Yu Zhao ae87fbe0e3 fix requires to use the strict method 2017-05-31 23:23:14 +08:00
antonshwab 23da554def fix typo
handers -> handlers
2017-05-27 12:51:02 +03:00
mike 138f8c4327 Fix typos. 2017-02-09 18:03:44 -06:00
Daniel Compton 21882a7845 Switch back to Real English 2017-02-03 08:58:58 +13:00
Daniel Compton eb97a15616 Merge pull request #311 from richardharrington/edits-to-examples-doc
Edits to examples doc
2017-02-03 08:28:25 +13:00
Juraj Martinka a30c42054b Fix typos in todomvc application 2017-01-31 15:22:48 +01:00
Richard Harrington ea215d44bd minor changes to examples/simple/README.md 2017-01-15 22:40:11 -05:00
Mike Thompson 9b748229ed Improve "simple" example 2016-12-29 18:01:12 +11:00
Mike Thompson 4bba231548 Add more comments to todomvc 2016-12-28 22:42:45 +11:00
Mike Thompson f8ea6a3282 More work on subscriptions docs 2016-12-18 23:27:08 +11:00
Mike Thompson 47e850bc71 More examples to latest version 2016-12-15 16:05:02 +11: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 54f39c8ce5 Merge branch 'master' into develop
Conflicts:
	docs/External-Resources.md
	docs/Interceptors.md
2016-12-04 22:52:07 +11:00
Colin Yates 4ad6aa0ae5 minor spelling corrections and formatting 2016-12-02 17:15:53 +00:00
Mike Thompson 3a659dae94 Docs WIP 2016-10-24 14:21:47 +11:00
Mike Thompson b1b4120ab3 snapshot WIP on docs 2016-10-22 14:56:04 +11:00
Mike Thompson 0638becd45 WIP on the new README and initial docs 2016-10-21 07:07:56 +11:00