Releases: laravel-doctrine/orm
Releases · laravel-doctrine/orm
v1.3.0
- Laravel 5.4 release
v1.2.10
- Trait to help interact with Doctrine in integration tests
- Add the routes substitute bindings middleware for doctrine entities
- Separating query, result and metadata cache
- Fix --no-backup option in EntityGenerator
- Dynamically add fluent mapping files on runtime
v1.2.9
v1.2.8
- Fix issue with L5.2 and notifications
- Fix typehint in DoctrineChannel
v1.2.7
Use Doctrine channel as default database notification channel
v1.2.6
- Failed jobs table update for Laravel 5.3
v1.2.5
- Fix problem with class Notification already in use in DoctrineChannel
v1.2.4
- Laravel 5.3 notifications:
- Doctrine Channel
(http://www.laraveldoctrine.org/docs/1.2/orm/notifications)
- Doctrine Channel
v1.2.3
v1.2.2
- Revert shared connection feature. It silently fails in some write operations.