Skip to content

v18.0.0

Compare
Choose a tag to compare
@RobinTail RobinTail released this 20 Apr 09:55
· 330 commits to master since this release
f288791

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.