hapi
hapi copied to clipboard
The Simple, Secure Framework Developers Trust
- The code currently allows any value to be added as a decorator, but the types do not. This work allows any value to be added to a decorator by...
### Runtime NodeJS ### Runtime version 22.7.0 ### Module version 21.3.10 ### Used with hapi application ### Any other relevant information _No response_ ### What problem are you trying to...
### Runtime Node.js ### Runtime version v20.11.1 ### Module version @hapi/hapi v21.3.10 ### What are you trying to achieve or the steps to reproduce? Trying to add an `object` via...
Previously would resolve to `any`, they now pickup the generic and the ref overrides.
~also fix pre typing issue~ would be fixed by https://github.com/hapijs/hapi/pull/4489 . Change removed.
### Runtime nodejs ### Runtime version 20 ### Module version 21.3.10 ### Used with hapi ### Any other relevant information _No response_ ### How can we help? I need to...
### Module version 21.3.10 ### What documentation problem did you notice? There is no hapijs SSE example. I recently figured it out but don't know where to put it. So...
This adds a test for the `error.stack` property to illustrate a node v22 regression. This should be able to be fixed with https://github.com/hapijs/hoek/pull/390. Again, feel free to backport my old...
When set to true, it renders the timestamp in log entries using `Date.toIsoString()`, which is easier to read by humans than the default of milliseconds.
### Runtime nodejs ### Runtime version 18 ### Module version 21.3.2 ### Used with _No response_ ### Any other relevant information _No response_ ### How can we help? We are...