Skip to content

version 1.3.0

Latest
Compare
Choose a tag to compare
@nyamsprod nyamsprod released this 04 Jan 23:06
· 81 commits to master since this release

Added

  • DataType::create returns an StructuredField instance from an iterable construct.
  • DataType::serialize returns the HTTP string representation of a structured field.

Fixed

  • InnerList::fromPair should not throw if the pair is empty becuse an inner list can be emoty.

Deprecated

  • DataType::build use DataType::serialize instead.

Removed

  • None