Skip to content

v0.5.0

Latest
Compare
Choose a tag to compare
@compositephp compositephp released this 03 Jun 21:30

Enhancements:

  • Added Doctrine Types support: You can now define and use custom Doctrine types for better flexibility and type safety.
  • Doctrine DBAL version bump: Upgraded to the latest stable version of doctrine/dbal 0.4.2.

Fixes:

  • Prevent empty transactions: Improved CombinedTransaction logic to avoid initiating empty transactions.

New Features:

  • Configurable Doctrine settings: Introduced the ability to define Doctrine configuration directly in the config file.