Skip to content

Releases: kynx/mezzio-openapi

0.5.2

08 Feb 16:02
170b2bb
Compare
Choose a tag to compare

What's Changed

  • Fix mapping properties with null values by @kynx in #4

Full Changelog: 0.5.1...0.5.2

0.5.1

24 Nov 14:12
8efabb0
Compare
Choose a tag to compare

What's Changed

  • Added methods to extract unions (ie oneOf properties) by @kynx in #3

Full Changelog: 0.5.0...0.5.1

0.5.0 release

25 Oct 11:51
ddf445e
Compare
Choose a tag to compare

What's Changed

  • Update dependencies by @kynx in #1
  • Add DateIntervalHydrator by @kynx in #2

BC Break!

  • The parameter for HydratorInterface::hydrate() has changed from array to mixed. If you were implementing this interface, update your classes accordingly.

Full Changelog: 0.4.2...0.5.0