Skip to content

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.

0.1.0 - 2025-03-09¤

Compare with first commit

Build¤

  • Require Python 3.10 minimum (for dataclasses keyword-only arguments) (8a53b41 by Timothée Mazzucotelli).

Features¤

  • Support link inline tags and cross-references (b1cbf2d by Timothée Mazzucotelli). Issue-mkdocstrings/typescript#5
  • Implement prototype loader (38e203b by Timothée Mazzucotelli).
  • Generate project with gh:pawamoy/copier-pdm Copier template (84c4e44 by Timothée Mazzucotelli).

Bug Fixes¤

Code Refactoring¤

  • Expose public objects in top-level module (34a637c by Timothée Mazzucotelli).
  • Rename dataclasses module to models (2d00279 by Timothée Mazzucotelli).
  • Move modules into internal folder (a9c1d44 by Timothée Mazzucotelli).
  • Only use dataclasses keyword-only argument on Python 3.10 (c17530b by Timothée Mazzucotelli).
  • Improve getting object file path thanks to file registry (e63a4d5 by Timothée Mazzucotelli).
  • Attach parent to more objects (a103967 by Timothée Mazzucotelli).