0.1.3

(feat): Support inheritance for types and inlined requests.

(feat): Support undiscriminated unions.

(fix): Fix ci.yml php-version field name.

(feat): We now allow an empty constructor on types with no required properties.


0.1.2

(feat): Represent enums in objects as strings.

(fix): Generated wrapped requests now implement JsonSerializableType.

(fix): Fix a bug where we don’t set the request options baseurl properly.

(fix): Fix bugs in our numeric type serde and add tests.