Releases: brick/date-time-doctrine
Releases · brick/date-time-doctrine
0.5.0
💥 Breaking changes
- compatibility with
doctrine/orm
3.x
(2.x
is no longer supported)
- compatibility with
doctrine/dbal
4.x
(2.x
and 3.x
are no longer supported)
🐛 Bug fixes
convertToPHPValue()
methods now properly throw ConversionException
as they should
0.4.2
✨ Compatibility improvements
- compatibility with
brick/date-time
version 0.7
0.4.1
🐛 Bug fix
- Fixed incorrect type in exception message
0.4.0
💥 Compatibility changes
- compatibility with
brick/date-time
version 0.6
only
- minimum PHP version is now
8.1
0.3.0
💥 Compatibility changes
- compatibility with
brick/date-time
version 0.5
only
- minimum PHP version is now
7.4
- minimum Doctrine ORM version is now
2.7
0.2.3
🔌 Compatibility
The library is now compatible with brick/date-time
version 0.5
.
0.2.2
🔌 Compatibility
The library is now compatible with brick/date-time
version 0.4
.
0.2.1
🔌 Compatibility
The library is now compatible with doctrine/dbal
3.0 (#2) (@enumag)
0.2.0
✨ New features
Additional mapping types:
💥 Compatibility improvements
LocalTime
and LocalDateTime
are now always output with seconds
LocalDateTime
is now separated with a space