Doctrine Json Odm Versions Save

An object document mapper for Doctrine ORM using JSON types of modern RDBMS.

v1.4.1

3 months ago

What's Changed

Full Changelog: https://github.com/dunglas/doctrine-json-odm/compare/v1.4.0...v1.4.1

v1.4.0

3 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/dunglas/doctrine-json-odm/compare/v1.3.0...v1.3.1

v1.3.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/dunglas/doctrine-json-odm/compare/v1.2.0...v1.3.0

v1.2.0

2 years ago

What's Changed

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

New Contributors

Full Changelog: https://github.com/dunglas/doctrine-json-odm/compare/1.1.0...v1.2.0

1.1.0

3 years ago
  • Introduced PHP 8 compatibility - @bricejulia

1.0.1

4 years ago
  • Symfony 5 compatibility - @vudaltsov
  • Run tests on PHP 7.4 - @Toflar

1.0.0

4 years ago
  • 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

4 years ago
  • Fixed serializer issue (@CvekCoding)

1.0.0-rc1

4 years ago
  • Alternative implementation (still generates the same serialized output, no migration required) - @ajgarlag
  • Raised minimum Symfony version to 3.4 - @Toflar
  • Cleanup (tests, docs)

0.1.3

5 years ago
  • Fixed wrong JSON type
  • Also PHP 7.2 and nightly builds