Skip to content

Releases: wyfo/apischema

v0.11

06 Nov 21:17
Compare
Choose a tag to compare
  • Major internal refactoring resulting in x2 speed improvement.
  • Remove type checker and configuration management
  • Validators inside Annotated are now stacked
  • Fix issue when typing-extensions was not installed

v0.10.2

15 Oct 13:17
Compare
Choose a tag to compare
  • Fix generic dataclass merged fields for Python 3.6

v0.10.1

15 Oct 11:35
Compare
Choose a tag to compare
  • Fix handling of generic dataclass merged fields
  • Improve handling of generic types in json-schema generation

v0.10

14 Oct 22:57
Compare
Choose a tag to compare
  • Fix Python 3.9 support
  • Fix PyPy3 support
  • Add CI with Github Actions

v0.9.1

14 Oct 20:29
Compare
Choose a tag to compare
  • Fix default_schema not being called

v0.9

14 Oct 20:27
Compare
Choose a tag to compare
  • Improve Optional handling in schema generation
  • Improve deserialization performance for dataclass primitive fields
  • Add ValidationError deserializer
  • settings.default_schema
  • Pydantic compatibility example

v0.8

14 Oct 20:26
Compare
Choose a tag to compare
  • Fix openAPI definitions path
  • Add default ref for other standard types or types with schema

v0.7.6

14 Oct 20:25
Compare
Choose a tag to compare
  • Update package description

v0.7.5

14 Oct 20:24
Compare
Choose a tag to compare
  • Fix support of Generic merged dataclasses

v0.7.4

14 Oct 20:24
Compare
Choose a tag to compare
  • Add InitVar support for merged dataclasses