Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.58 KB

CHANGELOG.md

File metadata and controls

44 lines (30 loc) · 1.58 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.

[Unreleased]

Added

Changed

Deprecated

Removed

[0.2.0] - 2023-09-06

Added

  • Add default flag option to the impl_new attribute that remove the field from the new function arguments and use the default value of the field type instead. (#4)
  • Add value option to the impl_new attribute that set the field value to the given value. (#6)

[0.1.0] - 2023-08-30

  • Initial release.