Skip to content

v0.11.0

Compare
Choose a tag to compare
@TedDriggs TedDriggs released this 15 Mar 22:11
· 64 commits to master since this release
  • Support shorthand and long-form collection setters; #[builder(setter(each = "..."))] and #[builder(setter(each(name = "...")))] #234
  • Allow collection setters to be generic over Into using `#[builder(setter(each(name = "...", into)))] #234 and #214
  • Allow specifying attributes for builder fields and setters using #[builder_field_attr(...)] and #[builder_setter_attr(...)] #237

Note: This version didn't have anything that clearly required a minor version increase; however, given the amount of time and number of commits since last publication a conservative approach was taken.