Skip to content

Latest commit

 

History

History
63 lines (26 loc) · 1.35 KB

CHANGELOG.md

File metadata and controls

63 lines (26 loc) · 1.35 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

v0.2.4 (2024-05-02)

Bug Fixes:

  • properly return unwrapped list of errors when :special class is used

  • Splode.Error.message/1 (#7)

v0.2.3 (2024-04-23)

Improvements:

  • make set_path/2 overridable

v0.2.2 (2024-04-05)

Bug Fixes:

  • loosen elixir language version requirement

v0.2.1 (2024-03-28)

Bug Fixes:

  • properly produce unknown error on empty list provided

v0.2.0 (2024-03-18)

Breaking Changes:

  • message/1 instead of splode_message/1

Improvements:

  • add use Splode.ErrorClass

  • store the module that created an error in the splode key

v0.1.1 (2024-03-15)

  • Creating a new version so I can change the hex package description 😂

v0.1.0 (2024-03-14)