Changelog
All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
Unreleased
0.2.0 - 2018-02-01
Added
- Handle scientific notation.
- Handle numbered differently, fixes bug.
- Handle … contracts.
- Add another struct pretty print layer.
0.1.6 - 2018-11-06
Added
- Add ability to pretty print exception struct as Exception.t().
0.1.5 - 2018-09-17
Added
- Add ability to pretty print numbered named types
0.1.4 - 2018-09-17
Added
- Add ability to parse whens in specs.
0.1.3 - 2018-09-10
Added
- Add ability to parse empty tuples
- Bump ex_doc
0.1.2 - 2018-08-26
Added
- Add ability to deal with when clauses in contracts
0.1.1 - 2018-08-21
Added
- Add newline characters in multihead contracts
0.1.0 - 2018-07-22
Added
- Changelog, CI, docs
- Initial functionality and tests