Releases: thorough-developer/fastify-http-context
Releases · thorough-developer/fastify-http-context
Release v2.0.0
- Removed deprecated
getContext
andsetContext
- Added a new option named
hook
allowing for setting which hook you would like the defaults to be set in
Release v1.1.0
- Deprecated
setContext
andgetContext
- Created new module member named
httpContext
.httpContext.set
replacessetContext
httpContext.get
replacesgetContext
Release v1.0.6
Forgot to add the extension. Things should work after this patch
Release v1.0.5
Forgot to add a necessary file to the npm package
Release v1.0.4
Significant performance enhancements for anyone using node 14 and hopefully node 12 soon when the backport happens.
Update Plugin Info
This release updates the provided plugin info to be the correct information.
Update Keywords and Dependencies
Previously there were dependencies in the wrong area
Updated Info and Build
Creating a new version to update the readme info as well as force a complete good build.
Initial Plugin Release
This is the initial release of the fastify plugin