Skip to content

Releases: consistence/consistence-jms-serializer

2.2.1

20 Oct 10:10
2.2.1
079bbcc
Compare
Choose a tag to compare

Fixes

  • Fix exception typehint (#19)
  • Fix deserialization of incorrect types into enums (#20)

2.2

29 Apr 12:38
2.2
c4f2f46
Compare
Choose a tag to compare
2.2

Maintenance

  • Replace Travis CI with GitHub Actions (#17)
  • Support for JMS Serializer v3 (#16)

1.1

28 Dec 15:07
1.1
5ddf346
Compare
Choose a tag to compare
1.1

Maintenance

  • Consistence 2.x (#12)

2.1

21 Dec 18:05
2.1
de7bf0e
Compare
Choose a tag to compare
2.1

Maintenance

  • Support for PHP 7.3 (#10)
  • Consistence 2.x (#11)

2.0

29 Nov 13:38
2.0
d7a7cb2
Compare
Choose a tag to compare
2.0

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.0

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

Maintenance

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.5

27 Jan 15:40
Compare
Choose a tag to compare
0.5
  • XML support (#3)

0.4

17 Jan 12:57
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 JMS Serializer - see readme