Skip to content

Releases: dunglas/doctrine-json-odm

v1.4.1

05 Feb 09:22
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.4.1

v1.4.0

02 Feb 13:42
2c0be0e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.0...v1.3.1

Version 1.3.0

23 Feb 15:40
v1.3.0
d729dc3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.0...v1.3.0

Version 1.2.0

21 Jan 09:24
v1.2.0
0d9551c
Compare
Choose a tag to compare

What's Changed

  • feat: add support for Symfony 6.0
  • chore: add more types
  • chore: code cleanup
  • docs: modernize README

New Contributors

Full Changelog: 1.1.0...v1.2.0

1.1.0

19 Feb 08:23
Compare
Choose a tag to compare

1.0.1

23 Dec 09:59
Compare
Choose a tag to compare

1.0.0

06 Nov 12:05
Compare
Choose a tag to compare
  • Alternative implementation (still generates the same serialized output, no migration required) - @ajgarlag
  • Raised minimum Symfony version to 3.4 - @Toflar
  • Fixed serializer issue (@CvekCoding)
  • Cleanup (tests, docs)

1.0.0-rc2

24 Oct 16:19
Compare
Choose a tag to compare
1.0.0-rc2 Pre-release
Pre-release

1.0.0-rc1

10 Jul 08:44
Compare
Choose a tag to compare
1.0.0-rc1 Pre-release
Pre-release
  • Alternative implementation (still generates the same serialized output, no migration required) - @ajgarlag
  • Raised minimum Symfony version to 3.4 - @Toflar
  • Cleanup (tests, docs)

Version 0.1.3

16 Nov 10:11
Compare
Choose a tag to compare
  • Fixed wrong JSON type
  • Also PHP 7.2 and nightly builds