Skip to content

Latest commit

 

History

History
256 lines (147 loc) · 9 KB

File metadata and controls

256 lines (147 loc) · 9 KB

CHANGELOG

v0.7.2 (2025-10-14)

Bug Fixes

  • #221: Support for pydantic 2.12.x (#222) (#222, f60b259)

v0.7.1 (2025-10-08)

Bug Fixes

  • Test runs with nox should respect uv.lock deps (#214) (#214, 0a63293)

v0.7.0 (2025-08-06)

Features

  • InferredField helper + InferExcept for related fields (#131) (#131, 2d2ef19)

v0.6.1 (2025-07-18)

Bug Fixes

  • Update django stubs ext mypy etc (#122) (#122, 87c240f)

v0.6.0 (2025-07-16)

Features

  • Make fields optional even if required by the django field (#119) (#119, aa0a021)

v0.5.1 (2025-07-09)

Bug Fixes

  • Python 3.13 support + django version tests + parallel test runs (#115) (#115, 8094de0)

v0.5.0 (2025-06-06)

Features

  • SchemaField + optional contrib 3rd party handlers (#95) (#95, b8bffe7)

v0.4.4 (2025-06-05)

Bug Fixes

  • JSONField validation should accept python object (#93) (#93, d6dc908)

v0.4.3 (2025-06-03)

Bug Fixes

  • Reverse relation titles more complete (#87) (#87, c6effbe)

v0.4.2 (2025-05-30)

Bug Fixes

  • Reverse relation title and description (#83) (#83, 018b25f)

v0.4.1 (2025-05-27)

Bug Fixes

  • Various incorrect field types, default value and required status (#75) (#75, 6eeb034)

v0.4.0 (2025-05-21)

Features

  • #70: Pydantic Email/URL validation should accept empty string (#69) (#69, 1ba4370)

v0.3.0 (2025-05-05)

Bug Fixes

  • Daily trunk check failure if the commit is already checked (#36) (#36, cf50e0a)

  • Include django-stubs-ext as a non-dev dependency (#16) (#16, b26f36b)

  • Trunk permission to create/update label (#55) (#55, e36ed63)

  • Trunk's mypy environment missing deps (#26) (#26, 383bd51)

  • Trunk's mypy incremental cache issue (#34) (#34, 85bc639)

Features

  • Add nitpick and configs (#9) (#9, e2949fa)

  • Cache Trunk (#27) (#27, 3e16247)

  • Enable workflow_dispatch for cache-trunk (#28) (#28, 81356c2)

  • Relation handlers additions/tweaks. Proper annotations/typings (#40) (#40, 6a9a05a)

  • Support Trunk.io (#22) (#22, 1b82554)

  • Trunk check_mode all for daily check (#29) (#29, 6d10fb2)

  • Validate 'Inferred' relation and return appropriate primary key(s) (#20) (#20, 38b38ba)

v0.2.0 (2024-12-13)

Features

v0.1.3 (2024-12-03)

Bug Fixes

  • DecimalField fix? (db3e1ba)

  • JSONField fix? (79e1d08)

  • Related model inheritance fixes and string format reference support (fe97eaf)

v0.1.2 (2024-11-29)

Bug Fixes

  • Added pyproject.toml back (26b2cc0)

  • Some default naming of models/related model schemas (b9fcb76)

v0.1.1 (2024-11-21)

Bug Fixes

  • Bump version to skip published v0.1.0 package (20715a2)

v0.1.0 (2024-11-21)

v0.0.5 (2024-11-21)

Bug Fixes

  • Required dependencies (aedab64)

  • Semantic release version_variables for uv.lock (5d13179)

v0.0.4 (2024-11-20)

Bug Fixes

  • Temporarily stop using publish-pypi.yml reusable workflow (e371d3c)

v0.0.3 (2024-11-20)

Bug Fixes

  • Test pipeline by bumping version (9f449c2)

v0.0.2 (2024-11-19)

Bug Fixes

  • Fix some errors after rename (c95ee5a)

v0.0.1 (2024-11-18)

Bug Fixes

v0.0.0 (2024-11-18)