Releases: johannschopplich/apiful
Releases · johannschopplich/apiful
v4.0.2
🚀 Features
- Upgrade to citty v0.2 - by @johannschopplich (00fbd)
- Remove deprecated Uint8 utils - by @johannschopplich (8bed7)
- Enhance output messages to include service count - by @johannschopplich (6af48)
🏎 Performance
- Migrate from tsx to plain Node - by @johannschopplich (d1029)
View changes on GitHub
v4.0.1
🚀 Features
- utils: Improve
createJsonSchemawith guard clauses and undefined filtering - by @johannschopplich (e4a61)
🐞 Bug Fixes
- utils: Use intersection semantics for required properties in merged object schemas - by @johannschopplich (78017)
🏎 Performance
- Cache ofetch instances - by @johannschopplich (630e2)
View changes on GitHub
v4.0.0
🚨 Breaking Changes
- Remove deprecated
apiful/schema/__id__import paths - by @johannschopplich (619d2)
🚀 Features
generate --outdirCLI option for entry + per-service files - by @johannschopplich (032a5)
🐞 Bug Fixes
- Remove extra newline in DTS generation output - by @johannschopplich (892f5)
- Remove invalid
prettier-ignorecomment - by @johannschopplich (ab1b6)
View changes on GitHub
v3.4.4
🐞 Bug Fixes
- Enhance schema resolution for file URLs on Windows - by @johannschopplich (96d7a)
View changes on GitHub
v3.4.3
No significant changes
View changes on GitHub
v3.4.2
v3.4.1
🐞 Bug Fixes
- Correct syntax for repository interface entries - by @johannschopplich (31e9d)
View changes on GitHub
v3.4.0
🚀 Features
- Schema model type helper, e.g.
PetStoreModel<T>- by @johannschopplich (d9cb1)
View changes on GitHub
v3.3.3
No significant changes
View changes on GitHub
v3.3.2
🚀 Features
- New
apiful/schema/{id}paths for OpenAPI types with backwards compatibility - by @johannschopplich (dca89)