Changelog
View Sourcev0.2.1
- Enhancement
- Detect and denote macros with an M icon.
- Extend
@idocsupport for private macros
v0.2.0
- Enhancement
- Supports
@idocattribute definition prior to a private function definition. - The doc written with the
@idocattribute is fetched and rendered in the UI the same way docs generated using ExDoc are rendered.
- Supports
v0.1.4
- Bug Fix
- Allow clicking on the documentation icon in the functions column to open function doc
- Enhancement
- Support Umbrella projects
v0.1.3
- Bug Fix
- Use
ex_doconly indevenv to avoid dependency conflicts.
- Use
v0.1.2
- Enhancements
- Show iris GUI in generated documentation with
iris.docstask
- Show iris GUI in generated documentation with
- Bug Fixes
- Fix nil mod_name error when mod_name doesn't contain Elixir prefix
v0.1.1
- Enhancements
- Sort functions alphabetically
- Elixir 1.19 readiness changes
- Create iris directory if it doesn't already exist
v0.1.0
First public release