Skip to content

Releases: laravel-doctrine/orm

v1.3.0

29 Jan 13:50
c7bec6d
Compare
Choose a tag to compare
  • Laravel 5.4 release

v1.2.10

29 Jan 13:29
dccbd6a
Compare
Choose a tag to compare
  • 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

17 Jan 19:10
Compare
Choose a tag to compare
  • Alternative Pagination traits (#200)
  • Adding state() helper for Factory (#198)

v1.2.8

25 Sep 18:06
9b32992
Compare
Choose a tag to compare
  • Fix issue with L5.2 and notifications
  • Fix typehint in DoctrineChannel

v1.2.7

24 Sep 18:41
b83ad92
Compare
Choose a tag to compare

Use Doctrine channel as default database notification channel

v1.2.6

08 Sep 12:22
Compare
Choose a tag to compare
  • Failed jobs table update for Laravel 5.3

v1.2.5

06 Sep 11:35
Compare
Choose a tag to compare
  • Fix problem with class Notification already in use in DoctrineChannel

v1.2.4

02 Sep 14:20
ac389c4
Compare
Choose a tag to compare

v1.2.3

01 Aug 18:13
61ef07c
Compare
Choose a tag to compare
  • Improve failed_jobs / password_resets table (fixes #173)
  • Support L5.3

v1.2.2

25 Jul 17:48
bed8830
Compare
Choose a tag to compare
  • Revert shared connection feature. It silently fails in some write operations.