Changelog¤
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
1.1.4 - 2025-03-26¤
Bug Fixes¤
1.1.3 - 2025-03-20¤
Bug Fixes¤
- Handle field validators targetting all fields with
"*"
(449487f by Timothée Mazzucotelli). Issue-22 - Handle inherited fields (c41a776 by Timothée Mazzucotelli). Issue-17
Code Refactoring¤
- Move code to internal API, update docs accordingly (2f37b7e by Timothée Mazzucotelli).
- Run dynamic analysis once package is loaded (6e3ab4f by Timothée Mazzucotelli). Issue-19
1.1.2 - 2025-02-18¤
Bug Fixes¤
- Use
set.discard
instead ofset.remove
to avoid key error (2684be7 by Timothée Mazzucotelli). Issue-26
1.1.1 - 2025-02-17¤
Bug Fixes¤
- Don't label
ClassVar
-annotated attributes as Pydantic fields (0dbf958 by Miradil Zeynalli). Issue-18, PR-25, Co-authored-by: Timothée Mazzucotelli dev@pawamoy.fr - Don't crash when trying to evaluate AST literals (field descriptions) (b41bf46 by Timothée Mazzucotelli). Issue-16
1.1.0 - 2024-11-03¤
Features¤
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 dev@pawamoy.fr
Code Refactoring¤
- Use new autoref elements instead of deprecated spans (3e1020e by Timothée Mazzucotelli).
1.0.0 - 2024-10-12¤
Features¤
- Make the project public! (b19ad56 by Timothée Mazzucotelli).