v1.0.3
Changelog - v1.0.3 (2023-09-11)
New
- New Build: Binary updated. [Commit: 9364198]
Changes
- In MethodGeneratorHelper: In
generateArrayReturnMethod
there's now the capability to specify whether an array should
be wrapped in array_filter. This filters out null values so they aren't transmitted in the body/query. In addition,
depending on the nullable attribute, type hints in the docblocks will either be "null | type" or just "type". This
change addresses and fixes Issue #5. [Commit: 82db89a] - in OpenApiParser, replace the way "nullable" is parsed, previously it used "nullable", but it should use "required"
instead, [Commit: c3c8b28] - Added the Crescat API as a samples and dependencies were updated. [Commit: 81988e8]
- in NameHelper Prevent name collisions with reserved PHP keyword. [Commit: 54bdd87]
Full Changelog: v1.0.2...v1.0.3