Skip to content

Releases: headsnet/doctrine-tools-bundle

Auto-generated Doctrine Types and PHP 8.4 Support

28 Nov 11:08
325ef5a
Compare
Choose a tag to compare

What's Changed

  • Auto-generated types for string/int/uuid backed objects by @benr77 in #4
  • Add php 8.4 to ci by @benr77 in #5

Full Changelog: v0.2.1...v0.3.0

v0.2.1

25 May 06:47
5e7e0c1
Compare
Choose a tag to compare

What's Changed

  • Rename "custom" type to "doctrine" type mapping by @benr77 in #2
  • Improve names of some config options and parameters by @benr77 in #3

Full Changelog: v0.2.0...v0.2.1

v0.2.0

23 May 17:34
ea37043
Compare
Choose a tag to compare

What's Changed

  • Auto-register Doctrine types provided by Carbon by @benr77 in #1

New Contributors

  • @benr77 made their first contribution in #1

Full Changelog: v0.1.0...v0.2.0

Code coverage, code style and static analysis

23 May 14:00
Compare
Choose a tag to compare
v0.1.1

Implement coding standards and static analysis

Initial release

23 May 11:10
Compare
Choose a tag to compare

Initial release of the package, including only the "RegisterCustomTypesCompilerPass" functionality.