Skip to content

Releases: TedDriggs/from_variants

v1.0.2

08 Feb 15:42
Compare
Choose a tag to compare
  • Update darling to v0.14

v1.0.1

03 Jan 16:58
Compare
Choose a tag to compare
  • Don't panic on tuple variants. #9

v1.0.0

24 Feb 16:00
44d4da7
Compare
Choose a tag to compare
  • Update darling dependency to 0.13.0

v0.4.0

14 May 17:18
Compare
Choose a tag to compare

Bump dependencies again

v0.2.4

27 Jan 00:15
Compare
Choose a tag to compare

Update dependencies on darling, quote, and syn.

v0.2.3

19 Jun 03:58
Compare
Choose a tag to compare

Use darling's improved error handling to return all errors about an enum at once, rather than returning the first error encountered.

v0.2.1

17 May 21:46
Compare
Choose a tag to compare

Manual attribute parsing has been removed in favor of using darling.

v0.2.0

26 Apr 20:26
Compare
Choose a tag to compare

Breaking Change

  • The #[from_variants(no_std)] attribute has been removed. All generated conversions now work regardless of whether or not the standard library is in use. Many thanks to to @dtolnay and @rkruppe for their help in making that happen.

v0.1.2

21 Apr 22:14
Compare
Choose a tag to compare

Added support for Into conversions for variants - see #1 for more information.

v0.1.1

19 Apr 01:32
Compare
Choose a tag to compare

Improved documentation and test coverage.

  • Added docs to lib.rs from README.md