Skip to content

Latest commit

 

History

History
55 lines (34 loc) · 1.7 KB

CHANGELOG.md

File metadata and controls

55 lines (34 loc) · 1.7 KB

Changelog

Source: https://keepachangelog.com/

[Unreleased]

[1.2.0] - 2024-09-15

Deprecated

  • Deprecate Option=! and Into=! for struct attribute #[builder] in favor of fields(Option=!) and fields(Into=!) (#32)

Added

  • Add nested fields(...) value for struct attribute #[builder] (#32)
  • Add fields(Default=!) for struct attribute #[builder] (#32)

[1.1.0] - 2024-08-26

Added

  • Add setting to disable Into support for setters (#30)

[1.0.0] - 2024-02-02

Added

  • Tuple support (#4)
  • Setters are generic over Into (#9)
  • Builders implement Into (#11)
  • Default support for struct (#15)
  • Default support for fields (#14)

Changed

  • Improved documentation (#5)
  • Remove mutable borrows for Panic/Result builder functions (#7)
  • Option fields are not mandatory anymore (#13)
  • Option field setters used wrapped type (#13)

[0.2.0] - 2023-12-11

This is the first official release.