Skip to content

Releases: consistence/consistence-doctrine

2.0.1

18 Mar 10:03
2.0.1
e595c37
Compare
Choose a tag to compare

Fixes

  • Fix Doctrine ORM 2.9 BC break (13975b4)

Maintenance

  • Replace Travis CI with GitHub Actions (#20)

2.0

21 Dec 14:47
2.0
93a1b9a
Compare
Choose a tag to compare
2.0

Maintenance

BC breaks: Since new language features from PHP 7.1 and 7.2 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.4

17 Apr 12:06
1.4
7bbce8f
Compare
Choose a tag to compare
1.4
  • Method to warmup cache (#12 thanks to @kukulich)
  • Fix enum instance after entity deserialization (#13 thanks to @kukulich)

1.3

21 Dec 18:01
1.3
e2f7191
Compare
Choose a tag to compare
1.3
  • Allow Doctrine minor updates (#11)

1.2

12 Oct 07:44
1.2
7719e14
Compare
Choose a tag to compare
1.2

1.1

16 Sep 15:49
1.1
fb9892b
Compare
Choose a tag to compare
1.1
  • Cache which fields on entities are enums (#7, thanks @Majkl578 and @jakub-klapka for ideas and testing)
    • This can lead to 10-20% improvement in performance on large amounts of data, see the PR for details
    • Cache is configurable so make sure to use the most appropriate one for given environment to get the best performance
  • Fixed using embeddables in combination with partial (fixed in #6, reported in #5, additional tests in #8)

1.0

05 May 16:15
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.6.1

29 Apr 11:45
Compare
Choose a tag to compare
  • Fix FloatEnumType to use float declaration (#3)

0.6

13 Jan 11:55
Compare
Choose a tag to compare
0.6

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

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