halacious
halacious copied to clipboard
a better HAL processor for Hapi
Bumps [pug](https://github.com/pugjs/pug) from 2.0.0-beta6 to 3.0.1. Release notes Sourced from pug's releases. [email protected] Bug Fixes Update with to resolve core-js deprecation notice (#3259) [email protected] Bug Fixes Properly handle non-string values...
Bumps [async](https://github.com/caolan/async) from 2.0.1 to 2.6.4. Release notes Sourced from async's releases. v2.3.0 Added support for ES2017 async functions. Wherever you can pass a Node-style/CPS function that uses a callback,...
Bumps [hapi](https://github.com/hapijs/hapi) from 15.0.2 to 18.1.0. Commits - [`5ced8ae`](https://github.com/hapijs/hapi/commit/5ced8ae1e39a1c5360c787a9332031fc0aaa84f7) 18.1.0 - [`7578f61`](https://github.com/hapijs/hapi/commit/7578f61db7c040c474c1e5b74289041c43172046) Expose bourne settings. Closes [#3917](https://github-redirect.dependabot.com/hapijs/hapi/issues/3917) - [`3378e78`](https://github.com/hapijs/hapi/commit/3378e783627e815f976080ed22bfd7bc9121cd79) Update dep. Closes [#3922](https://github-redirect.dependabot.com/hapijs/hapi/issues/3922) - [`4b59b3f`](https://github.com/hapijs/hapi/commit/4b59b3f90a663b815369c4f84fbd36807a866b7d) 18.0.1 - [`5f6a00b`](https://github.com/hapijs/hapi/commit/5f6a00bf18025116e0208ad456bfbfe9a6fcb388) misc -...
Bumps [hoek](https://github.com/hapijs/hoek) from 4.0.2 to 6.1.3. Commits - [`47d6306`](https://github.com/hapijs/hoek/commit/47d63062e1601cc6bd46e83f8490a89c14bd92c5) 6.1.3 - [`eef9740`](https://github.com/hapijs/hoek/commit/eef97402ae671c54c3046ec684f3627d41b8a295) cleanup - [`fc934af`](https://github.com/hapijs/hoek/commit/fc934af0d19a1ecd765026b8d26ed927862ab46f) Cleanup - [`f2eb7fd`](https://github.com/hapijs/hoek/commit/f2eb7fdcd4c37b8bf99fdfba1b2d229764f18f19) Clone without prototype. Closes [#290](https://github-redirect.dependabot.com/hapijs/hoek/issues/290) - [`5bfe5b6`](https://github.com/hapijs/hoek/commit/5bfe5b6558a3dc082f199a1b63724780fb3de0a7) 6.1.2 - [`17fe9a1`](https://github.com/hapijs/hoek/commit/17fe9a1478a34b745c723d2c3a3968ffd935749e) Revert all...
Hello! hapi team have migrated all of their repositories to the @hapi namespace. As it is this plugin no longer works with recent version of the framework. Should we expect...
There is a problem when using the halacious plugin on a server configured with multiple connections. 1. `internals.route` call to `server.lookup()` fails because it is not allowed on multiple connections....
### Overview If you are not aware yet, Hapi v17 is making the transition from callbacks to `async`/`await`, as well as deprecating some other rarely used functionality. This is a...
Embedding an entity that defines a toHal method on it inside another method with a toHal method on it works perfectly well, iff the embedding is done by use of...
I'm currently playing a little with this plugin and found an issue with POST requests. If I POST a resource to my server the response has HAL format. But unfortunately...
When configuring links that are relative to the root of the webserver in combination with the `absolute=true` plugin option causes non-absolute links to be generated. I think the problem lies...