Skip to content

Releases: bincode-org/virtue

v0.0.7

01 Feb 09:47
1754e8f
Compare
Choose a tag to compare

Breaking change

  • Generator::impl_for and ::impl_for_with_lifetimes no longer returns a Result

What's Changed

Full Changelog: v0.0.6...v0.0.7

v0.0.6

31 Jan 09:13
ae2f9ff
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.5...v0.0.6

v0.0.5

23 Jan 10:38
d1eec15
Compare
Choose a tag to compare

What's Changed

Breaking change

  • with_generic is split into with_generic (no dependencies) and with_generic_deps (with dependencies)
  • with_lifetime is split into with_lifetime (no dependencies) and with_lifetime_deps (with dependencies)

Full Changelog: v0.0.4...v0.0.5

V0.0.4

08 Jan 09:53
cb5211b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.3...v0.0.4

v0.0.3

14 Dec 10:26
Compare
Choose a tag to compare

Added modify_generic_constraints for Impl and ImplFor

V0.0.2

06 Dec 16:23
Compare
Choose a tag to compare

Breaking

  • Made StreamBuilder::group always return crate::Result<&mut Self>
  • Made most StreamBuilder methods return &mut Self so they can be chained
  • Made FromAttribute::parse return Result<Option<Self>> (was Option<Self> before)
  • Renamed IdentOrIndex's has_field_attribute to has_attribute
  • Changed most of FnBuilder's argument from Into<String> to &str

Misc

  • Added Error::Custom and a couple of Error::custom_* helpers
  • Added get_attribute to UnnamedField and IdentOrIndex
  • Added has_attribute to UnnamedField
  • Added helper function utils::parse_tagged_attribute
  • Added Generator::impl and Generator::generate_impl for generating impl blocks without trait
  • Added FnBuilder::with_lifetime

Full Changelog: v0.0.1...v0.0.2

v0.0.1

04 Dec 11:47
Compare
Choose a tag to compare

Initial release.

Extracted the code from bincode