Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 490 Bytes

CHANGELOG.md

File metadata and controls

24 lines (14 loc) · 490 Bytes

Changelog

  • v2.1.2

    bug fix: remove lodash.cloneDeep from the build output

  • v2.1.1 (bad build, do not use)

    • chore: remove lodash.cloneDeep and update some dependencies
  • v2.1.0

    • Updated the minimum version of zod-openapi to 4.1.0.
    • Changed zod-openapi to a peer dependency.
    • The protect option now defaults to true.
    • Improved Error schema titles
  • v2.0.4

    • Upgraded to tRPC 11.0.0-rc.648.
  • v2.0.3

    • Added support for array inputs in GET requests.