Skip to content

Releases: glints-dev/hapi-url-plugin

Use commonjs module system

09 Nov 20:15

Choose a tag to compare

The previous release mistakenly provided only ES modules. Since we are targeting Node.js, we should use commonjs instead.

Use @hapi/hapi

09 Nov 20:16

Choose a tag to compare

Hapi has changed their package from hapi from @hapi/hapi. Update the typings and peerDependencies to match this.

Use commonjs module system

09 Nov 20:17

Choose a tag to compare

The previous release mistakenly provided only ES modules. Since we are targeting Node.js, we should use commonjs instead.

Target Hapi v18.x, ES2018, require Node >= 10

09 Nov 20:15

Choose a tag to compare

There is no change to the source, except that the TypeScript compiler is now configured to target ES2018. Due to this, Node.js >= 10 is required.

Additionally, tests are now run against Hapi v18.x.