Releases: laravel-doctrine/orm
Releases · laravel-doctrine/orm
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