Skip to content

Latest commit

 

History

History
48 lines (23 loc) · 806 Bytes

CHANGELOG.md

File metadata and controls

48 lines (23 loc) · 806 Bytes

Changelog

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

0.3.0 - 2024-06-16

Added

  • added support for parameterizing function arguments

Changed

  • updated to rust 2021 edition

0.2.2 - 2024-05-06

Fixed

  • Fixed missing documentation for parameterize macro
  • Updated github actions workflow to use newer versions of some dependencies and remove others.

0.2.1 - 2023-06-14

Removed

Removed empty file

0.2.0 - 2023-06-14

Changed

  • Major refactor adding more helpful diagnostics

Added

  • Added the optional fmt argument for formatting the identifiers of the generated functions

0.1.0 - 2022-08-14

first release

Added

  • Added the parameterize attribute macro for parameterizing generic functions, especially unit tests.