Skip to content

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.
This project adheres to Semantic Versioning.

v0.10.0 (2024-05-09)

Removed

  • proxy_attribute_accessor and proxy_item_accessor functions.

Added

  • Doctests for proxy_field_accessor.

Changed

  • Improved documentation.

Fixed

  • Relaxed supported Python versions to >=3.8 to avoid being an unsolvable dependency.
  • Type-safety in tests.

v0.9.2 (2024-02-16)

Fixed

  • Set supported Python version range to >=3.8,<3.13 instead of >=3.8,<=3.12 that semantically disallows 3.12 PATCH releases. (#11)

v0.9.1 (2023-12-22)

Changed

  • Upgraded the skeleton version.

Fixed

  • A bug when __doc__ inside proxy is None but regardless attempted to be %-formatted.