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.
...
- Ability to pass in a context argument to steps (#2)
input
key in telemetrystart
andstop
events, providing value that was given to the step
- GitHub Actions workflows to test Elixir 1.12-1.14 and OTP 23-25 (thanks @warmwaffles / #1)
- Update tests to support change in
Function.info/1
between OTP 24 and 25 - Support Elixir 1.12 in
mix.exs
- Use
reraise
instead ofraise
when not wrapping exceptions
- Created test for nested steps