Commit Graph
101 Commits
Author SHA1 Message Date
Andrew Murray 2498415805 Fixed typos 2016-07-02 14:44:29 +10:00
Todd Kennedy 665a157d60 only run the tests when trying to make a new version (#109) 2016-07-01 10:27:39 -07:00
Lochlan Bunn de079d52c8 Minor clarifying correction to keyboard example code. 2016-06-30 21:48:13 +10:00
Todd Kennedy 64436a2a80 TEST: Set up for testing via zuul/sauce labs (#86)
This requires the .travis.yml to be updated with the open sauce credentials
as explained at https://github.com/defunctzombie/zuul/wiki/Travis-ci#5-final-step
2016-06-29 08:06:04 -07:00
Yoshua Wuyts 31d863fdad Merge pull request #90 from zigomir/patch-1
Call `http.del` in httpDelete function
2016-06-27 16:22:17 +02:00
Žiga Vidic 652b6569a8 document not used in form snippet 2016-06-26 20:37:06 -07:00
Žiga Vidic c2c32350ab Call http.del in httpDelete function 2016-06-26 20:28:35 -07:00
Yoshua Wuyts 84bee19120 docs: add yo-yo, bel to see-also 2016-06-26 00:34:00 +02:00
Tim Wisniewski 7e38108df7 squareify 2016-06-24 21:31:55 -04:00
Tim Wisniewski f2aff430c7 Add IRC badge
Unless there's somewhere else it's advertised?
2016-06-24 21:21:41 -04:00
Yoshua Wuyts cba66026de Merge pull request #79 from tgfjt/patch-1
fix typo on README
2016-06-24 18:55:33 +02:00
Velds 2b7315a7bc Minor grammatical correction in README.md 2016-06-24 18:46:45 +04:00
Takashi Fujita bd24a12a9c fix typo on README 2016-06-24 14:13:01 +09:00
Yoshua Wuyts 08d9d0c69f docs: fix typo in comparing choo 2016-06-23 16:27:24 +02:00
Yoshua Wuyts ce02d7a923 docs: be less harsh with the comparisons ❤️ 2016-06-23 16:26:14 +02:00
Yoshua Wuyts e0cc76e5f6 Merge pull request #62 from yoshuawuyts/readme-views
Add views section to readme
2016-06-22 18:30:04 +02:00
Yoshua Wuyts 68a09054a4 Merge pull request #56 from yoshuawuyts/examples-sse
Examples sse
2016-06-22 18:29:30 +02:00
Yoshua Wuyts 020b5698b6 docs: add cycle,vue 2016-06-22 18:18:18 +02:00
Philip Roberts bdacff55b1 Idempotent -> Isomorphic 2016-06-22 10:48:41 +01:00
Per 14e905fb4e Update README.md
Can't set namespace under `effects`.
2016-06-21 22:35:11 +02:00
Tim Wisniewski 237144db7f Add views section to readme
There are probably additional things we can add to this section, but hopefully this is a good start. #11

I left out `params` because it looks like [it's going away](https://github.com/yoshuawuyts/choo/issues/35).
2016-06-20 23:57:46 -04:00
Yoshua Wuyts d1e6185fa4 docs: fix effects param order
Closes https://github.com/yoshuawuyts/choo/issues/59
2016-06-21 02:02:23 +01:00
Yoshua Wuyts 9486df4725 examples: add sse 2016-06-20 23:51:29 +01:00
Per 25a3e6ad8f Update README.md
`every second` => `setInterval` not timeout.
2016-06-20 22:31:54 +02:00
Per 72d37450dd Update README.md
Small error: `choo.model` -> `app.model`.
2016-06-20 21:38:38 +02:00
Yoshua Wuyts 848724983a Merge pull request #48 from toddself/choo-root-note
Clarify documentation on id overwrite
2016-06-16 12:50:50 +02:00
Todd Kennedy 85d2ec3632 Clarify documentation on id overwrite 2016-06-15 20:16:03 -07:00
Yoshua Wuyts 8059e7ddbc Merge pull request #43 from toddself/documentation-fix
Fix order of arguments to effects
2016-06-14 00:40:14 +02:00
Seth Vincent 7f9441a97f small typo fix: model -> state 2016-06-13 11:01:55 -07:00
Todd Kennedy b2e2dd1ed9 Fix order of arguments to effects
This confused me a bit since it was the reverse of the `action` and `state` arguments for reducers.
2016-06-12 19:45:44 -07:00
Yoshua Wuyts 25fb0c1bdf docs: update arch view 2016-06-12 02:40:49 +02:00
Yoshua Wuyts 077c280d1d Merge pull request #40 from timwis/hash
router: add hash routing
2016-06-09 12:13:18 +02:00
timwis fed766843c add opts.hash to docs 2016-06-08 05:59:24 -04:00
Yoshua Wuyts aaddc43d5e docs: clarify subscriptions 2016-06-07 13:01:59 +02:00
Yoshua Wuyts 8066c450be examples: deploy http to hyperdev 2016-06-04 21:20:13 +02:00
Yoshua Wuyts c5bb46c3b5 docs: add downloads 2016-06-04 20:11:26 +02:00
Jonathan Lipps a418de92b2 fix some typos in readme 2016-06-02 13:48:49 -07:00
Yoshua Wuyts 0d2cf933fc docs: fix indent 2016-06-01 11:26:38 +02:00
Yoshua Wuyts cb5e1ec2e0 docs: usage -> getting started 2016-06-01 01:03:25 +02:00
Yoshua Wuyts 842f25ac84 docs: rm empty styles header 2016-06-01 00:40:32 +02:00
Yoshua Wuyts 763f1c55f0 docs: add demos note 2016-06-01 00:36:45 +02:00
Yoshua Wuyts 5149ab0a0a Merge pull request #30 from yoshuawuyts/validate-update
start: throw err for render races
2016-05-31 23:01:44 +09:00
Yoshua Wuyts d46a129d2c Merge pull request #28 from chrisbuttery/master
Updates Keyboard example
2016-05-31 22:57:24 +09:00
Yoshua Wuyts 3749ffb477 start: throw err for render races 2016-05-31 15:54:46 +02:00
Yoshua Wuyts 145cfa4ed2 docs: reorder 2016-05-30 09:35:39 +09:00
Chris Buttery df9403fee1 Updates Keyboard example 2016-05-29 20:02:53 +10:00
Callum bd28e93cd1 docs: update form docs to use FormData
Signed-off-by: Yoshua Wuyts <i@yoshuawuyts.com>
2016-05-28 16:25:28 +09:00
Tim Wisniewski 7faecd76ee Use submit hook instead of click hook in form example 2016-05-26 07:02:23 -04:00
Dan Motzenbecker 2a45a0496a tiny doc fix 2016-05-25 17:58:11 -04:00
Yoshua Wuyts 924a7dd61d docs: add form docs 2016-05-25 16:18:04 +09:00