This repository has been archived by the owner on Mar 5, 2024. It is now read-only.
Releases: marfatech/swagger-resolver-bundle
Releases · marfatech/swagger-resolver-bundle
v1.0.1
v1.0.0
v0.5.1
Fixed
- Set
nullable
type if property isn't required. - Forward all parent property meta while describe model.
v0.5.0
Added
- Accept and read swagger extension
x-nullable
. - Accept property annotation constraints.
- Swagger extension
x-class
has full class name of body model. - Accept enum class to swagger enum configuration.
Changed
- Required field can be with
null
value. - Remove support of
symfony/*
with version~3.4
.