Skip to content

Releases: consistence/consistence-doctrine-symfony

2.0

21 Dec 16:48
2.0
ca9a8d4
Compare
Choose a tag to compare

Maintenance

BC breaks: Since new language features from PHP 7.1 are used some method signatures have changed. This means that if you were extending/implementing them, you need to update the method signatures to match the new form.

1.3

21 Dec 19:01
1.3
b7e6788
Compare
Choose a tag to compare
1.3
  • Support for Symfony 4 (#7)

1.2

12 Oct 16:47
1.2
c9dfa81
Compare
Choose a tag to compare
1.2

1.1

16 Sep 17:41
1.1
88ad66e
Compare
Choose a tag to compare
1.1
  • Configuration for enum fields cache (#5)
    • See consistence/consistence-doctrine#7 for details about the cache improvements
    • Make sure to use the most appropriate cache for given environment to get the best performance

1.0

10 May 10:03
Compare
Choose a tag to compare
1.0

BC breaks

Since scalar parameter typehints and return typehints were added, the interface of the affected classes/interfaces has changed. This means that if you were extending/implementing them, you need to update the method signatures to match the new form.

0.4

14 Jan 17:49
Compare
Choose a tag to compare
0.4

This is first public release, previous releases were internal in Shipito and Lavito.

  • integration of Consistence Enums for Doctrine ORM Entities - see readme