# Changelog for v0.x

## v0.1.3 (2023-07-03)

### Enhancements

  * [BrimstoneConditional] Add support for nested conditionals outside lists.
  * [BrimstoneConditionalTest] Add extra coverage for 'not' operator in tests.

## 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
