Commit Graph
435 Commits
Author SHA1 Message Date
Richard Smith-Unna b5ed2f3828 Clarify app.use() emitter event usage (solves #470) (#472)
* Explain DOMContentLoaded significance in API docs

* Clarify `app.use()` emitter event usage

* Typo
2017-04-11 14:36:27 +02:00
Yoshua Wuyts 5f09e11f08 tweak philo even a lil more 2017-04-07 22:22:47 +02:00
Yoshua Wuyts a43eca0778 tweak philosophy slightly 2017-04-07 22:21:40 +02:00
Greenkeeper 2909271c2f chore(package): update browserify to version 14.3.0 (#467)
https://greenkeeper.io/
2017-04-07 18:36:43 +02:00
Greenkeeper 1cec8bbf22 Update standard to version 10.0.0 🚀 (#468)
* chore(package): update standard to version 10.0.0

https://greenkeeper.io/

* appease the standard gods
2017-04-07 18:19:23 +02:00
Yoshua Wuyts 281b351d42 fix nanoframework reference 2017-04-03 03:53:17 +02:00
Yoshua Wuyts 16d15d0e88 optimize example further (#462) 2017-04-02 01:19:59 +02:00
Yoshua Wuyts 96c0d1bc29 remove deopts from example (#460) 2017-04-01 17:51:27 +02:00
Yoshua Wuyts 9827a97db2 add scripts (#459) 2017-03-31 22:17:53 +02:00
Yoshua Wuyts 61ea45004a 5.1.4 2017-03-31 22:02:35 +02:00
Carl Törnqvist 81216840c9 Add safer check for window properties (#458) 2017-03-31 22:01:58 +02:00
Mathias Buus bccd2db942 fix typo (#457) 2017-03-31 11:22:59 +02:00
Greenkeeper 205b7e33dd chore(package): update spok to version 0.8.1 (#456)
https://greenkeeper.io/
2017-03-30 18:10:29 +02:00
Yoshua Wuyts de6471cffe 5.1.3 2017-03-30 12:21:16 +02:00
Yoshua Wuyts 2bbcb53f4a restore document-ready dep (#454) 2017-03-30 12:20:57 +02:00
Yoshua Wuyts d389fd507a 5.1.2 2017-03-30 11:48:46 +02:00
Yoshua Wuyts b7b85261eb Remove unused variables (#453)
Closes https://github.com/yoshuawuyts/choo/issues/451
2017-03-30 11:48:21 +02:00
Yoshua Wuyts 1699580468 5.1.1 2017-03-30 11:39:11 +02:00
Yoshua Wuyts 6c0a847d68 4kb now (#452) 2017-03-30 11:38:50 +02:00
Todd Kennedy 5b4083adfd DOC: Note app.mount replaces target with tree (#449)
Make sure users are aware of potential issue with removal of node.
2017-03-29 11:04:24 +02:00
Yoshua Wuyts 044dd2254b changelog: 5.1.0 2017-03-29 11:00:01 +02:00
Yoshua Wuyts f1dd286f8a 5.1.0 2017-03-29 10:44:07 +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
Yoshua Wuyts e1462acf1d 5.0.4 2017-03-25 10:46:23 +01:00
Yoshua Wuyts 4f8bd24169 fix server render (#443) 2017-03-25 10:45:44 +01:00
Yoshua Wuyts 1904f37663 5.0.3 2017-03-25 10:19:33 +01:00
Seth Vincent 4e410ce50b hash fix: wait to run scrollIntoView (#439)
* simplify createLocation and wait to run scrollIntoView

* remove createLocation change
2017-03-25 10:17:43 +01:00
Brecht Savelkoul 0f755f010f Use npm-installed requires in README example (#442) 2017-03-25 10:09:23 +01:00
Yoshua Wuyts 095efba802 5.0.2 2017-03-23 17:51:42 +01:00
Yoshua Wuyts dd15104985 remove the global dep (#436) 2017-03-23 17:51:18 +01:00
Yoshua Wuyts a976672bca v5 changelog (#437)
* v5 changelog

* fixup! review
2017-03-23 17:43:40 +01:00
Greenkeeper 0807166db8 chore(package): update document-ready to version 2.0.0 (#438)
https://greenkeeper.io/
2017-03-23 17:10:52 +01:00
Feross Aboukhadijeh 0b8cf55987 Fix standardjs.com link (#435) 2017-03-23 09:51:12 +01:00
Yoshua Wuyts 6af450ff7a 5.0.1 2017-03-22 20:43:16 +01:00
Yoshua Wuyts c2e4bb4963 fix pushState event (#434) 2017-03-22 20:42:53 +01: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 a5e13790c4 5.0.0 2017-03-21 17:02:02 +01:00
Yoshua Wuyts 9aba28c57a more API docs for choo v5 (#432)
* more API docs for choo v5

* change handbook link
2017-03-21 16:56:33 +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
Haroen Viaene 6fc525fe05 update name in mailbox example (#382) 2017-02-07 14:02:59 +01:00
Pål Ruud f84ec43fa5 Update README reflecting API changes (#397) 2017-02-07 14:02:32 +01:00
Yoshua Wuyts 7639acedcc docs: document choo/mount (#391) 2017-02-07 13:59:18 +01:00
Yoshua Wuyts eea83d2273 4.1.0 2017-01-21 18:09:11 +01:00
Ben Gourley eed3a41797 feat(stop): expose barracks stop() fn (#359) 2017-01-21 18:08:43 +01:00
Haroen Viaene e8f603782b fix(readme): onunload had parameter on wrong place (#384)
It had the parameter as the body of the function
2017-01-21 16:35:36 +01:00
Yoshua Wuyts e5dc313684 4.0.4 2017-01-21 16:22:15 +01:00
unaffiliated 6daf2e69f0 ignore state updates when on node
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>

Closes #390
2017-01-21 16:21:48 +01:00
Mickaël Andrieu edbdc09ade Fixed shema (#378) 2017-01-09 23:34:21 +01:00
Yoshua Wuyts b84189dd25 Fix docs about params (#377) 2017-01-07 02:26:28 +01:00
Ben Drucker 8ea87bc7b9 tests: use bash + set pipefail option in test script (#360)
Closes #356
2017-01-07 02:25:29 +01:00