Releases: travi/hapi-react-router
Releases · travi/hapi-react-router
v5.0.0
5.0.0 (2019-08-26)
Bug Fixes
- dependencies: re-added the optional html-router dependency (d1a7653)
Features
- hapi: switched the peer dependency to the scoped version (be5cc49)
BREAKING CHANGES
- hapi: the hapi peer dependency has been switched to the modern, scoped version. switch
your dependency fromhapi
to@hapi/hapi
v4.0.1
v4.0.0
4.0.0 (2018-12-17)
chore
- rendered-content: nested html under rendered-content (7ff3fae)
Features
- custom-render: called a custom renderer when provided (86298c3)
BREAKING CHANGES
- rendered-content: the shape of rendered content has changed from a string to an object. the previous
string content is now provided as anhtml
property of the object
v4.0.0-alpha.2
v4.0.0-alpha.1
4.0.0-alpha.1 (2018-12-14)
chore
- rendered-content: nested html under rendered-content (7ff3fae)
BREAKING CHANGES
- rendered-content: the shape of rendered content has changed from a string to an object. the previous
string content is now provided as anhtml
property of the object
v3.0.0
3.0.0 (2018-11-30)
Build System
- async: bumped the preset again to exclude async-to-generator (21c047e)
- preset: bumped the preset to exclude the regenerator runtime (9efde0d)
BREAKING CHANGES
- async: leaving async/await untranspiled furhter requires node
v8+ - preset: not transpiling to the regenerator-runtime api further requires use on node v8+