Skip to content

Releases: laravel-doctrine/orm

v1.0.13

15 Dec 19:30
Compare
Choose a tag to compare

LogFormatter enhancements

v1.0.12

12 Nov 11:29
Compare
Choose a tag to compare

Lumen Hotfix:

  • Use Cache Factory instead of Cache Manager to support both Laravel and Lumen, fixes #101

v1.0.11

12 Nov 09:00
Compare
Choose a tag to compare

Lumen Hotfix:

  • Alias CacheManager so the class is injectable in Lumen as well, fixes #101

v1.0.10

04 Nov 20:39
Compare
Choose a tag to compare

Delegate Apc, Redis and Memcached to Illuminate's CacheManager

v1.0.9

03 Nov 17:00
Compare
Choose a tag to compare
  • Boot extensions enhancements to support Lumen and Console too.

v1.0.8

02 Nov 14:43
Compare
Choose a tag to compare
  • Added support for VoidCache as query cache
  • Specify 1.0 version number in composer require

v1.0.7

28 Oct 22:15
Compare
Choose a tag to compare
  • Entity Factories for database seeding (entity(User::class)->create())
  • LogFormatter convertParams fix for passing array as params
  • Fix resetManager in manager registry
  • Fix problem with loggable extension when session was not started before extensions where booted

v1.0.6

20 Oct 17:02
Compare
Choose a tag to compare
  • ConfigDriver isTransient() fix
  • use PSR LoggerInteface instead of Illuminate Log contract for FileLogger
  • Add Fluent metadata driver
  • An alternative default manager and connection can now be set in the Registry
  • Fix typo in available cache types
  • Fix incorrect docblock (replaced JsonEncoder w/ ArrayEncoder)

v1.0.5

03 Oct 20:39
Compare
Choose a tag to compare
  • Ability to specify the extension for Yaml & Xml metadata drivers
  • SimplifiedXml & SimplifiedYaml drivers added
  • RepositoryFactory config setting (optional)
  • FailedJobsServiceProvider to provide a failed_jobs table on doctrine connection
  • Fix --clean flag on SchemaUpdateCommand
  • Throws exception when connection does not exist

v1.0.4

30 Sep 17:07
Compare
Choose a tag to compare
  • Support type cast/hint in Authenticable User construct
  • Improve Sqlite in memory driver