Releases: TedDriggs/darling
Releases · TedDriggs/darling
v0.3.3
- Update dependencies #26. Thanks to @hcpl
v0.3.1
Add support for proc-macro-2 (#24)
v0.3.0
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.1
- Implement
FromMetaItem
for integer types #15
v0.2.0
- 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
Breaking Changes
- Moved
darling::util::Body
to darling::ast
Added
- Generics support (#4)
- Newtype support
- Multi-declaration support using
#[darling(multiple)]
v0.1.3
Added #[derive(FromVariant)]
support
v0.1.1
Documentation improvement over v0.1.0