Skip to content

1.2.0

Latest

Choose a tag to compare

@bardoor bardoor released this 26 Aug 23:37
· 4 commits to main since this release
9bec6e2

Added

  • Support for aliased module callbacks (alias IO, as: MyIO with @then {MyIO, :puts})
  • Test coverage for aliased modules functionality
  • Documentation examples showing aliased module usage

Fixed

  • Documentation examples now use IO.puts instead of Logger (no require needed)
  • ExDoc configuration for proper main page rendering
  • Documentation structure and navigation

Improved

  • Better error messages and examples in documentation
  • More comprehensive test suite covering edge cases