Skip to content

Releases: kynx/mezzio-openapi

0.8.3

15 Feb 14:42
c632641

Choose a tag to compare

What's Changed

Full Changelog: 0.8.2...0.8.3

0.8.2

15 Dec 14:57
c4723c6

Choose a tag to compare

What's Changed

  • Update dependency php to ~8.3.0 || ~8.4.0 || ~8.5.0 by @renovate[bot] in #21

Full Changelog: 0.8.1...0.8.2

0.8.1

16 Jun 08:54
be1db36

Choose a tag to compare

What's Changed

Full Changelog: 0.8.0...0.8.1

0.8.0

27 May 19:54
3e259f2

Choose a tag to compare

What's Changed

  • Drop PHP8.2 support
  • Update dependency phpunit/phpunit to v12 by @renovate in #16
  • Lock file maintenance by @renovate in #17

Full Changelog: 0.7.0...0.8.0

0.7.0

21 Oct 17:26
30a1203

Choose a tag to compare

What's Changed

Full Changelog: 0.6.0...0.7.0

0.6.0

21 Oct 14:04
9066f39

Choose a tag to compare

What's Changed

  • Drop PHP 8.1, update dependencies by @kynx in #6

Full Changelog: 0.5.2...0.6.0

0.5.2

08 Feb 16:02
170b2bb

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

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

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