Current section

Files

Jump to
mneme CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## v0.1.3 (2023-02-22)
### Enhancements
* Add a `:default_pattern` configuration option for auto-assertions which controls the pattern that should be selected by default when prompted.
### 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)
### Enhancements
* Add a `:restart` option to `Mneme.start/1` to restart Mneme if called multiple times.
## v0.1.1 (2023-02-20)
### Enhancements
* Dramatically reduce the performance gap between `auto_assert` and ExUnit's `assert`.
## v0.1.0 (2023-02-19)
First release.