express-zod-api

A Typescript library to help you get an API server up and running with I/O schema validation and custom middlewares in minutes.

MIT License

Downloads
20.4K
Stars
612
Committers
9

Bot releases are hidden (Show)

express-zod-api - v18.3.0

Published by RobinTail 6 months ago

What's Changed

Full Changelog: https://github.com/RobinTail/express-zod-api/compare/v18.2.0...v18.3.0

express-zod-api - v18.2.0

Published by RobinTail 6 months ago

What's Changed

Full Changelog: https://github.com/RobinTail/express-zod-api/compare/v18.1.0...v18.2.0

express-zod-api - v18.1.0

Published by RobinTail 6 months ago

What's Changed

Full Changelog: https://github.com/RobinTail/express-zod-api/compare/v18.0.0...v18.1.0

express-zod-api - v18.0.0

Published by RobinTail 6 months ago

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.

express-zod-api - v17.7.1

Published by RobinTail 6 months ago

What's Changed

Full Changelog: https://github.com/RobinTail/express-zod-api/compare/v17.7.0...v17.7.1

express-zod-api - v17.7.0

Published by RobinTail 6 months ago

What's Changed

Full Changelog: https://github.com/RobinTail/express-zod-api/compare/v17.6.1...v17.7.0

express-zod-api - v17.6.1

Published by RobinTail 7 months ago

What's Changed

Full Changelog: https://github.com/RobinTail/express-zod-api/compare/v17.6.0...v17.6.1

express-zod-api - v17.6.0

Published by RobinTail 7 months ago

What's Changed

Full Changelog: https://github.com/RobinTail/express-zod-api/compare/v17.5.0...v17.6.0

express-zod-api - v17.5.0

Published by RobinTail 7 months ago

What's Changed

Full Changelog: https://github.com/RobinTail/express-zod-api/compare/v17.4.1...v17.5.0

express-zod-api - v17.4.1

Published by RobinTail 7 months ago

What's Changed

Full Changelog: https://github.com/RobinTail/express-zod-api/compare/v17.4.0...v17.4.1

express-zod-api - v17.4.0

Published by RobinTail 7 months ago

What's Changed

Full Changelog: https://github.com/RobinTail/express-zod-api/compare/v17.3.0...v17.4.0

express-zod-api - v17.3.0

Published by RobinTail 7 months ago

What's Changed

Full Changelog: https://github.com/RobinTail/express-zod-api/compare/v17.2.1...v17.3.0

express-zod-api - v17.2.1

Published by RobinTail 8 months ago

What's Changed

Full Changelog: https://github.com/RobinTail/express-zod-api/compare/v17.2.0...v17.2.1

express-zod-api - v17.2.0

Published by RobinTail 8 months ago

express-zod-api - v17.1.2

Published by RobinTail 8 months ago

What's Changed

Full Changelog: https://github.com/RobinTail/express-zod-api/compare/v17.1.1...v17.1.2

express-zod-api - v17.1.1

Published by RobinTail 8 months ago

What's Changed

Full Changelog: https://github.com/RobinTail/express-zod-api/compare/v17.1.0...v17.1.1

express-zod-api - v17.1.0

Published by RobinTail 8 months ago

What's Changed

Full Changelog: https://github.com/RobinTail/express-zod-api/compare/v17.0.1...v17.1.0

express-zod-api - v17.0.1

Published by RobinTail 8 months ago

What's Changed

Full Changelog: https://github.com/RobinTail/express-zod-api/compare/v17.0.0...v17.0.1

express-zod-api - v17.0.0

Published by RobinTail 8 months ago

Version 17 is for Tonya

This release is focused on removing the deprecated entities.

Breaking changes

  • DependsOnMethod::endpoints removed;
  • Refinment methods of ez.file() removed;
  • Minimum version of vitest supported is 1.0.4.

Read the migration guide in Changelog.

express-zod-api - v16.8.1

Published by RobinTail 8 months ago

What's Changed

Full Changelog: https://github.com/RobinTail/express-zod-api/compare/v16.8.0...v16.8.1