Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.25 KB

changelog.md

File metadata and controls

23 lines (15 loc) · 1.25 KB

Changelog

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.