2016-06-25 12:23:51 +02:00
|
|
|
## `2.3.1`
|
|
|
|
|
- [76](https://github.com/yoshuawuyts/choo/pull/76) - fix router arguments
|
|
|
|
|
|
2016-06-23 16:35:38 +02:00
|
|
|
## `2.3.0`
|
|
|
|
|
- [55](https://github.com/yoshuawuyts/choo/pull/55) - load subscriptions once
|
|
|
|
|
DOM is ready
|
|
|
|
|
- heaps of documentation fixes; looks like choo is taking off 🐨
|
|
|
|
|
|
2016-06-19 21:27:46 +01:00
|
|
|
## `2.2.2`
|
|
|
|
|
- [53](https://github.com/yoshuawuyts/choo/pull/53) - fix assert call for
|
|
|
|
|
subscriptions
|
|
|
|
|
- [52](https://github.com/yoshuawuyts/choo/pull/52) - fix naming rootId
|
|
|
|
|
|
2016-05-23 02:45:15 +09:00
|
|
|
## `2.0.0`
|
|
|
|
|
### breaking changes
|
|
|
|
|
- namespaces are now enforced more strictly
|
|
|
|
|
- models now only accept a single argument
|
|
|
|
|
- the `namespace` key was introduced inside of models (was prior the leading
|
|
|
|
|
string in models)
|
|
|
|
|
- namespaced models can now only operate within themselves
|
|
|
|
|
|
|
|
|
|
## `1.0.0`
|
|
|
|
|
- first version of choo
|