doctrine-json-odm

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

MIT License

Downloads
3.2M
Stars
581
Committers
31

Bot releases are visible (Hide)

doctrine-json-odm - v1.4.1 Latest Release

Published by dunglas 9 months ago

What's Changed

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

doctrine-json-odm - v1.4.0

Published by dunglas 9 months ago

What's Changed

New Contributors

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

doctrine-json-odm - Version 1.3.0

Published by dunglas over 1 year ago

What's Changed

New Contributors

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

doctrine-json-odm - Version 1.2.0

Published by dunglas over 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

doctrine-json-odm -

Published by Toflar over 3 years ago

  • Introduced PHP 8 compatibility - @bricejulia
doctrine-json-odm -

Published by Toflar almost 5 years ago

  • Symfony 5 compatibility - @vudaltsov
  • Run tests on PHP 7.4 - @Toflar
doctrine-json-odm -

Published by Toflar almost 5 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)
doctrine-json-odm -

Published by Toflar almost 5 years ago

  • Fixed serializer issue (@CvekCoding)
doctrine-json-odm - 1.0.0-rc1

Published by Toflar over 5 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)
doctrine-json-odm - Version 0.1.3

Published by Toflar almost 6 years ago

  • Fixed wrong JSON type
  • Also PHP 7.2 and nightly builds
doctrine-json-odm - Version 0.1.2

Published by dunglas about 6 years ago

  • Easier installation, Flex compatibility, just type composer req dunglas/doctrine-json-odm
  • Prevent side-effects with the Symfony serializer
  • Fix synchronization with the database
  • Fix integration with the schema tooling
  • Fix handling of null values
doctrine-json-odm - Version 0.1.1

Published by dunglas almost 7 years ago

  • Symfony 4 compatibility
  • Fix some edge cases with PHP 7
  • Fix deserialization of nested object
  • Add functional tests for the MySQL support
doctrine-json-odm - Version 0.1.0

Published by dunglas over 7 years ago

Initial release.