Skip to content

Releases: endafarrell/sanic-openapi3e

v0.9.10 Adds CORS header to /openapi

19 Feb 20:56
Compare
Choose a tag to compare
  • v0.9.10
    • Adds CORS Access-Control-Allow-Origin: * headers to the OpenAPI /openapi/spec* endpoints.
  • v0.9.9
    • Fixes type validation bug for oneOf.
  • v0.9.8
    • Further extends complex Schema objects by extending how allOf, oneOf, anyOf, and not are handled.
  • v0.9.7
    • Extends the ability to define complex Schema objects.
  • v0.9.6
    • Fixes a bug where None values in examples would cause a runtime error.
  • v0.9.5
    • Improves how the .components.responses are rendered.
    • Fixes issues with the "static"/"frozen" predefined Schema objects.
  • v0.9.4
    • Adds a @doc.responses() to give an easier way of documenting a route.
  • v0.9.3
    • Adds a @doc.security() to override security requirements on a route.
    • Removes entries with false values from the spec if false is the default value. This makes the specs smaller and
      are more idiomatic.
  • v0.9.2
    • Fixes an issue of rendering SecurityRequirement when there were no entries in the list.

v0.9.9 Fixes type validation bug for `oneOf`.

27 Jan 22:03
Compare
Choose a tag to compare
  • v0.9.9
    • Fixes type validation bug for oneOf.
  • v0.9.8
    • Further extends complex Schema objects by extending how allOf, oneOf, anyOf, and not are handled.
  • v0.9.7
    • Extends the ability to define complex Schema objects.
  • v0.9.6
    • Fixes a bug where None values in examples would cause a runtime error.
  • v0.9.5
    • Improves how the .components.responses are rendered.
    • Fixes issues with the "static"/"frozen" predefined Schema objects.
  • v0.9.4
    • Adds a @doc.responses() to give an easier way of documenting a route.
  • v0.9.3
    • Adds a @doc.security() to override security requirements on a route.
    • Removes entries with false values from the spec if false is the default value. This makes the specs smaller in
      size and are more idiomatic.
  • v0.9.2
    • Fixes an issue of rendering SecurityRequirement when there were no entries in the list.

v0.9.9 Fixes type validation bug for `oneOf`.

27 Jan 21:58
Compare
Choose a tag to compare
  • v0.9.9
    • Fixes type validation bug for oneOf.
  • v0.9.8
    • Further extends complex Schema objects by extending how allOf, oneOf, anyOf, and not are handled.
  • v0.9.7
    • Extends the ability to define complex Schema objects.
  • v0.9.6
    • Fixes a bug where None values in examples would cause a runtime error.
  • v0.9.5
    • Improves how the .components.responses are rendered.
    • Fixes issues with the "static"/"frozen" predefined Schema objects.
  • v0.9.4
    • Adds a @doc.responses() to give an easier way of documenting a route.
  • v0.9.3
    • Adds a @doc.security() to override security requirements on a route.
    • Removes entries with false values from the spec if false is the default value. This makes the specs smaller in
      size and are more idiomatic.
  • v0.9.2
    • Fixes an issue of rendering SecurityRequirement when there were no entries in the list.

v0.9.8 Further extends complex `Schema` objects by extending how `allOf`, `oneOf`, `anyOf`, and `not` are handled.

27 Jan 21:26
Compare
Choose a tag to compare
  • v0.9.8
    • Further extends complex Schema objects by extending how allOf, oneOf, anyOf, and not are handled.
  • v0.9.7
    • Extends the ability to define complex Schema objects.
  • v0.9.6
    • Fixes a bug where None values in examples would cause a runtime error.
  • v0.9.5
    • Improves how the .components.responses are rendered.
    • Fixes issues with the "static"/"frozen" predefined Schema objects.
  • v0.9.4
    • Adds a @doc.responses() to give an easier way of documenting a route.
  • v0.9.3
    • Adds a @doc.security() to override security requirements on a route.
    • Removes entries with false values from the spec if false is the default value. This makes the specs smaller in
      size and are more idiomatic.
  • v0.9.2
    • Fixes an issue of rendering SecurityRequirement when there were no entries in the list.

v0.9.7b Extends the ability to define complex Schema objects.

26 Jan 20:50
Compare
Choose a tag to compare
  • v0.9.7
    • Extends the ability to define complex Schema objects.
  • v0.9.6
    • Fixes a bug where None values in examples would cause a runtime error.
  • v0.9.5
    • Improves how the .components.responses are rendered.
    • Fixes issues with the "static"/"frozen" predefined Schema objects.
  • v0.9.4
    • Adds a @doc.responses() to give an easier way of documenting a route.
  • v0.9.3
    • Adds a @doc.security() to override security requirements on a route.
    • Removes entries with false values from the spec if false is the default value. This makes the specs smaller in
      in size and are more idiomatic.
  • v0.9.2
    • Fixes an issue of rendering SecurityRequirement when there were no entries in the list.

v0.9.7 Extends the ability to define complex Schema objects.

26 Jan 20:45
Compare
Choose a tag to compare
  • v0.9.7
    • Extends the ability to define complex Schema objects.
  • v0.9.6
    • Fixes a bug where None values in examples would cause a runtime error.
  • v0.9.5
    • Improves how the .components.responses are rendered.
    • Fixes issues with the "static"/"frozen" predefined Schema objects.
  • v0.9.4
    • Adds a @doc.responses() to give an easier way of documenting a route.
  • v0.9.3
    • Adds a @doc.security() to override security requirements on a route.
    • Removes entries with false values from the spec if false is the default value. This makes the specs smaller in
      in size and are more idiomatic.
  • v0.9.2
    • Fixes an issue of rendering SecurityRequirement when there were no entries in the list.

v0.9.6 Fixes bug with handling of None in examples

26 Jan 15:33
Compare
Choose a tag to compare
  • v0.9.6
    • Fixes a bug where None values in examples would cause a runtime error.
  • v0.9.5
    • Improves how the .components.responses are rendered.
    • Fixes issues with the "static"/"frozen" predefined Schema objects.
  • v0.9.4
    • Adds a @doc.responses() to give an easier way of documenting a route.
  • v0.9.3
    • Adds a @doc.security() to override security requirements on a route.
    • Removes entries with false values from the spec if false is the default value. This makes the specs smaller in
      in size and are more idiomatic.
  • v0.9.2
    • Fixes an issue of rendering SecurityRequirement when there were no entries in the list.

v0.9.5 Improves responses and schemae

22 Jan 22:37
Compare
Choose a tag to compare

v0.9.5

  • Improves how the .components.responses are rendered.
  • Fixes issues with the "static"/"frozen" predefined Schema objects.

v0.9.4 Adds better `@doc.responses`

22 Jan 11:11
Compare
Choose a tag to compare

Adds a @doc.responses() to give an easier way of documenting a route.

v0.9.3 adds `@doc.security`

21 Jan 22:18
Compare
Choose a tag to compare
  • v0.9.3
    • Adds a @doc.security() to override security requirements on a route.
    • Removes entries with false values from the spec if false is the default value. This makes the specs smaller in
      in size and are more idiomatic.