v4.0.0
- 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.
fromData()
) instead of constructor with data array. Address setters have been removed.