Paul Sonnentag
ff1073a664
Update README.md with correct order of arguments in reducer ( #370 )
2016-12-19 13:33:04 +01:00
Remi Nyborg
0719c43855
Update README.md with correct 'location:set' usage ( #362 )
...
Struggled with a bit when upgrading to v4.0.
2016-12-16 13:56:35 +01:00
Jesse Hattabaugh
08aa47c06f
fix(doc): minor edits ( #353 )
...
* chaning location:setLocation to location: set
I believe this is how the v4 api is supposed to be used
* adding note about :params
I had a hard time locating this information, and I feel like it's pretty crucial when using a router.
2016-12-11 21:26:26 +01:00
Yoshua Wuyts
a7916ec3f9
[major] choo v4 ( #352 )
...
* location: change url on location:setLocation
- [ ] don't break hashing
- [ ] allow not changing the url
fixup! move fns around
fixup! add search string
* app.start: clean
* walk: add
* location: update arg calls
* fixup! location: update
* uri-wrap: fix thunking
* router: update to latest sheet-router (#239 )
* router: update to latest sheet-router
* tests: fix for latest version
* tests: fix SSR
* tests: fix history
* tests: spruce up
* docs: update example
* examples: update
* deps: bump sheet-router
* 4.0.0-0
* chore(changelog): 4.0.0 (#211 )
* feat(api:) arg order (#268 )
* s/data, state/state, data/
* feat(api): swap arguments
* fix(href): fix routing (#271 )
* feat(http): remove (#269 )
* feat(router): enable hash routing (#273 )
* deps: fix mount
* 4.0.0-1
* feat(mount): copy {script,link} tags
* 4.0.0-2
* fix(mount): forEach -> for
Lol can't use forEach
* fix(router): use state.location.href (#282 )
* fix(mount): use deep node clone
* 4.0.0-3
* fix(deps): remove hash-match
* 4.0.0-4
* fix(mount): return node
* 4.0.0-5
* fix(router): check if a hash is a valid selector (#339 )
* 4.0.0-6
* fix(router): pass params on newstate (#343 )
* 4.0.0-7
* feat(docs): update for 4.0.0 (#320 )
* feat(docs): update for 4.0.0
* docs: update router example in readme (#337 )
* chore(changelog): update for v4 (#351 )
2016-12-11 19:35:29 +01:00
Dan Motzenbecker
54b6000800
feat(docs): add Thing Translator ( #347 )
2016-12-11 17:00:01 +01:00
John Lindquist
911eaf397a
fix(docs): closing the input tag ( #345 )
2016-11-29 13:56:04 +01:00
Charlike Mike Reagent
cb94fc8d5b
feat(docs): add kaktus ( #335 )
2016-11-26 18:30:08 +01:00
Zeke Sikelianos
12d4ce020e
fix(readme): cleanup ( #288 )
...
* fix typos in readme
* use leaner markdown links
* alphabetize markdown reference links
2016-10-23 09:16:33 +02:00
Yoshua Wuyts
0bd73e88af
docs: fix link to gitbook
2016-09-27 23:39:28 +02:00
Mattias
0e7c13a14d
chore(docs): changed github username ( #257 )
2016-09-17 13:47:16 +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
Kevin Neff
a6744fad87
Add hacker news demo ( #221 )
...
docs: add hn demo
2016-08-28 00:13:10 +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
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
john gravois
4244a84a02
:bowtie: spelling fixes
2016-08-15 10:57:07 -07:00
RasCarlito
1703dc52ec
Fix http usage example in README.md
2016-08-10 20:55:24 +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
Chia-liang Kao
cf06bc4395
Fix link to rehydration doc
2016-08-03 21:10:47 +08: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
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
73c7965461
Merge pull request #188 from yoshuawuyts/ecosystem-tag
...
docs: add ecosystem heading
2016-07-22 02:39:20 +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
Yoshua Wuyts
61bfd9f108
docs: add ecosystem heading
2016-07-21 13:19:20 +02:00
Ryuichi Okumura
9d59c2143f
Clarify getting started example
...
The first example in README is mentioning `client.js`. When it serve via `budo`,
I think the client-side script is the `client.js` not `bundle.js` in this case.
2016-07-21 20:17:05 +09:00
Todd Kennedy
f1cd8b8277
DOC: Add effects example ( #186 )
...
Add an example to the effects section to show how an effect might have to do
multiple async tasks and to call `done` only when complete.
2016-07-20 18:30:19 -07:00
Tim Wisniewski
92ec2be55e
Swap links for HTTP demo ( #174 )
2016-07-17 18:57:54 -04:00
Yoshua Wuyts
b6d7ff5c61
Merge branch 'master' into badge
2016-07-11 22:35:13 +02:00
Yoshua Wuyts
57b6ec588b
docs: mv IRC to big menu thingy
2016-07-10 18:38:27 +02:00
Yoshua Wuyts
1b1326946d
badges: add
2016-07-10 16:42:33 +02:00
Tim Wisniewski
7c0fd896bf
Docs: Correct code sample in models per #143 ( #150 )
...
thx @slaskis!
2016-07-10 09:02:18 -04:00
Yoshua Wuyts
1601d1cc72
docs: fix budo script
2016-07-09 13:42:20 +02:00
Tim Wisniewski
5fc2cab1f0
Correct model namespace example ( #143 )
2016-07-08 06:13:39 -04:00
traducer
4bea3b53f0
updated readme example for subscriptions, sending data from inside a model expects exactly 3 arguments
2016-07-07 09:55:05 +00:00
Yoshua Wuyts
d550226356
docs: add awesome-choo
2016-07-06 17:56:21 +02:00
Yoshua Wuyts
332706486f
docs: fix subs signature
2016-07-06 14:56:18 +02:00
Yoshua Wuyts
e8b1dcff9f
docs: emojify demos
2016-07-06 12:57:14 +02:00
Yoshua Wuyts
3e4b18dc9f
Merge pull request #127 from yoshuawuyts/3.0
...
3.0
2016-07-06 01:52:19 +02:00
Yoshua Wuyts
6cbbdf91ea
docs: update readme for 3.0
2016-07-06 01:24:25 +02:00
Yoshua Wuyts
83fd7f0839
docs: fix missing toc section
2016-07-04 23:08:25 +02:00
Yoshua Wuyts
ce9f2b4990
docs: restructure
2016-07-04 23:02:39 +02:00
Juan Soto
3322a983a5
Use relative links to examples
2016-07-03 15:23:16 -04:00
timwis
bba9ef4d46
Rename action param -> data in docs
2016-07-03 12:37:43 -04:00
Yoshua Wuyts
e0fd6ef81f
script: add yo-yoify to the mix
2016-07-02 23:05:16 +02:00