Releases: js-republic/intervals-fn
Releases · js-republic/intervals-fn
v3.0.3
3.0.3 (2018-06-27)
Bug Fixes
v3.0.2
3.0.2 (2018-06-26)
Bug Fixes
- use new omit type with help of exclude (9ddc862)
v3.0.1
3.0.1 (2018-06-26)
Bug Fixes
- accept readonlyArray instead of array (4399c0f)
v3.0.0
3.0.0 (2018-06-22)
Bug Fixes
Features
- add conversion from different interval types (ab7c7fa)
BREAKING CHANGES
-
- curying is left to the user
- only accept array of interval instead of handling both case
- only accept type that extends { start: number; end: number }
v2.8.4
2.8.4 (2018-05-21)
Bug Fixes
- split: fix for multiples indexes (eba6dfb)
v2.8.3
2.8.3 (2018-05-18)
Bug Fixes
v2.8.2
2.8.2 (2018-04-26)
Bug Fixes
- split: keep ranges that doesn't intersect with split index (ee36634)
v2.8.1
2.8.1 (2018-04-26)
Bug Fixes
v2.8.0
2.8.0 (2018-04-26)
Bug Fixes
Features
v2.7.0
2.7.0 (2018-04-20)
Features
- add extra properties on complement and substract (d233225)