Yoshua Wuyts
d1e6185fa4
docs: fix effects param order
...
Closes https://github.com/yoshuawuyts/choo/issues/59
2016-06-21 02:02:23 +01:00
Yoshua Wuyts
b6b41bc031
script/test-size: bump for more opts
2016-06-20 22:23:11 +01:00
Yoshua Wuyts
9ae648c3f5
Merge pull request #58 from pguth/patch-2
...
Update README.md
2016-06-20 22:49:24 +02:00
Per
25a3e6ad8f
Update README.md
...
`every second` => `setInterval` not timeout.
2016-06-20 22:31:54 +02:00
Yoshua Wuyts
feb798ec1f
Merge pull request #57 from pguth/patch-1
...
Update README.md
2016-06-20 21:55:16 +02:00
Per
72d37450dd
Update README.md
...
Small error: `choo.model` -> `app.model`.
2016-06-20 21:38:38 +02:00
Yoshua Wuyts
b6eb994357
changelog: 2.2.2
2016-06-19 21:27:46 +01:00
Yoshua Wuyts
ff330783cb
2.2.2
2016-06-19 21:26:48 +01:00
Yoshua Wuyts
30726b4277
Merge pull request #53 from toddself/fix-assert-call
...
Fix assert call for subscriptions
2016-06-19 22:16:02 +02:00
Yoshua Wuyts
87871781ff
Merge pull request #52 from toddself/accept-name
...
Allow for naming the rootId with no options
2016-06-19 22:15:32 +02:00
Todd Kennedy
02c3c81f37
Fix assert call for subscriptions
2016-06-19 11:38:36 -07:00
Todd Kennedy
1d38ab9f22
Allow for naming the rootId with no options
...
Right now if you want to name your rootId something different, but don't pass
in any options, it doesn't change the name of your rootId (see confusion in
github #49 .
This would allow someone to use
```js
const app = choo()
app.start('myRootNode')
```
Rather than having to use
```js
const app = choo()
app.start('myRootNode', {name: 'myRootNode'})
```
2016-06-19 08:35:41 -07:00
Yoshua Wuyts
129221e8ab
Merge pull request #51 from johnotander/fix-typo
...
Fix typo in server rendering view
2016-06-19 12:38:23 +02:00
John Otander
ec81364906
Fix typo in server rendering view
2016-06-18 18:55:12 -06:00
Yoshua Wuyts
cd6144123a
2.2.1
2016-06-16 11:52:41 +01:00
Yoshua Wuyts
b0b8bf7d03
Merge pull request #47 from yoshuawuyts/greenkeeper-send-action-2.0.2
...
Update send-action to version 2.0.2 🚀
2016-06-16 12:51:30 +02:00
Yoshua Wuyts
848724983a
Merge pull request #48 from toddself/choo-root-note
...
Clarify documentation on id overwrite
2016-06-16 12:50:50 +02:00
Todd Kennedy
85d2ec3632
Clarify documentation on id overwrite
2016-06-15 20:16:03 -07:00
greenkeeperio-bot
52993422ea
chore(package): update send-action to version 2.0.2
...
https://greenkeeper.io/
2016-06-15 19:11:32 +02:00
Yoshua Wuyts
8059e7ddbc
Merge pull request #43 from toddself/documentation-fix
...
Fix order of arguments to effects
2016-06-14 00:40:14 +02:00
Seth Vincent
7f9441a97f
small typo fix: model -> state
2016-06-13 11:01:55 -07:00
Todd Kennedy
b2e2dd1ed9
Fix order of arguments to effects
...
This confused me a bit since it was the reverse of the `action` and `state` arguments for reducers.
2016-06-12 19:45:44 -07:00
Yoshua Wuyts
25fb0c1bdf
docs: update arch view
2016-06-12 02:40:49 +02:00
Yoshua Wuyts
36b16a874a
2.2.0
2016-06-09 12:16:48 +02:00
Yoshua Wuyts
077c280d1d
Merge pull request #40 from timwis/hash
...
router: add hash routing
2016-06-09 12:13:18 +02:00
timwis
fed766843c
add opts.hash to docs
2016-06-08 05:59:24 -04:00
Yoshua Wuyts
aaddc43d5e
docs: clarify subscriptions
2016-06-07 13:01:59 +02: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
Yoshua Wuyts
8066c450be
examples: deploy http to hyperdev
2016-06-04 21:20:13 +02:00
Yoshua Wuyts
3d70f872b5
2.1.6
2016-06-04 20:11:34 +02:00
Yoshua Wuyts
c5bb46c3b5
docs: add downloads
2016-06-04 20:11:26 +02:00
Yoshua Wuyts
d867a75ac4
2.1.5
2016-06-04 15:55:21 +02:00
Yoshua Wuyts
296cde1836
Merge pull request #38 from emilbayes/patch-1
...
Fix #37 `rootId` should clear if only `opts` is passed
2016-06-04 15:54:55 +02:00
Emil Bay
3f38810d64
Fix #37 rootId should clear if only opts is passed
...
`rootId` is optional to `start`, but has lower precedence than `opts`. Currently it is not cleared when the value is passed to `opts`
2016-06-04 15:48:27 +02:00
Yoshua Wuyts
a1be33269d
Merge branch 'master' of github.com:yoshuawuyts/choo
2016-06-02 23:35:07 +02:00
Yoshua Wuyts
ead46e2a9c
Merge pull request #36 from jlipps/patch-1
...
fix some typos in readme
2016-06-02 22:52:40 +02:00
Jonathan Lipps
a418de92b2
fix some typos in readme
2016-06-02 13:48:49 -07:00
Yoshua Wuyts
3aba685193
site: remove
2016-06-02 13:12:55 +02:00
Yoshua Wuyts
0d2cf933fc
docs: fix indent
2016-06-01 11:26:38 +02:00
Yoshua Wuyts
dd29da368c
Merge pull request #31 from yoshuawuyts/getting-started
...
docs: usage -> getting started
2016-06-01 18:20:14 +09:00
Yoshua Wuyts
cb5e1ec2e0
docs: usage -> getting started
2016-06-01 01:03:25 +02:00
Yoshua Wuyts
842f25ac84
docs: rm empty styles header
2016-06-01 00:40:32 +02:00
Yoshua Wuyts
763f1c55f0
docs: add demos note
2016-06-01 00:36:45 +02:00
Yoshua Wuyts
dc2f53f293
2.1.4
2016-05-31 16:02:08 +02:00
Yoshua Wuyts
5149ab0a0a
Merge pull request #30 from yoshuawuyts/validate-update
...
start: throw err for render races
2016-05-31 23:01:44 +09:00
Yoshua Wuyts
d46a129d2c
Merge pull request #28 from chrisbuttery/master
...
Updates Keyboard example
2016-05-31 22:57:24 +09:00
Yoshua Wuyts
3749ffb477
start: throw err for render races
2016-05-31 15:54:46 +02:00