Skip to content

Releases: JakeFenley/koa-zod-router

v.2.3.0

19 May 23:17
0e6132e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.0...v.2.3.0

v2.2.0

19 Oct 21:51
4c0e2aa
Compare
Choose a tag to compare

What's Changed

  • Version Packages by @github-actions in #43

Full Changelog: v2.1.0...v2.2.0

v2.1.0

16 Aug 20:07
6445434
Compare
Choose a tag to compare

What's Changed

  • Version Packages by @github-actions in #40

Full Changelog: v2.0.1...v2.1.0

v2.0.1

10 Jul 12:45
776e94f
Compare
Choose a tag to compare

What's Changed

  • Version Packages by @github-actions in #36

Full Changelog: v2.0.0...v2.0.1

v2.0.0

07 May 16:16
86d569a
Compare
Choose a tag to compare

What's Changed

  • Improved Router context by extending Koa.Context (Potential breaking change)

Previously, koa-zod-router's context did not extend Koa.Context due to potential conflicts with other third-party libraries that may have overridden Koa.Context globally. However, after addressing all internal issues, we have now enhanced Router context by extending Koa.Context for better interoperability with other Koa-based libraries.

While we have conducted thorough testing, there is still a possibility that this change may affect some third-party libraries. Hence, we are flagging this as a potential breaking change.

  • Added feature: validationErrorHandler option for router-wide error handling

v.1.2.1

27 Apr 18:18
e66a5d4
Compare
Choose a tag to compare

What's Changed

  • fix: continueOnError is now a route specific option by @JakeFenley in #30
  • Version Packages by @github-actions in #31

Full Changelog: v1.2.0...v.1.2.1

v1.2.0

20 Apr 16:34
Compare
Choose a tag to compare

What's Changed

  • Version Packages by @github-actions in #29

Full Changelog: v1.1.4...v1.2.0

v1.1.4

09 Apr 17:26
d1dcbbb
Compare
Choose a tag to compare

What's Changed

  • Update deps, move internal type peer dependencies to dependencies

Full Changelog: v1.1.3...v1.1.4

v1.1.3

06 Mar 22:53
b3b92cc
Compare
Choose a tag to compare

What's Changed

  • Version Packages by @github-actions in #22

Full Changelog: v.1.1.2...v1.1.3

v.1.1.2

13 Feb 00:46
1f7f0f3
Compare
Choose a tag to compare

What's Changed

  • fix: broken noop async middleware by @JakeFenley in #19
  • Version Packages by @github-actions in #20

Full Changelog: v1.1.1...v.1.1.2