Skip to content

v4.0.0

Compare
Choose a tag to compare
@villermen villermen released this 18 Jun 23:40
· 56 commits to master since this release
  • Updates minimum supported PHP version to 8.0 (#22). Adds typed properties & union arguments.
  • BC break: Models now all use static method factory pattern (fromData()) instead of constructor with data array. Address setters have been removed.