Skip to content

Releases: gapple/structured-fields

v2.2.0

02 Oct 07:44
Compare
Choose a tag to compare

What's Changed

  • PHP version requirement increased to ^8.1
  • Internal refactoring

v2.1.2

26 Sep 00:00
Compare
Choose a tag to compare

What's Changed

  • Serializer will throw an exception if input contains nested inner list

v2.1.1

16 Feb 11:03
Compare
Choose a tag to compare
Fix checking DisplayString hex digits

v2.1.0

02 Jan 09:03
Compare
Choose a tag to compare

Added support for Display String data type

v2.0.1

25 Feb 07:19
Compare
Choose a tag to compare

Improved type checking

v2.0.0

10 Feb 05:02
Compare
Choose a tag to compare

Introduces classes for values that are returned from the Parser, and can optionally be used to provide values to the Serializer.

Upgrading from v1.x.x

The new classes returned from the Parser retain compatibility with existing code that expects [value, parameters] array tuples or stdClass objects, but the return type of Parser methods has changed so code using array typehints for values obtained from the Parser will need to be updated.

v1.1.0

16 Jan 09:43
422ef04
Compare
Choose a tag to compare
  • Add handling of the Date type

v1.0.0

21 Jun 04:35
Compare
Choose a tag to compare
  • Minimum required PHP version increased to 7.3
  • Compatibility layer for StructuredHeaders namespace removed

v0.3.3

04 Dec 09:38
Compare
Choose a tag to compare
  • Objects with a __toString method can be serialized

v0.3.2

10 Nov 23:03
Compare
Choose a tag to compare
  • Fixes parsing of multiple strings within a list