Commit Graph
24 Commits
Author SHA1 Message Date
Tim Wisniewski 7c716cbeec 3.2.1 (#230) 2016-08-23 05:57:08 -04:00
Tim Wisniewski e44f9619e9 prev.params should always exist (#227) 2016-08-23 05:45:53 -04:00
Tim Wisniewski cdabe22e59 Readme: fix effects example (#223)
Per #186. We could introduce `xtend` here to make a copy of `data` in order to keep it `addAndSave`, but if the purpose of this example is to illustrate an effect, that may seem overkill (unless accompanied by a longer explanation.
2016-08-16 09:50:56 -04: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
Tim Wisniewski 92ec2be55e Swap links for HTTP demo (#174) 2016-07-17 18:57:54 -04:00
Tim Wisniewski f5f4d7493b Correct model namespace example (#143) 2016-07-15 09:22:25 -04:00
Tim Wisniewski 3434d681a4 Update args in examples/vanilla to 3.0 (#170) 2016-07-14 06:26:16 -04:00
Tim Wisniewski 7c0fd896bf Docs: Correct code sample in models per #143 (#150)
thx @slaskis!
2016-07-10 09:02:18 -04:00
Tim Wisniewski 5fc2cab1f0 Correct model namespace example (#143) 2016-07-08 06:13:39 -04:00
timwis d19e67322a Rename action param -> data in examples 2016-07-03 12:37:43 -04:00
timwis 6954bc5084 Rename action param -> data in index.js 2016-07-03 12:37:43 -04:00
timwis bba9ef4d46 Rename action param -> data in docs 2016-07-03 12:37:43 -04: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
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
timwis fed766843c add opts.hash to docs 2016-06-08 05:59:24 -04:00
timwis 957f41bea9 use ternary, hash is opt-in 2016-06-04 19:53:05 -04:00
timwis a5f8093dc0 Merge branch 'master' into hash 2016-06-04 19:25:12 -04:00
timwis 7e837a47eb use hash history for initial location 2016-06-04 18:43:38 -04:00
timwis 97d7122ff2 listen to hash changes 2016-06-04 18:00:00 -04:00
Tim Wisniewski 7faecd76ee Use submit hook instead of click hook in form example 2016-05-26 07:02:23 -04:00
Tim Wisniewski bc78589567 Use opts.href instead of opts.history
Per [documentation](https://github.com/yoshuawuyts/choo#tree--appstartopts)
2016-05-23 07:35:24 -04:00