# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.4.0] - 2020-03-14

### Added
- `ExZample.config_aliases/1`
- `ExZample.config_aliases/2`
- `ExZample.create_sequence/1`
- `ExZample.create_sequence/2`
- `ExZample.create_sequence/3`
- `ExZample.sequence/1`
- `ExZample.sequence_list/2`
- `ExZample.sequence_pair/1`

### Deprecated
- `ExZample.add_aliases/1`
- `ExZample.add_aliases/2`

## [0.3.0] - 2020-03-05

### Added
- `ExZample.add_aliases/1`
- `ExZample.add_aliases/2`
- `ExZample.ex_zample/1`

## [0.2.0] - 2020-03-01

### Added
- `ExZample.build_list/3`
- `ExZample.build_pair/2`

## [0.1.0] - 2020-02-29
### Added
- `ExZample.build/1` and the core `Behaviour` that is from `example/0`
