Skip to content

v0.2

Latest
Compare
Choose a tag to compare
@Articus Articus released this 04 Feb 20:12
· 1 commit to master since this release

Changelog

  • support for new version of DataTransfer
  • bump minimal PHP version to 7.4
  • remove direct dependency from laminas/laminas-servicemanager
  • support for situation when API operation has optional header parameter but does not allow empty string for it
  • allow to use specific strategy for request body data preparation - to support rare request bodies like:
requestBody:
  content:
    application/json:
      schema:
        type: string
        format: date
  • allow to use specific strategy and validator for response body data parsing - to support rare response bodies like:
responses:
  200:
    description: Test
    content:
      application/json:
        schema:
          type: string
          format: date