Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 576 Bytes

CHANGELOG.md

File metadata and controls

27 lines (18 loc) · 576 Bytes

Changed

  • updated the crate to rust 2018 edition

0.1.3 (May 9, 2020)

Added

  • Add support to define function attributes and extern functions
  • Add support to define async functions
  • Add support to add macros to traits and impls

0.1.2 (May 9, 2020)

Added

  • Add ability to add functions directly to scope
  • Add documentation comments and annotations to struct fields

0.1.1 (March 15, 2019)

Added

  • Specifying lint attributes (#13)
  • Specifying repr attribute on struct and enum (#12)

0.1.0 (November 10, 2018)

Initial release