Skip to content

Releases: loganmzz/macon-rs

[1.2.0] - 2024-09-15

15 Sep 13:37
Compare
Choose a tag to compare

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

15 Sep 13:36
Compare
Choose a tag to compare

Added

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

1.0.1-beta.0

07 Apr 12:56
Compare
Choose a tag to compare
1.0.1-beta.0 Pre-release
Pre-release

[1.0.1-beta.0] - 2024-04-07

Added

  • Support crate configuration (#25)

[1.0.0] - 2024-02-02

02 Feb 09:30
Compare
Choose a tag to compare

Added

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

11 Dec 22:13
ace3cee
Compare
Choose a tag to compare

First official release !

Find it on: https://crates.io/crates/macon/0.2.0