Releases: laravel-doctrine/orm
Releases · laravel-doctrine/orm
v1.0.13
LogFormatter enhancements
v1.0.12
v1.0.11
v1.0.10
Delegate Apc, Redis and Memcached to Illuminate's CacheManager
v1.0.9
- Boot extensions enhancements to support Lumen and Console too.
v1.0.8
v1.0.7
- 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
- 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
- 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
- Support type cast/hint in Authenticable User construct
- Improve Sqlite in memory driver