Skip to content

Releases: sval-rs/value-bag

1.3.0

15 May 08:43
7f52c3f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.3.0

1.2.0

03 May 12:08
65a41d1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.2.0

1.1.1

29 Apr 09:14
a0821b7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

1.1.0

10 Apr 05:54
fe31685
Compare
Choose a tag to compare

What's Changed

  • Update some clunky wording in the readme by @KodrAus in #47
  • Implement sval_ref::ValueRef for ValueBag by @KodrAus in #48
  • Prepare for 1.1.0 release by @KodrAus in #49

Full Changelog: v1.0.2...v1.1.0

1.0.2

08 Apr 07:27
c84bf23
Compare
Choose a tag to compare

What's Changed

  • Fix version ref in readme by @KodrAus in #44
  • Use concrete 'v lifetime instead of short-lived in to_str and to_borrowed_str by @KodrAus in #45
  • Prepare for 1.0.2 release by @KodrAus in #46

Full Changelog: v1.0.1...v1.0.2

1.0.1

29 Mar 01:22
58113d5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

1.0.0

28 Mar 22:33
76ffabf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v1.0.0

1.0.0-alpha.8

26 Oct 09:52
6f4e328
Compare
Choose a tag to compare
1.0.0-alpha.8 Pre-release
Pre-release
  • Allow capturing of borrowed and owned strings
  • Fix up a compilation error in the fallback capturing implementation

1.0.0-alpha.7

16 May 21:45
4319306
Compare
Choose a tag to compare
1.0.0-alpha.7 Pre-release
Pre-release
  • Fix up target and toolchain checking for ctor-based value capturing

1.0.0-alpha.6

27 Jan 03:03
c913b2b
Compare
Choose a tag to compare
1.0.0-alpha.6 Pre-release
Pre-release
  • Add a zero-dependency Visit API that can be used when serde or sval aren't necessary.
  • Fix up to_* conversion that previously used as, producing unexpected results.