Commit Graph
194 Commits
Author SHA1 Message Date
Todd Kennedy 665a157d60 only run the tests when trying to make a new version (#109) 2016-07-01 10:27:39 -07:00
Yoshua Wuyts 47cc4f8c2c Merge pull request #73 from zigomir/fix-mailbox-example
Fix mailbox example
2016-06-30 16:15:06 +02:00
Yoshua Wuyts 5a17453b0f Merge pull request #100 from loklaan/effects-example-clarification
Minor clarifying correction to keyboard example code.
2016-06-30 16:05:47 +02: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
Yoshua Wuyts 3e74a5f8db Merge pull request #91 from zigomir/patch-3
`document` not used in form snippet
2016-06-27 16:21:47 +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
Yoshua Wuyts 8e38595144 2.3.1 2016-06-25 12:23:56 +02:00
Yoshua Wuyts b86e755fa3 changelog: 2.3.1 2016-06-25 12:23:51 +02:00
Tim Wisniewski f9bbc7a507 Merge pull request #83 from yoshuawuyts/irc-badge
Add IRC badge
2016-06-24 21:36:42 -04: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 e30b186df4 Merge pull request #76 from yoshuawuyts/fix-router-arguments-bug
router: fix arguments bug
2016-06-25 03:20:55 +02:00
Yoshua Wuyts cba66026de Merge pull request #79 from tgfjt/patch-1
fix typo on README
2016-06-24 18:55:33 +02:00
Yoshua Wuyts 9a970798e2 Merge pull request #80 from Velds/master
Minor grammatical correction in README.md
2016-06-24 17:23:20 +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 bca9d46f61 router: fix arguments bug 2016-06-23 23:54:02 +02:00
Yoshua Wuyts bfbc445c1e 2.3.0 2016-06-23 16:35:51 +02:00
Yoshua Wuyts 174a6fc084 changelog: update to v2.3.0 2016-06-23 16:35:38 +02: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 d760240833 Merge pull request #74 from mattijsbliek/patch-1
Fix typo in server rendering example
2016-06-23 13:00:19 +02:00
Mattijs Bliek 25926d0667 Fix typo in view 2016-06-23 11:34:27 +02:00
zigomir 51a9c4488e Fix full reload on specific message. 2016-06-22 17:39:13 -07:00
zigomir cf1548e61d Add tachyons dependency. 2016-06-22 17:38:55 -07: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
Yoshua Wuyts 68931d33bd Merge pull request #67 from latentflip/patch-1
Idempotent -> Isomorphic
2016-06-22 17:34:14 +02:00
Philip Roberts bdacff55b1 Idempotent -> Isomorphic 2016-06-22 10:48:41 +01:00
Yoshua Wuyts 1315216a0a Merge pull request #64 from pguth/patch-3
Update README.md
2016-06-22 00:14:42 +02: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
Yoshua Wuyts b6b41bc031 script/test-size: bump for more opts 2016-06-20 22:23:11 +01:00
Yoshua Wuyts 9ae648c3f5 Merge pull request #58 from pguth/patch-2
Update README.md
2016-06-20 22:49:24 +02:00
Per 25a3e6ad8f Update README.md
`every second` => `setInterval` not timeout.
2016-06-20 22:31:54 +02:00
Yoshua Wuyts feb798ec1f Merge pull request #57 from pguth/patch-1
Update README.md
2016-06-20 21:55:16 +02:00
Per 72d37450dd Update README.md
Small error: `choo.model` -> `app.model`.
2016-06-20 21:38:38 +02:00
Yoshua Wuyts bae31831fe subscriptions: load on DOM ready 2016-06-20 15:11:28 +01:00
Yoshua Wuyts b6eb994357 changelog: 2.2.2 2016-06-19 21:27:46 +01:00
Yoshua Wuyts ff330783cb 2.2.2 2016-06-19 21:26:48 +01:00
Yoshua Wuyts 30726b4277 Merge pull request #53 from toddself/fix-assert-call
Fix assert call for subscriptions
2016-06-19 22:16:02 +02:00
Yoshua Wuyts 87871781ff Merge pull request #52 from toddself/accept-name
Allow for naming the rootId with no options
2016-06-19 22:15:32 +02:00
Todd Kennedy 02c3c81f37 Fix assert call for subscriptions 2016-06-19 11:38:36 -07:00