View Source Changelog
This project adheres to Semantic Versioning.
v0-1-4-2023-02-23
v0.1.4 (2023-02-23)
fixes
Fixes
- Fix a bug that could cause
auto_assert
expressions to revert to the previous value when usingMneme.start(restart: true)
(#7).
v0-1-3-2023-02-22
v0.1.3 (2023-02-22)
enhancements
Enhancements
- Add a
:default_pattern
configuration option for auto-assertions which controls the pattern that should be selected by default when prompted.
fixes-1
Fixes
- When converting an auto-assertion to an ExUnit assertion, select the identical pattern when the
:default_pattern
is:infer
(set by default).
v0-1-2-2023-02-21
v0.1.2 (2023-02-21)
enhancements-1
Enhancements
- Add a
:restart
option toMneme.start/1
to restart Mneme if called multiple times.
v0-1-1-2023-02-20
v0.1.1 (2023-02-20)
enhancements-2
Enhancements
- Dramatically reduce the performance gap between
auto_assert
and ExUnit'sassert
.
v0-1-0-2023-02-19
v0.1.0 (2023-02-19)
First release.