Skip to content

Latest commit

 

History

History
83 lines (45 loc) · 5.13 KB

CHANGELOG.md

File metadata and controls

83 lines (45 loc) · 5.13 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.

0.2.5 - 2024-02-08

Compare with 0.2.4

Bug Fixes

  • Support simple return annotations (b4afabe by Timothée Mazzucotelli). Issue #9

0.2.4 - 2023-11-14

Compare with 0.2.3

Code Refactoring

  • Run static analysis only after the whole package was loaded (08be3d0 by Timothée Mazzucotelli). Issue #7, PR #8

0.2.3 - 2023-10-23

Compare with 0.2.2

Bug Fixes

  • Fix index error when trying to access the first parameter of functions (92e27a3 by Timothée Mazzucotelli). Issue #7

0.2.2 - 2023-10-16

Compare with 0.2.1

Bug Fixes

  • Do not always add docstrings to attributes (02d8cb6 by Timothée Mazzucotelli).

0.2.1 - 2023-10-05

Compare with 0.2.0

Bug Fixes

  • Fix casing of deprecated, only set metadata when annotated element is known (98f3c2c by Sebastián Ramírez).

0.2.0 - 2023-09-14

Compare with 0.1.0

Dependencies

  • Depend on Griffe (cc15edc by Timothée Mazzucotelli).

Features

  • Support more experimental annotations (names, deprecations, warnings, exceptions) (afa6dd9 by Timothée Mazzucotelli). Issue #1, PR #3

Code Refactoring

  • Refactor implementation with latest version in typing_extensions, Doc(), and de-indent (c7a61c6 by Sebastián Ramírez). PR #2

0.1.0 - 2023-08-29

Compare with first commit

Dependencies

  • Always depend on typing-extensions, use @tiangolo's fork to test (33d242e by Timothée Mazzucotelli).

Features

  • Support Python 3.8 thanks to typing-extensions (489aaac by Timothée Mazzucotelli).
  • Implement extension (5fccd06 by Timothée Mazzucotelli).
  • Generate project with copier-pdm (10139be by Timothée Mazzucotelli).

Code Refactoring