Current section

Files

Jump to
ex_open_api_utils CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
## [0.9.0](https://github.com/v3-dot-cash/ex_open_api_utils/compare/v0.8.1...v0.9.0) (2025-12-22)
### Features
* **helpers:** add OpenAPI extension helpers for TypeScript/NestJS/Drizzle codegen ([7460008](https://github.com/v3-dot-cash/ex_open_api_utils/commit/7460008d6ba9746738dc39ca9c355ddb0b16efb7))
* **helpers:** add OpenAPI extension helpers for TypeScript/NestJS/Drizzle codegen ([6571b44](https://github.com/v3-dot-cash/ex_open_api_utils/commit/6571b4427c86277ec6ee6956aea081ec0e8d8715))
### Bug Fixes
* change 'order' to 'x-order' for OpenAPI spec compliance ([e61f121](https://github.com/v3-dot-cash/ex_open_api_utils/commit/e61f1213eb4ac5b5fb350d8efcf9ac80cd44cda1)), closes [#54](https://github.com/v3-dot-cash/ex_open_api_utils/issues/54)
* formatting issues ([f969b19](https://github.com/v3-dot-cash/ex_open_api_utils/commit/f969b19305342b3756bcd4ec52919ed6be10c4f2))
## [0.8.1](https://github.com/v3-dot-cash/ex_open_api_utils/commits/main) (2024-12-22)
### Features
* Initial release with OpenAPI schema generation from Ecto schemas
* Support for Request/Response schema generation
* x-order extension for field ordering
* Mapper protocol for Ecto ↔ OpenAPI conversion