Files
buuh/CHANGELOG.md
T

21 lines
657 B
Markdown

## `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 🐨
## `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
## `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