github koxudaxi/datamodel-code-generator 0.76.0

4 hours ago

Breaking Changes

API/CLI Changes

  • --list-deprecations output format changed - The deprecations listing now includes a new Status column and renames the Warning since column header to Since across all output formats (table, json, and markdown). Table rows also no longer emit trailing whitespace padding, so column widths and spacing differ. Scripts or tooling that parse the --list-deprecations output may need to be updated. The JSON output additionally gains a status field per entry (the existing warning_since field is retained). (#3810)
# Before
ID   Kind   Target   Warning since   Removal   Replacement

# After
ID   Status   Kind   Target   Since   Removal   Replacement

What's Changed

Full Changelog: 0.75.1...0.76.0

Don't miss a new datamodel-code-generator release

NewReleases is sending notifications on new releases.