Skip to content

Releases: RobinTail/express-zod-api

v15.2.0

14 Dec 06:50
Compare
Choose a tag to compare

What's Changed

Full Changelog: v15.1.0...v15.2.0

v15.1.0

13 Dec 16:33
da9f8ca
Compare
Choose a tag to compare

Notice

The distribution becomes ESM first, while remaining dual (CJS support remains). This should not be a breaking change: the right files should be chosen automatically. However, the filenames in dist folder are renamed: for ESM: index.js and index.d.ts, for CJS: index.cjs and index.d.cts.

What's Changed

Full Changelog: v15.0.1...v15.1.0

v15.0.1

11 Dec 13:50
fbe755d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v15.0.0...v15.0.1

v15.0.0

02 Dec 11:13
557a5a5
Compare
Choose a tag to compare

Version 15 is for Vika

Breaking changes

  • Packages express-fileupload and compression become optional peer dependencies;
  • Methods createServer() and attachRouting() become async;
  • Method createLogger() requires an additional argument;
  • Read the migration guide in Changelog.

Features

  • Supporting any logger having debug(), warn(), info() and error() methods;
    • Package winston is now optional.
  • Supporting any testing framework having a function mocking method for testEndpoint():
    • Both jest and vitest are supported automatically;
    • With most modern Node.js you can also use the integrated node:test module.
  • Introducing module augmentation approach for integrating chosen logger and testing framework.

v14.2.5

02 Dec 10:28
98ae84b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v14.2.4...v14.2.5

v14.2.4

01 Dec 22:10
2199479
Compare
Choose a tag to compare

What's Changed

Full Changelog: v14.2.3...v14.2.4

v14.2.3

22 Nov 19:15
Compare
Choose a tag to compare

What's Changed

Full Changelog: v14.2.2...v14.2.3

v14.2.2

19 Nov 11:28
Compare
Choose a tag to compare

Hotfix: exporting AppConfig and ServerConfig types.

Full Changelog: v14.2.1...v14.2.2

v14.2.1

19 Nov 11:27
Compare
Choose a tag to compare

What's Changed

Full Changelog: v14.2.0...v14.2.1

v14.2.0

07 Nov 22:03
Compare
Choose a tag to compare

What's Changed

Full Changelog: v14.1.0...v14.2.0