openapi-trait-shared 0.0.4

Framework-agnostic codegen helpers for openapi-trait (not intended for direct use)
Documentation
# Changelog

All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

## [0.0.4]https://github.com/ndrsg/openapi-trait/compare/openapi-trait-shared-v0.0.3...openapi-trait-shared-v0.0.4 - 2026-06-25

### Added

- stronger types for string formats
- strong type for required headers
- handle invalid and rust keyword colliding idents
- improved diagnostics for unsupported or invalid openapi definitions
- functionality to dump generated code

## [0.0.3]https://github.com/ndrsg/openapi-trait/compare/openapi-trait-shared-v0.0.2...openapi-trait-shared-v0.0.3 - 2026-06-24

### Added

- add support for security schemes in OpenAPI code generation
- handling of additional properties and inline ref definitions
- allof, oneof, anyof support

### Fixed

- normalize generated type identifiers to PascalCase

## [0.0.2]https://github.com/ndrsg/openapi-trait/compare/openapi-trait-shared-v0.0.1...openapi-trait-shared-v0.0.2 - 2026-05-08

### Other

- init release-plz
- update

## [Unreleased]