Skip to content

Releases: gapple/structured-fields

v1.1.0

16 Jan 09:43
422ef04

Choose a tag to compare

  • Add handling of the Date type

v1.0.0

21 Jun 04:35

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

Choose a tag to compare

  • Objects with a __toString method can be serialized

v0.3.2

10 Nov 23:03

Choose a tag to compare

  • Fixes parsing of multiple strings within a list

v0.3.1

10 Aug 23:53

Choose a tag to compare

  • Fixes precision issue when serializing some large numbers.

v0.3.0: Update from 'Structured Headers' to 'Structured Fields'

02 Jul 17:23

Choose a tag to compare

Updated project namespace.

Classes in the old namespace are available for compatibility, but will be removed before v1.0.0

v0.2.3

02 Jul 17:14

Choose a tag to compare

Bug Fixes:

  • Fix parameters on inner list items were not serialized

v0.2.2

02 Jul 17:12

Choose a tag to compare

Update with spec changes:

  • Tab character allowed as whitespace separating list and dictionary items

v0.2.1

02 Jul 17:10

Choose a tag to compare

Update with spec changes:

  • True dictionary values with parameters can be bare
  • Dictionary keys allow asterisk as initial character

Bug Fixes:

  • Fix serializing Tokens may not throw exception on invalid characters

v0.2.0

06 Feb 05:52

Choose a tag to compare

Parser and Serializer implementation for draft-ietf-httpbis-header-structure-15