Commit Graph
386 Commits
Author SHA1 Message Date
Yoshua Wuyts 11cba09e72 Merge pull request #210 from clkao/patch-1
Fix link to rehydration doc
2016-08-03 15:25:17 +02:00
Chia-liang Kao cf06bc4395 Fix link to rehydration doc 2016-08-03 21:10:47 +08:00
Matt McFarland b9698a7527 Fixes for #160
- Added instructions to create the html.js file as requested per the issue.
 - Added the html.min.js file to the vanilla example
 - Tested and working as expected.
2016-08-02 10:17:59 -04:00
Yoshua Wuyts d547d5863b Merge pull request #196 from MattMcFarland/patch-2
Update link to example
2016-07-27 11:00:20 +01:00
Matt McFarland 6aa88da861 Update link to example
The requirebin demo was also in the example area which I didn't see beforehand.
2016-07-25 14:39:06 -04:00
Yoshua Wuyts 88a0816f52 docs: fix typo 2016-07-24 22:41:37 +01:00
Yoshua Wuyts 98ff330f45 3.2.0 2016-07-24 22:36:49 +01:00
Yoshua Wuyts 4cdba52274 changelog: 3.2.0 2016-07-24 22:36:38 +01:00
Yoshua Wuyts b65002178a Merge pull request #192 from yoshuawuyts/use
add .use() API method
2016-07-24 22:26:08 +01:00
Yoshua Wuyts 4f0da3a739 deps: add barracks deps 2016-07-24 22:01:41 +01:00
Yoshua Wuyts d3dda7d113 docs: add big warning about plugins 2016-07-24 22:01:40 +01:00
Yoshua Wuyts 2b7dc1901c .use: add new api method 2016-07-24 22:01:40 +01:00
Yoshua Wuyts eaad27c859 Merge pull request #194 from clkao/test-lint
Actually make scripts/test lint fail
2016-07-24 18:04:10 +01:00
Chia-liang Kao 44416fdc63 Actually make scripts/test lint fail 2016-07-23 16:23:24 +08:00
Yoshua Wuyts 73c7965461 Merge pull request #188 from yoshuawuyts/ecosystem-tag
docs: add ecosystem heading
2016-07-22 02:39:20 +02:00
Todd Kennedy 147dabfcd7 Update effects sections to latest API (#187)
They have to call done!
2016-07-21 10:16:46 -07:00
Yoshua Wuyts a913065262 Merge pull request #190 from MattMcFarland/patch-1
Update Input Example to latest version of choo.
2016-07-21 16:03:14 +02:00
Matt McFarland ea5b81d224 Update Input Example to latest version of choo.
When I first started using choo, I used the requirebin link first, but then after I wanted to use it in a project it wouldn't work.  After a bit of headache it turned out the requirebin was using version 1.0 but choo 3 was installed.

The very next day, a colleague of mine went through the same problem! 

So I wanted to update this to prevent the pain from happening to anyone else.
2016-07-21 09:41:34 -04:00
Yoshua Wuyts e26a2af462 Merge pull request #178 from okuryu/readme
Clarify getting started example
2016-07-21 15:22:03 +02:00
Yoshua Wuyts 7f37815e61 Merge pull request #154 from traducer/stopwatch
Stopwatch
2016-07-21 15:20:51 +02:00
Yoshua Wuyts 61bfd9f108 docs: add ecosystem heading 2016-07-21 13:19:20 +02:00
Ryuichi Okumura 9d59c2143f Clarify getting started example
The first example in README is mentioning `client.js`. When it serve via `budo`,
I think the client-side script is the `client.js` not `bundle.js` in this case.
2016-07-21 20:17:05 +09:00
traducer fda6ee4c8f Merge branch 'master' into stopwatch 2016-07-20 20:23:19 -07:00
Todd Kennedy f1cd8b8277 DOC: Add effects example (#186)
Add an example to the effects section to show how an effect might have to do
multiple async tasks and to call `done` only when complete.
2016-07-20 18:30:19 -07:00
Yoshua Wuyts eb827786b7 Merge pull request #176 from timwis/scripts-use-path
build and test scripts use binaries on path
2016-07-20 18:39:29 +02:00
timwis 10d35aaa09 instrument script uses binaries on path, add npm scripts for instrument 2016-07-19 21:40:14 -04:00
timwis e897bf1545 build and test scripts use binaries on path 2016-07-18 13:09:07 -04:00
Yoshua Wuyts 28298a6ba1 3.1.2 2016-07-18 13:36:29 +02:00
Yoshua Wuyts 0ade100bf8 Merge pull request #175 from yoshuawuyts/fix-umd-bundle
deps: bump and prune
2016-07-18 13:36:06 +02:00
Yoshua Wuyts 5652a4a6dc deps: bump and prune 2016-07-18 12:58:41 +02:00
Yoshua Wuyts 0317fb4d13 Merge pull request #149 from sotojuan/async-counter
Add async counter example
2016-07-18 02:46:12 +02:00
Juan Soto 0dca7dfc51 Merge branch 'master' into async-counter 2016-07-17 20:13:47 -04:00
Tim Wisniewski 92ec2be55e Swap links for HTTP demo (#174) 2016-07-17 18:57:54 -04:00
Juan ef87bdb177 Merge branch 'master' into async-counter 2016-07-17 17:22:29 -04:00
Yoshua Wuyts f17c60ba90 Merge pull request #173 from lchski/fix-assert-call
Use properly formatted assert() statement for send() on server
2016-07-16 23:11:53 +02:00
Juan Soto 9fb124cf1c Pluralize "times" correctly 2016-07-15 09:22:26 -04:00
Juan Soto 17959b8105 Add async-counter example 2016-07-15 09:22:25 -04:00
Yoshua Wuyts 7c05b858de 3.0.2 2016-07-15 09:22:25 -04:00
Yoshua Wuyts 08c15b5f5e onAction: prefix views with view 2016-07-15 09:22:25 -04:00
Tim Wisniewski f5f4d7493b Correct model namespace example (#143) 2016-07-15 09:22:25 -04:00
traducer ed5ba54137 updated readme example for subscriptions, sending data from inside a model expects exactly 3 arguments 2016-07-15 09:22:25 -04:00
Brad Simantel dbe41b9793 Add pathname-match dependency to mailbox example
The pathname-match module is being required in the pathname element, but wasn't actually included as a dependency.
2016-07-15 09:22:25 -04:00
Yoshua Wuyts fc38d534b6 docs: add awesome-choo 2016-07-15 09:22:25 -04:00
Yoshua Wuyts 3470968659 docs: fix subs signature 2016-07-15 09:22:25 -04:00
Yoshua Wuyts b22c0d4681 docs: emojify demos 2016-07-15 09:22:24 -04:00
Yoshua Wuyts f38dba5360 3.0.1 2016-07-15 09:22:24 -04:00
Lucas Cherkewski dd88941d77 Use properly formatted assert() statement for send() on server 2016-07-14 15:10:08 -04:00
Tim Wisniewski 3434d681a4 Update args in examples/vanilla to 3.0 (#170) 2016-07-14 06:26:16 -04:00
traducer c412b9604a xtend not needed, removed 2016-07-13 23:54:29 +00:00
traducer 5f858cfdf5 added stopwatch example
added requestAnimationFrame polyfill

moved raf logic into a subscription

separated logic into multiple files, all state lives in a global namespaced model, reset no longer sends multiple actions only one
2016-07-13 16:59:20 +00:00