splode/CHANGELOG.md

64 lines
1.3 KiB
Markdown
Raw Permalink Normal View History

2024-03-15 11:02:18 +13:00
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](Https://conventionalcommits.org) for commit guidelines.
<!-- changelog -->
2024-05-02 15:22:43 +12:00
## [v0.2.4](https://github.com/ash-project/splode/compare/v0.2.3...v0.2.4) (2024-05-02)
### Bug Fixes:
* properly return unwrapped list of errors when `:special` class is used
* Splode.Error.message/1 (#7)
2024-04-24 05:52:59 +12:00
## [v0.2.3](https://github.com/ash-project/splode/compare/v0.2.2...v0.2.3) (2024-04-23)
### Improvements:
* make `set_path/2` overridable
2024-04-06 12:32:26 +13:00
## [v0.2.2](https://github.com/ash-project/splode/compare/v0.2.1...v0.2.2) (2024-04-05)
### Bug Fixes:
* loosen elixir language version requirement
2024-03-29 07:34:53 +13:00
## [v0.2.1](https://github.com/ash-project/splode/compare/v0.2.0...v0.2.1) (2024-03-28)
### Bug Fixes:
* properly produce unknown error on empty list provided
2024-03-19 08:53:36 +13:00
## [v0.2.0](https://github.com/ash-project/splode/compare/v0.1.1...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
2024-03-15 13:33:29 +13:00
## [v0.1.1](https://github.com/ash-project/splode/compare/v0.1.0...v0.1.1) (2024-03-15)
2024-03-15 13:33:51 +13:00
- Creating a new version so I can change the hex package description 😂
2024-03-15 13:33:29 +13:00
2024-03-15 11:02:18 +13:00
## [v0.1.0](https://github.com/ash-project/splode/compare/v0.1.0...v0.1.0) (2024-03-14)