Skip to content

Releases: TedDriggs/darling

v0.3.0

27 Jan 00:10

Choose a tag to compare

Breaking Changes

  • Update syn to 0.12 #20. Thanks to @Eijebong
  • Update quote to 0.4 #20. Thanks to @Eijebong
  • Rename magic field body in derived FromDeriveInput structs to data to stay in sync with syn
  • Rename magic field data in derived FromVariant structs to fields to stay in sync with syn

v0.2.2

05 Dec 16:27

Choose a tag to compare

v0.2.1

28 Nov 23:00

Choose a tag to compare

  • Implement FromMetaItem for integer types #15

v0.2.0

19 Jun 03:43

Choose a tag to compare

  • Added support for returning multiple errors from parsing #5
  • Derived impls no longer return on first error #5
  • Removed default types for V and F from ast::Body
  • Enum variants are automatically converted to snake_case #12

v0.1.6

30 May 21:27

Choose a tag to compare

Breaking Changes

  • Moved darling::util::Body to darling::ast

Added

  • Generics support (#4)
  • Newtype support
  • Multi-declaration support using #[darling(multiple)]

v0.1.3

17 May 21:45

Choose a tag to compare

Added #[derive(FromVariant)] support

v0.1.1

16 May 00:33

Choose a tag to compare

Documentation improvement over v0.1.0

v0.1.0

16 May 00:31

Choose a tag to compare

Initial publication