Packages

IExample - tiny macro to help you have formatted documentation iex examples.

Current section

Files

Jump to
iexample CHANGELOG.md
Raw

CHANGELOG.md

# ChangeLog
This project uses semantic versioning.
## v0.1.1
##### Enhancements
* Format the example code with `Code.format_string!` as it
will be part of documentation intended to be read by humans
##### Bug Fixes
* Correctly indent examples for `ex_doc`.
## v0.1.0
##### Enhancements
* Project is born