Skip to content

Releases: RobinTail/express-zod-api

v18.6.0

11 May 09:07
Compare
Choose a tag to compare

Feature

Chores

Full Changelog: v18.5.2...v18.6.0

v18.5.2

07 May 11:30
Compare
Choose a tag to compare

Changes

Chores

Full Changelog: v18.5.1...v18.5.2

v18.5.1

05 May 22:42
Compare
Choose a tag to compare

Changes

Chores

Full Changelog: v18.5.0...v18.5.1

v18.5.0

04 May 11:26
6a6d2a8
Compare
Choose a tag to compare

What's Changed

See the details in Changelog

v18.4.0

04 May 09:16
e8eaced
Compare
Choose a tag to compare

Features

  • Feat: ability to replace the default value with a label in Documentation by @RobinTail in #1709

Chores

Full Changelog: v18.3.0...v18.4.0

v18.3.0

25 Apr 17:00
Compare
Choose a tag to compare

What's Changed

Full Changelog: v18.2.0...v18.3.0

v18.2.0

24 Apr 19:10
Compare
Choose a tag to compare

What's Changed

Full Changelog: v18.1.0...v18.2.0

v18.1.0

22 Apr 06:05
Compare
Choose a tag to compare

What's Changed

Full Changelog: v18.0.0...v18.1.0

v18.0.0

20 Apr 09:55
f288791
Compare
Choose a tag to compare

Version 18 is for Victoria

This version is focused on making the quick start with Express Zod API even faster by replacing winston with a built-in console logger having the same basic functionality needed to begin the development. Migration should be easy in most cases.

Breaking changes

  • winston is no longer a default logger;
  • createLogger() argument is changed, and it now returns a built-in logger instead of winston.

Features:

  • New built-in console logger with colorful pretty inspections and basic methods only.

Non-breaking significant changes:

  • Due to detaching from winston, the attachRouting() method is back to being synchronous.

Read the migration guide in Changelog.

v17.7.1

20 Apr 08:02
Compare
Choose a tag to compare

What's Changed

Full Changelog: v17.7.0...v17.7.1