This changelog references the relevant changes done in 4.x versions.
- Allow brick/math 0.11 or 0.12
- Eliminate use of deprecated utf8_encode and utf8_decode.
- Use brick/math v0.11.
- Fix bug in
Gdbots\Pbj\Field::applyDefault
that didn't check the correct type name value.
BREAKING CHANGES
- Use new php enum instead of the home grown versions.
- Update typehints where possible to use php 8 union types.