Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 1.99 KB

CHANGELOG.md

File metadata and controls

32 lines (18 loc) · 1.99 KB

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.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 - 2024-10-12

Compare with first commit

Features

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