Skip to content

Releases: gdbots/pbj-php

v4.0.6

16 Jan 00:08

Choose a tag to compare

  • Fix deprecation of ord call with empty string in SlugUtil::create.

v4.0.5

28 Feb 22:55

Choose a tag to compare

  • Do not use implicit nullable in Gdbots\Pbj\Exception\AssertionFailed::__construct.

v4.0.4

24 Jan 04:00

Choose a tag to compare

  • Allow brick/math 0.11 or 0.12

v4.0.3

22 Jan 21:11

Choose a tag to compare

  • Eliminate use of deprecated utf8_encode and utf8_decode.

v4.0.2

05 Jun 21:30

Choose a tag to compare

  • Use brick/math v0.11.

v4.0.1

08 Dec 23:58

Choose a tag to compare

  • Fix bug in Gdbots\Pbj\Field::applyDefault that didn't check the correct type name value.

v4.0.0

08 Dec 19:50
34fba13

Choose a tag to compare

BREAKING CHANGES

  • Use new php enum instead of the home grown versions.
  • Update typehints where possible to use php 8 union types.

v3.1.0

04 Dec 02:29
b9b8b59

Choose a tag to compare

v3.0.7

13 Apr 02:37

Choose a tag to compare

  • In AbstractMessage ensure decoded values are properly unset whenever array-like field values are changed.

v3.0.6

11 Mar 20:52

Choose a tag to compare

  • Add capability to ignore a field in MappingBuilder.