Current section

Files

Jump to
aja CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
## v0.2.0 (2020-10-25)
### Enhancements
* Add `A.String.slugify/2`
### Breaking changes
* Remove `A.Array` module
## v0.1.2 (2020-10-22)
### Enhancements
* Add `pop_first/1` and `pop_last/1` to `A.RBMap`, `A.RBSet` and `A.OrdMap`
* Add some guards to functions
### Bug fixes
* `A.RBSet.disjoint?/2` was not returning the expected value
## v0.1.1 (2020-10-21)
### Bug fixes
* Fix incompatibility with Elixir 1.10
## v0.1.0 (2020-10-18)
* Initial release