5.6.0 (2023-03-09)
5.5.2 (2023-02-15)
5.5.1 (2023-01-09)
5.5.0 (2022-12-07)
5.4.0 (2022-12-06)
5.3.0 (2022-03-29)
- small readme change to retrigger release (707bcda)
5.2.1 (2022-01-12)
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- [Feat:] exposes overrides and defaults from steerage (#48)
- [Feat:] Start using pino-pretty library instead the option prettyPrint
- [Fix:] Fix defualt config for
hapi-pino
options
- [Fix(deps):] Internal dependencies upgrade
- Updates
@vrbo/steerage
peer depenency requirement to>=11.0.1
- [Breaking] Drop support for node 12. Node version 14+ required.
- Updates
@hapi/hapi
peer depenency requirement to>=20.2.1
- [Breaking] Drop support for Hapi <= 19
- Updating dependencies to latest versions
- Updates server configuration with more appropriate defaults
- [Breaking] Drop support for node < 12.
- [Breaking] Drop support for Hapi <= 18
- Update Github test workflow to only test node v 12.x
- Update dependencies, npm, and engines in package.json to support node version >= 12.
- Add support for merging multiple manifest files.
- Use
@vrbo
namespaced versions ofsteerage
anddetermination
- Updated
determination
to v3 - Updated
standard
,sinon
, andnyc
dev deps
- Correctly enable
hapi-pino
- Disable prettyPrint in production
- Correct examples in README
- Upgrade joi dependency version.
- Upgrade Hapi to v18
@hapi/hapi
v18.3.1 or newer now required- If you are still on Hapi v17, please continue to use v1.0.1
- Use the new
@hapi
scoped packages for Crumb, Hapi, Hoek, Joi - Bump up
steerage
to v8 which supports Hapi 18
- Minor code formatting changes