Skip to content

Releases: contributte/doctrine-orm

v0.3.1

07 Jun 12:14
v0.3.1
d2bcc6a

Choose a tag to compare

Bumped! 🇯🇴

Diff: v0.3.0...v0.3.1

Changes:

v0.6.1

07 Jun 12:09

Choose a tag to compare

Bumped! 🇯🇴

Diff: v0.6.0...v0.6.1

Changes:

v0.6.0

10 Apr 09:06
a536700

Choose a tag to compare

Bumped! 😂

Diff: v0.5.0...v0.6.0

Changes:

  • Allow to register filters [#72] 9fe0db4
  • Simplify EntityManagerDecorator 1004c72
  • Switch mappingDriver to MappingDriverChain [#27]
  • Fix secondLevelCache schema b2fa8b9
  • Sync entityNamespaces schema
  • Polished readme
  • Polished tests

v0.5.0

07 Jan 00:42

Choose a tag to compare

Bumped! 🕹️

Diff: v0.4.1...v0.5.0

Changes:

v0.4.1

19 Nov 12:39
67481e1

Choose a tag to compare

Bumped! 🎃

Diff: v0.4.0...v0.4.1

Changes:

  • quoteStrategy config fix bb0ed30
  • removed inner entity manager 6b5384e
  • require nettrine/dbal 0.5 || 0.6 064f584

v0.4.0

06 Aug 14:40

Choose a tag to compare

Bumped! 🐨

Diff: v0.3...v0.4.0

Changes:

v0.3

25 Feb 13:42
v0.3
3a4e288

Choose a tag to compare

Bumped! 🏷

Diff: v0.2.2...v0.3

Changes:

  • added EntityManagerDecorator, because EntityManager is final [#22][#41]
  • added XML bridge [#42](thanks @JanMikes + @JanGalek)
  • added configurationClass [#46](thanks @aleswita)
  • use Phpstan v0.11
  • improve docs (@mabar, @Gappa)
  • upgrade minimal deps (nette/di, nette/utils, symfony/console, doctrine/orm, doctrine/cache)

v0.2.2

02 Nov 09:24

Choose a tag to compare

Bumped! 🕳

Diff: v0.2.1...v0.2.2

Changes:

  • use Phpstan v0.10
  • OrmCacheExtension: assert there's some cache
  • OrmAnnotationExtension: refactor cache handling
  • readme: synchronize
  • command: added orm:clear-cache:metadata [#31]
  • added TEntityMapping class for modular systems [#34]
  • added SecondLevelCache [#37]

v0.2.1

20 Jun 07:49

Choose a tag to compare

Bumped! 🈂️

Diff: v0.2...v0.2.1

Changes:

v0.2

15 Jun 07:46

Choose a tag to compare

Bumped! 🔡

Diff: v0.1...v0.2

Changes:

  • cache drivers are not autowired (thanks @jiripudil) [#23]
  • DI: setClass -> setType/setFactory (thanks @MartkCz) [#20]
  • better cache handling/configuring [#12]
  • Annotations: excludePaths (thanks @jankonas) [#19]
  • EntityManagerFactory: autowire event manager [#11]
  • CacheReader: debug parameter (thanks @kedlas) [#13]
  • Console commands: added tags for contributte/console [#14] (common tag console.command)