Skip to content

[1.2.0] - 2024-09-15

Latest
Compare
Choose a tag to compare
@loganmzz loganmzz released this 15 Sep 13:37
· 1 commit to main since this release

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)