Skip to content

Releases: travi/hapi-html-request-router

v3.0.1

18 Feb 05:20
1ce36d0
Compare
Choose a tag to compare

3.0.1 (2020-02-18)

Bug Fixes

  • peer-deps: allowed hapi v19 as a valid peer (1ce36d0)

v3.0.0

26 Aug 15:34
5e3e1df
Compare
Choose a tag to compare

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

26 Aug 15:01
f58ef09
Compare
Choose a tag to compare

2.1.0 (2019-08-26)

Features

  • hapi: allowed v18 as a valid peer (f23d7c0)

v2.0.0

04 Jun 19:44
d0f8b38
Compare
Choose a tag to compare

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

04 Jun 16:56
2dc3987
Compare
Choose a tag to compare

1.2.2 (2018-06-04)

Bug Fixes

  • prepublish: re-enabled the pre-publish build (94aeef5)

v1.2.1

04 Jun 16:30
c1e5704
Compare
Choose a tag to compare

1.2.1 (2018-06-04)

Bug Fixes

  • dependencies: bumped several packages (c1e5704)

v1.2.0

10 Jan 22:41
Compare
Choose a tag to compare

1.2.0 (2018-01-10)

Features

v1.1.0

27 Jan 16:37
Compare
Choose a tag to compare

<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

27 Jan 06:25
0d02205
Compare
Choose a tag to compare

<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

25 Jan 21:57
Compare
Choose a tag to compare

<a name"1.0.0">

1.0.0 (2017-01-25)

Features

  • get: limited the redirection to GET requests (8d3c8d8b)

Breaking Changes

  • verbs other than GET are no longer redirected

    (8d3c8d8b)