Skip to content

Latest commit

 

History

History
118 lines (63 loc) · 3.48 KB

CHANGELOG.md

File metadata and controls

118 lines (63 loc) · 3.48 KB

CHANGELOG

v0.2.3 (2024-12-13)

Bug Fixes

  • fix: Partial payload patch

  • chore: Optimize import

  • fix: Patch schema did not have original field's metadata and validations

v0.2.2 (2024-12-09)

Bug Fixes

v0.2.1 (2024-12-09)

Bug Fixes

  • Missing return and incorrect return schema (35547c4)

v0.2.0 (2024-11-29)

Documentation

  • Added ref to @api_controller + styling (8fc5eb2)

  • Update some styling (17d0adc)

Features

  • Support property decorated method fields in the list endpoint (65fe9fc)

v0.1.1 (2024-11-22)

Bug Fixes

  • Allow overriding Crudl class methods (24bc2eb)

Documentation

  • Updating docs + added project communication channels (99192dc)

v0.1.0 (2024-11-22)

v0.0.5 (2024-11-21)

Bug Fixes

  • Project depends on django2pydantic (bc3c97c)

  • Semantic release version_variables for uv.lock (988ed43)

v0.0.4 (2024-11-19)

Features

  • Control whether each operation is exposed (493ac8d)

  • delete_allowed boolean to control whether DELETE method is enabled. - create_fields, update_fields, get_one_fields or list_fields can be set to None or undefined which means the operation endpoint will not be enabled

Other updates: - Bubbling up some key django2pydantic elements via the public package interface - Updated tutorial - Deleted an unneccesary file

v0.0.3 (2024-11-19)

Bug Fixes

v0.0.2 (2024-11-19)

Bug Fixes

  • Update README.md and bump version to test deployment (3388b91)

Signed-off-by: Jukka Hassinen jukka.hassinen@gmail.com

v0.0.1 (2024-11-19)

Bug Fixes

  • Publish pipeline + doc updates (24aa79a)