Skip to content
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.

Latest commit

 

History

History
69 lines (36 loc) · 1.89 KB

CHANGES.md

File metadata and controls

69 lines (36 loc) · 1.89 KB

Changelog

v0.6.0

Backward incompatible changes

  • dropped generatino of Python 2 code

v0.4.6

Trivial/internal changes

  • In the generated code for Python 3 classes don't inherit from object
  • Migrated to Poetry as package management

v0.4.5

Bug fixes

  • #27 Fixes generation of proper nullable scalars and objects

v0.4.4

Bug fixes

  • #30 Nested objects had an ahrdoced name instead of the reference's name

v0.4.3.1

Bug fixes

  • #28 Value is not coerced to object

v0.4.2

Bug fixes

  • #26 Required fields were not honored in Python generators

v0.4.1

Bug fixes

  • #25 Fixed error when object type without default value

v0.4.0

Breaking changes

New features

  • #24 Added generation of pure Python 3 compatible code

Trivial/internal changes

  • #21 Fixed anchors in README
  • #22 Various internal improvements and fixes

v0.3.0

Backward imcompatible changes

  • #20 Renamed python3 code generator into python3+marshmallow

Trivial/internal changes

  • #19 Removed pathlib2 as a dependency