Skip to content

Releases: thorough-developer/fastify-http-context

Release v2.0.0

29 Apr 10:24
Compare
Choose a tag to compare
  • Removed deprecated getContext and setContext
  • Added a new option named hook allowing for setting which hook you would like the defaults to be set in

Release v1.1.0

26 Apr 19:06
4e14656
Compare
Choose a tag to compare
  • Deprecated setContext and getContext
  • Created new module member named httpContext.
    • httpContext.set replaces setContext
    • httpContext.get replaces getContext

Release v1.0.6

23 Apr 20:09
6a0f420
Compare
Choose a tag to compare

Forgot to add the extension. Things should work after this patch

Release v1.0.5

23 Apr 20:05
f3884d3
Compare
Choose a tag to compare

Forgot to add a necessary file to the npm package

Release v1.0.4

23 Apr 19:53
2c70544
Compare
Choose a tag to compare

Significant performance enhancements for anyone using node 14 and hopefully node 12 soon when the backport happens.

Update Plugin Info

22 Apr 00:53
e8aafcb
Compare
Choose a tag to compare

This release updates the provided plugin info to be the correct information.

Update Keywords and Dependencies

22 Apr 00:41
bf620f6
Compare
Choose a tag to compare

Previously there were dependencies in the wrong area

Updated Info and Build

21 Apr 18:48
140bc8e
Compare
Choose a tag to compare

Creating a new version to update the readme info as well as force a complete good build.

Initial Plugin Release

21 Apr 16:31
Compare
Choose a tag to compare

This is the initial release of the fastify plugin