Commit Graph
468 Commits
Author SHA1 Message Date
Mattias 0e7c13a14d chore(docs): changed github username (#257) 2016-09-17 13:47:16 +02:00
npmcdn-to-unpkg-bot fc57d8b973 chore(docs): replace npmcdn.com with unpkg.com (#245) 2016-09-11 16:45:11 +02:00
Yoshua Wuyts f32ef741de 3.3.0 2016-09-07 19:00:49 +02:00
Yoshua Wuyts fd0aaf9ca3 feature(deps): bump barracks (#249)
Adds support for https://github.com/yoshuawuyts/barracks/pull/59
2016-09-07 19:00:16 +02:00
Tim Wisniewski 0c5babd300 Docs: Add reminder about e.stopPropagation() (#247)
Per yoshuawuyts/sheet-router#50
2016-09-05 16:12:32 +02:00
Sean Fern eb169495ca Fix link to browserify (#244) 2016-09-02 21:02:41 -04:00
Yoshua Wuyts b8c0c8ac54 3.2.2 2016-08-29 05:07:47 +02:00
Greenkeeper e5c46bf29d sheetify@5.1.0 breaks build 🚨 (#238)
* chore(package): update sheetify to version 5.1.0

https://greenkeeper.io/

* deps: upgrade insert-css to 1.0.0
2016-08-29 05:07:27 +02:00
Greenkeeper 0a9d5be49a chore(package): update server-router to version 3.0.0 (#229)
https://greenkeeper.io/
2016-08-28 00:36:58 +02:00
Kevin Neff a6744fad87 Add hacker news demo (#221)
docs: add hn demo
2016-08-28 00:13:10 +02:00
Yoshua Wuyts bda89dd54c Merge pull request #237 from pekeler/reducer-signature
Fixing consistency of signatures.
2016-08-28 00:03:42 +02:00
Christian Pekeler 4a973d7ac4 Fixing consistency of signatures. 2016-08-27 15:24:28 -06:00
Yoshua Wuyts 1236550ba6 docs: add sponsors 2016-08-27 14:28:09 +02:00
Yoshua Wuyts 4b88450652 Merge pull request #225 from yoshuawuyts/greenkeeper-bankai-3.1.0
Update bankai to version 3.1.0 🚀
2016-08-27 00:36:05 +02:00
Yoshua Wuyts 1e231dd825 Merge pull request #233 from yoshuawuyts/greenkeeper-pretty-bytes-cli-2.0.0
Update pretty-bytes-cli to version 2.0.0 🚀
2016-08-27 00:35:39 +02:00
greenkeeperio-bot e6ca7e562d chore(package): update pretty-bytes-cli to version 2.0.0
https://greenkeeper.io/
2016-08-27 00:10:27 +02:00
greenkeeperio-bot fcad280b34 chore(package): update bankai to version 3.1.0
https://greenkeeper.io/
2016-08-24 17:25:52 +02:00
Yoshua Wuyts a5afb90a8a Merge pull request #231 from yoshuawuyts/greenkeeper-standard-8.0.0
Update standard to version 8.0.0 🚀
2016-08-24 17:25:37 +02:00
greenkeeperio-bot 2af7557ef3 chore(package): update standard to version 8.0.0
https://greenkeeper.io/
2016-08-24 16:31:21 +02:00
Yoshua Wuyts 7c940ff0fb Merge pull request #228 from vkentta/master
Fixed router location reference in docs
2016-08-23 14:37:38 +02:00
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
Ville Kentta 5ea93977d7 Fixed router location reference in docs 2016-08-21 21:35:59 +03: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
Yoshua Wuyts 920129c8df Merge pull request #224 from jgravois/patch-1
a couple-a spelling fixes
2016-08-15 22:16:52 +02:00
john gravois 4244a84a02 :bowtie: spelling fixes 2016-08-15 10:57:07 -07:00
Yoshua Wuyts 11ef5c29cf Merge pull request #219 from RasCarlito/fix-readme-http-example
Fix choo/http usage example in README.md
2016-08-11 11:57:13 +02:00
RasCarlito 1703dc52ec Fix http usage example in README.md 2016-08-10 20:55:24 +02:00
Yoshua Wuyts 4761748590 Merge pull request #215 from AngeloGulina/patch-1
Updates Cycle.js implementation details
2016-08-08 16:29:43 +02:00
A (from Sicily) 18ab8099ac Updates Cycle.js implementation details
Cycle.js supports all kind of streams related libraries but it's now built using `xstream`(http://staltz.com/xstream/) which is not that heavy (nos as heavy as RxJS).
2016-08-08 15:49:26 +02:00
Yoshua Wuyts 4aee149f48 docs: add cli link 2016-08-04 18:04:57 +02:00
Yoshua Wuyts 038526e39c Merge pull request #209 from MattMcFarland/master
Fixes for #160
2016-08-03 15:44:31 +02:00
Yoshua Wuyts 11cba09e72 Merge pull request #210 from clkao/patch-1
Fix link to rehydration doc
2016-08-03 15:25:17 +02:00
Chia-liang Kao cf06bc4395 Fix link to rehydration doc 2016-08-03 21:10:47 +08:00
Matt McFarland b9698a7527 Fixes for #160
- Added instructions to create the html.js file as requested per the issue.
 - Added the html.min.js file to the vanilla example
 - Tested and working as expected.
2016-08-02 10:17:59 -04:00
Yoshua Wuyts d547d5863b Merge pull request #196 from MattMcFarland/patch-2
Update link to example
2016-07-27 11:00:20 +01:00
Matt McFarland 6aa88da861 Update link to example
The requirebin demo was also in the example area which I didn't see beforehand.
2016-07-25 14:39:06 -04:00
Yoshua Wuyts 88a0816f52 docs: fix typo 2016-07-24 22:41:37 +01:00
Yoshua Wuyts 98ff330f45 3.2.0 2016-07-24 22:36:49 +01:00
Yoshua Wuyts 4cdba52274 changelog: 3.2.0 2016-07-24 22:36:38 +01:00
Yoshua Wuyts b65002178a Merge pull request #192 from yoshuawuyts/use
add .use() API method
2016-07-24 22:26:08 +01:00
Yoshua Wuyts 4f0da3a739 deps: add barracks deps 2016-07-24 22:01:41 +01:00
Yoshua Wuyts d3dda7d113 docs: add big warning about plugins 2016-07-24 22:01:40 +01:00
Yoshua Wuyts 2b7dc1901c .use: add new api method 2016-07-24 22:01:40 +01:00
Yoshua Wuyts eaad27c859 Merge pull request #194 from clkao/test-lint
Actually make scripts/test lint fail
2016-07-24 18:04:10 +01:00
Chia-liang Kao 44416fdc63 Actually make scripts/test lint fail 2016-07-23 16:23:24 +08:00
Yoshua Wuyts 73c7965461 Merge pull request #188 from yoshuawuyts/ecosystem-tag
docs: add ecosystem heading
2016-07-22 02:39:20 +02:00
Todd Kennedy 147dabfcd7 Update effects sections to latest API (#187)
They have to call done!
2016-07-21 10:16:46 -07:00
Yoshua Wuyts a913065262 Merge pull request #190 from MattMcFarland/patch-1
Update Input Example to latest version of choo.
2016-07-21 16:03:14 +02:00
Matt McFarland ea5b81d224 Update Input Example to latest version of choo.
When I first started using choo, I used the requirebin link first, but then after I wanted to use it in a project it wouldn't work.  After a bit of headache it turned out the requirebin was using version 1.0 but choo 3 was installed.

The very next day, a colleague of mine went through the same problem! 

So I wanted to update this to prevent the pain from happening to anyone else.
2016-07-21 09:41:34 -04:00