Releases: johannschopplich/apiful
Releases · johannschopplich/apiful
v0.11.0
🚨 Breaking Changes
- Remove
openapi-typescript
andjson-schema-to-typescript-lite
from default deps list - by @johannschopplich (4f1b9)
View changes on GitHub
v0.10.0
🚀 Features
uint8
to base64 conversion util - by @johannschopplich (f86aa)- Generic
validateTypes
utility - by @johannschopplich (4c425)
View changes on GitHub
v0.9.9
🚀 Features
jsonSchema
wrapper util - by @johannschopplich (0d3be)
🐞 Bug Fixes
- Externalize
json-schema
- by @johannschopplich (b40b3)
View changes on GitHub
v0.9.8
🏎 Performance
- Replace
json-schema-to-typescript
withjson-schema-to-typescript-lite
- by @johannschopplich (e95a6)
View changes on GitHub
v0.9.7
🏎 Performance
- Replace
json-schema-to-typescript
withjson-schema-to-typescript-lite
- by @johannschopplich (e95a6)
View changes on GitHub
v0.9.6
🚀 Features
- json-to-dts: Allow disabling code formatting - by @johannschopplich (afda6)
🐞 Bug Fixes
- OpenAPI:
LowercasedMethod
type - by @johannschopplich (fbb6a)
View changes on GitHub
v0.9.5
🐞 Bug Fixes
- Options resolving for
jsonToTypeDefinition
- by @johannschopplich (31c60)
View changes on GitHub
v0.9.4
🚀 Features
generateTypeFromJson
utility - by @johannschopplich (bc419)
🐞 Bug Fixes
- Setter on target object - by @johannschopplich (67e75)
View changes on GitHub
v0.9.3
🚀 Features
- Allow wider range of method extension values, such as strings - by @johannschopplich (0e7dd)
- Allow
undefined
in extensions - by @johannschopplich (1f0bf)
🐞 Bug Fixes
- Merge
openapi-typescript
options - by @johannschopplich (bccb4)
View changes on GitHub
v0.9.2
🚀 Features
- Support
apiful.config.{js,ts,mjs,cjs,json}
config files - by @johannschopplich (a2f4b)