Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 945 Bytes

CHANGELOG.md

File metadata and controls

20 lines (16 loc) · 945 Bytes

CHANGELOG

  • Support different function arguments as well as receivers
  • Support mixing async and non-async functions
  • Add support for const and unsafe functions
  • Break crate logic down into sub-modules
  • Add proc-macro-error
  • Fix bug where not supplying any functions in impl block resulted in malformed output
  • Update and improve documentation and tests
  • General code cleanup
  • Initial release