Current section
Files
Jump to
Current section
Files
brimstone_conditional
CHANGELOG.md
CHANGELOG.md
# Changelog for v0.x
## v0.1.2 (2023-06-29)
### Enhancements
* [BrimstoneConditional] Add support for string encoded functions.
* [BrimstoneConditionalTest] Add string encoded function tests.
## v0.1.1 (2023-06-26)
### Enhancements
* [Mix] Add changelog file.
* [BrimstoneConditional] Apply a DRY strategy for documentation and README.
* [BrimstoneConditional] Add catenate and interpolate operators.
* [BrimstoneConditionalTest] Add catenate and interpolate tests.
### Bug fixes
* [Mix] Lowered Elixir version requirement.
* [BrimstoneConditionalTest] Add missing match case to tests.
## v0.1.0 (2023-06-08)
* Initial commit