Skip to content

Releases: laravel-doctrine/orm

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

v1.0.3

29 Sep 13:12
Compare
Choose a tag to compare
  • Fix bug with presence verifier and embeddables

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