Skip to content

Releases: ModProg/attribute-derive

v0.10.5

Choose a tag to compare

@github-actions github-actions released this 02 Oct 09:31

Fixed

  • ensured updated version of macro crate is selected in main crate

v0.10.3

Choose a tag to compare

@github-actions github-actions released this 02 Oct 09:03

Fixed

  • fix imports in impl_Attribute_for_Parse_and_ToTokens!

Added

  • allow #[from_attr] on top of #[attribute]

v0.10.2

Choose a tag to compare

@github-actions github-actions released this 30 Oct 22:25

Added

  • published impl_Attribute_for_Parse_and_ToTokens! to "derive" AttributeValue traits via existing Parse and ToTokens implementation.

Fix span for conflicting values

Choose a tag to compare

@ModProg ModProg released this 02 Mar 14:21
7b403cd

Added

  • IdentValue to keep hold of both value and the source ident

Changed

  • Breaking Change: ConvertParsed::aggregate() now takes/returns
    IdentValue
  • Improved span for conflicting values

The big refactor

Choose a tag to compare

@ModProg ModProg released this 02 Mar 12:46
b774777

Changed

  • Breaking Change: Moved some syn types behind feature full
  • Breaking Change: Refactored attributes
  • Use interpolator for error messages
  • Breaking Change: Compile time verify if ident is given through helper
    trait