Releases: laravel-doctrine/orm
Releases · laravel-doctrine/orm
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
v1.0.3
- Fix bug with presence verifier and embeddables
v1.0.2
- Rework Metadata manager, so it should only return the mapping driver. The configuration part is now handled by the EntityManagerFactory.
- Better check for Lumen
- Fix problem with Auth in Loggable and Blameable extensions
v1.0.1
getManagerForClass improvements
Support for multiple connections with same driver, but different databases
Display Doctrine queries in Debugbar's Query tab instead of Database.
v1.0.0
- Laravel 5.1 support
- Doctrine 2.5 support
- Lumen support
- Authentication implementation
- Validation implementation
- Password resets implementation
- DoctrineUserProviders supports multiple connections
- Oracle driver support
- Added missing methods to Authenticable interface
- Use env variables for connection, cache and meta data
- Easy way to extend Doctrine (extend or add namespaces & paths)
- Use Laravel's cache stores instead of php extensions for Redis, Memcached and Apc
- File, LaravelDebugbar and Clockwork loggers + support for custom loggers (should implement interface)
- Set Configuration values BEFORE creating EM, so they can be changed more easily
- Refactor configuration managers (cache, connection, meta data)
- Optional naming strategy setting
- Optional cache namespace setting
- Refactor Registry
- Ability to decorate the EntityManager
- Jsonable/Arrayable for Entities
- mitchellvanw/laravel-doctrine config migrator
- atrauzzi/laravel-doctrine config migrator
- Add upgrade guides from previous packages