Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 289 Bytes

CHANGELOG.md

File metadata and controls

10 lines (7 loc) · 289 Bytes

Changelog

Changelog for 1.0.0

Enhancements

  • Simplified code to be more maintainable. Instead of expanding macros by hand, it overloads Elixir operators inside the macro block.
  • Now supports result conversion to several types.
  • It works with latest Elixir version.