View Source Change Log
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Change Log
unreleased
Unreleased
0-4-0-2022-11-29
0.4.0 - 2022-11-29
added
Added
- Print test case timeouts with message and stack trace
changed
Changed
- Drop support for Erlang/OTP 18, 19 and 20 (because of lack of error formatting APIs)
fixed
Fixed
- Partial workaround for EUnit incorrectly reporting the wrong number of cancelled cases
0-3-2-2022-02-22
0.3.2 - 2022-02-22
changed-1
Changed
- Drop support for Erlang R15, R16 and 17.0 (because of deprecated time APIs)
fixed-1
Fixed
- Fixed header formatting inconsistencies
- Stack traces containing io:format control sequences now print correctly
0-3-1-2018-07-12
0.3.1 - 2018-07-12
added-1
Added
fixed-2
Fixed
- Crash on OTP 21 #19
- Crash in
format\_macro\_string
when attempting to pretty-print guard from?assertMatch
#14 - Do not attempt to pretty-print expressions that cannot be parsed #15 (jonathanperret)
0-3-0-2017-10-20
0.3.0 - 2017-10-20
added-2
Added
0-2-0-2017-09-12
0.2.0 - 2017-09-12
added-3
Added
fixed-3
Fixed
- Fix crash on unhandled case clause #10 (binarytemple)
- Fix spontaneous errors on strange testcase reports #5 (keynslug)