Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.48 KB

File metadata and controls

29 lines (19 loc) · 1.48 KB

Changelog

v3.0.0

-- BREAKING: Requires Node >= 20 -- BREAKING: Requires Typescript >= 5.4 -- FEATURE: Update to support fastify v5 #302

v2.1.1

-- FIX: Fix CJS typings by removing redundant types field in package.json#exports #268

v2.1.0

-- FEATURE: Add support for @defer (Incremental Delivery) #55

v1.3.0

  • PACKAGE: unpin fastify-plugin dep #50.

v1.1.0

  • PACKAGE: Remove graphql as a peer dependency #50.
  • PACKAGE: Update fastify-plugin metadata #58.
  • PACKAGE: Remove unnecessary String.toLowerCase call #59.
  • DEV: Update Readme.
  • DEV: Update example to include @as-intergrations/fastify instead of a relative import.
  • DEV: Add changelog.
  • DEV: Removed unused devDependencies #57.