Current section

Files

Jump to
closed_intervals CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
## 0.6.0
* Add `ClosedIntervals.Tree.get_all_intervals_by/2` (thanks @turion)
## 0.5.0
* Small refactorings and type spec fixes. Thanks @turion.
## 0.4.0
* Added functions and tests to reconstruct a `ClosedIntervals` from a list or from leafs
* Implemented `Inspect` protocol
* Added benchmarks and option to run only a subset of benchmarks
## 0.3.0
* Fix `get_all_intervals/2`
* Add `left_bound/1` and `right_bound/1`
## 0.2.0
* Add Typespecs
* Add `ClosedIntervals.map/2`
## 0.1.1
Initial release
## 0.1.0
* Initial version
* Implements
* `ClosedIntervals`
* `ClosedIntervals.from/1,2`
* `ClosedIntervals.get_interval/2`
* `ClosedIntervals.get_all_intervals/2`