Releases: travi/hapi-html-request-router
Releases · travi/hapi-html-request-router
v3.0.1
3.0.1 (2020-02-18)
Bug Fixes
- peer-deps: allowed hapi v19 as a valid peer (1ce36d0)
v3.0.0
3.0.0 (2019-08-26)
Features
- hapi: switched the peer requirement to the scoped version (5e3e1df)
BREAKING CHANGES
- hapi: this updates the peer dependency on hapi to use the scoped version, so switch your
direct dependency from hapi
to @hapi/hapi
v2.1.0
2.1.0 (2019-08-26)
Features
- hapi: allowed v18 as a valid peer (f23d7c0)
v2.0.0
2.0.0 (2018-06-04)
Features
- hapi-17: updated the api to be compatible with hapi v17 (d0f8b38)
BREAKING CHANGES
- hapi-17: compatibility with the hapi v17 api prevents backwards compatibility with previous
hapi versions
v1.2.2
1.2.2 (2018-06-04)
Bug Fixes
- prepublish: re-enabled the pre-publish build (94aeef5)
v1.2.1
1.2.1 (2018-06-04)
Bug Fixes
- dependencies: bumped several packages (c1e5704)
v1.2.0
1.2.0 (2018-01-10)
Features
v1.1.0
<a name"1.1.0">
1.1.0 (2017-01-27)
Features
- file-extension: enabled the use of a file extension to override the mime defined by the accept (7a629d67)
v1.0.1
<a name"1.0.1">
1.0.1 (2017-01-27)
Bug Fixes
- attributes: updated the plugin attributes to pull from the package.json (0d02205f, closes #15)
v1.0.0
<a name"1.0.0">
1.0.0 (2017-01-25)
Features
- get: limited the redirection to GET requests (8d3c8d8b)
Breaking Changes