Skip to content

Latest commit

 

History

History
47 lines (26 loc) · 2.55 KB

File metadata and controls

47 lines (26 loc) · 2.55 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.22.0 (2025-11-02)

Note: Version bump only for package @nahkies/typescript-express-runtime

0.22.0-alpha.0 (2025-10-26)

  • feat!: support both zod v3 and zod v4 (#366) (f7e374f), closes #366

BREAKING CHANGES

  • default schema builder now zod-v4, pass zod-v3 to continue using zod@^3

0.21.1 (2025-08-13)

Note: Version bump only for package @nahkies/typescript-express-runtime

0.21.0 (2025-07-26)

Features

  • support application/x-www-form-urlencoded request bodies (#352) (0aecf2a)
  • support text/plain request bodies (#350) (eba568f)

BREAKING CHANGES

  • typescript-express ServerConfig['body'] shape changed to accommodate configuring multiple body parsers

0.20.1 (2025-05-31)

Note: Version bump only for package @nahkies/typescript-express-runtime

0.20.0 (2025-05-05)

Bug Fixes

Features