Skip to content

Releases: mkdocstrings/griffe-pydantic

1.1.0

03 Nov 14:45
Compare
Choose a tag to compare

1.1.0 - 2024-11-03

Compare with 1.0.0

Features

  • Also support pydantic.model_validator (c83074d by Timothée Mazzucotelli). Issue-4

Bug Fixes

  • Don't crash on new config based on ConfigDict (c23ba7c by Timothée Mazzucotelli). Issue-6
  • Don't process class aliases, as real classes are processed at some point anyway (24a10f7 by SimonBoothroyd). Issue-8, PR-7, Co-authored-by: Timothée Mazzucotelli [email protected]

Code Refactoring

  • Use new autoref elements instead of deprecated spans (3e1020e by Timothée Mazzucotelli).

1.0.0

12 Oct 14:11
Compare
Choose a tag to compare

1.0.0 - 2024-10-12

Compare with first commit

Features

  • Make the project public! (b19ad56 by Timothée Mazzucotelli).