Skip to content

Releases: consistence/consistence-jms-serializer

2.2.1

Choose a tag to compare

@VasekPurchart VasekPurchart released this 20 Oct 10:10
2.2.1
079bbcc

Fixes

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

2.2

2.2

Choose a tag to compare

@VasekPurchart VasekPurchart released this 29 Apr 12:38
2.2
c4f2f46

Maintenance

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

1.1

1.1

Choose a tag to compare

@VasekPurchart VasekPurchart released this 28 Dec 15:07
1.1
5ddf346

Maintenance

  • Consistence 2.x (#12)

2.1

2.1

Choose a tag to compare

@VasekPurchart VasekPurchart released this 21 Dec 18:05
2.1
de7bf0e

Maintenance

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

2.0

2.0

Choose a tag to compare

@VasekPurchart VasekPurchart released this 29 Nov 13:38
2.0
d7a7cb2

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

1.0

Choose a tag to compare

@VasekPurchart VasekPurchart released this 10 May 10:10

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

0.5

Choose a tag to compare

@VasekPurchart VasekPurchart released this 27 Jan 15:40
  • XML support (#3)

0.4

0.4

Choose a tag to compare

@VasekPurchart VasekPurchart released this 17 Jan 12:57

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

  • integration of Consistence Enums for JMS Serializer - see readme