Current section
Files
Jump to
Current section
Files
CHANGELOG.md
# Changelog
## [1.1.0] - 2020-03-25
### Added
- `BiMap.fetch!/2` and `BiMap.fetch_key!/2` (by [@mat-hek])
- `BiMultiMap.fetch!/2` and `BiMultiMap.fetch_keys!/2`
## [1.0.1] - 2019-06-17
### Fixed
- `Enumerable.slice/1` is not implemented (by [@NullOranje])
- `BiMap.put/3` leaves old mappings (by [@NullOranje])
## [1.0.0] - 2018-07-25
This library is pretty stable and 1.0 ready. Nothing has changed since 0.1.1.
## [0.1.1] - 2017-08-17
### Fixed
- Fixed buggy behaviour of `BiMultiMap.delete/3`
## 0.1.0 - 2017-08-10
First version 🎉
[1.1.0]: https://github.com/mkaput/elixir-bimap/compare/v1.0.1...v1.1.0
[1.0.1]: https://github.com/mkaput/elixir-bimap/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/mkaput/elixir-bimap/compare/v0.1.1...v1.0.0
[0.1.1]: https://github.com/mkaput/elixir-bimap/compare/v0.1.0...v0.1.1
[@NullOranje]: https://github.com/NullOranje
[@mat-hek]: https://github.com/mat-hek