Skip to content

Releases: laravel-doctrine/orm

v1.0.2

22 Sep 19:18
Compare
Choose a tag to compare
  • 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

17 Sep 23:08
Compare
Choose a tag to compare

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

17 Sep 17:33
Compare
Choose a tag to compare
  • 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