8 Commits
Author SHA1 Message Date
Marc Bachmann 5a6bf802ce Fix TodoMVC example (#618)
In choo-devtools@2.0.0 there were some conflicting methods.
On https://github.com/choojs/choo-devtools/blob/v2.0.0/index.js#L37
`window.choo.log` was set, which was a getter defined in
https://github.com/choojs/choo-devtools/blob/v2.0.0/lib/log.js#L21

This basically broke the whole app.
2018-01-15 20:06:59 +01:00
Yoshua Wuyts 4cc3d2eff6 bump devtools (#588) 2017-10-21 01:48:01 +02:00
Yoshua Wuyts a3c2e0cae0 update example (#583) 2017-10-18 14:07:57 +02:00
Yoshua Wuyts 5d2104963c remove default route, parse qs (#521) 2017-06-29 17:20:00 +02:00
Yoshua Wuyts 16d15d0e88 optimize example further (#462) 2017-04-02 01:19:59 +02:00
Yoshua Wuyts 4ef1f411b5 add timing API support (#448)
* add timing API support

* fixup! bump package.json
2017-03-29 10:43:42 +02:00
Byron Hulcher 5602bc039b Fixes for example code (#433)
* Added bel,  choo-persist, and choo-log to dependencies

* Fixed bug in example code where deletes were not updating active/done lists correctly
2017-03-22 00:49:21 +01:00
Yoshua Wuyts 8e8e870d45 implement choo v5 API (#425)
* implement choo v5 API

* fix tests

* 5.0.0-3

* 4kb now

* bump nanomorph

* 5.0.0-4

* fix missing deps stuff

* 5.0.0-5

* fix travis

* fixup! oops standard

* chooexpose

* fix state passing

* fixup! update example

* fixup! incorporate feedback

* fixup! more docs

* fixup! even more docs
2017-03-21 03:00:45 +01:00