Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 863 Bytes

CHANGELOG.md

File metadata and controls

39 lines (21 loc) · 863 Bytes

Changelog

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.

[Unreleased]

...

[0.6.0] - 2023-01-23

Added

  • Ability to pass in a context argument to steps (#2)

[0.5.0] - 2023-01-13

Added

  • input key in telemetry start and stop events, providing value that was given to the step

[0.4.0] - 2023-01-08

Added

  • GitHub Actions workflows to test Elixir 1.12-1.14 and OTP 23-25 (thanks @warmwaffles / #1)

Fixed

  • Update tests to support change in Function.info/1 between OTP 24 and 25
  • Support Elixir 1.12 in mix.exs
  • Use reraise instead of raise when not wrapping exceptions

Changed

  • Created test for nested steps