Skip to content

Releases: travi/hapi-react-router

v5.0.0

26 Aug 16:48
d1a7653
Compare
Choose a tag to compare

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 from hapi to @hapi/hapi

v4.0.1

22 Jul 04:08
ed3cb0e
Compare
Choose a tag to compare

4.0.1 (2019-07-22)

Bug Fixes

  • dependencies: bumped several packages, including http-status-codes (dbe7747)

v4.0.0

17 Dec 19:58
45c4ef0
Compare
Choose a tag to compare

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 an html property of the object

v4.0.0-alpha.2

17 Dec 17:29
86298c3
Compare
Choose a tag to compare
v4.0.0-alpha.2 Pre-release
Pre-release

4.0.0-alpha.2 (2018-12-17)

Features

  • custom-render: called a custom renderer when provided (86298c3)

v4.0.0-alpha.1

14 Dec 20:27
7ff3fae
Compare
Choose a tag to compare
v4.0.0-alpha.1 Pre-release
Pre-release

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 an html property of the object

v3.0.0

30 Nov 23:16
21c047e
Compare
Choose a tag to compare

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+

v2.0.1

04 Jun 22:25
ebb176b
Compare
Choose a tag to compare

2.0.1 (2018-06-04)

Bug Fixes

  • babel-helpers: changed the build to expect external-helpers (ebb176b)

v2.0.0

04 Jun 21:49
cf45b53
Compare
Choose a tag to compare

2.0.0 (2018-06-04)

Features

  • hapi-17: updated the api to be compatible with hapi v17 (cf45b53)

BREAKING CHANGES

  • hapi-17: compatibility with the hapi v17 api prevents backwards compatibility with previous
    hapi versions

v1.3.0

17 May 21:43
Compare
Choose a tag to compare

1.3.0 (2018-05-17)

Features

  • server: passed the server instance to the store configurator (afa7279)

v1.2.4

17 May 21:22
Compare
Choose a tag to compare

1.2.4 (2018-05-17)

Bug Fixes

  • babel: migrated to my preset for local and rollup builds (98d0ce5)