Releases: js-republic/intervals-fn
Releases · js-republic/intervals-fn
v2.6.0
2.6.0 (2018-01-08)
Bug Fixes
- unify: union of included range (78b093a)
Features
v2.5.2
2.5.2 (2017-12-04)
Bug Fixes
- lib: tests now accept different argument types (9eafedd)
v2.5.1
2.5.1 (2017-11-29)
Bug Fixes
- intersect: interval A and B can have different structure. Result keeps B's structure. (6d19333)
v2.5.0
2.5.0 (2017-11-29)
Features
- lib: add simplify operation (a1b1061)
v2.4.1
2.4.1 (2017-11-27)
Bug Fixes
- lib: now accept ReadonlyArray as argument (6d3d517)
v2.4.0
2.4.0 (2017-11-25)
Features
v2.3.0
2.3.0 (2017-11-23)
Bug Fixes
- complement: handle empty array of intervals (dfe0fde)
- lib: fix missing import (d8f3da6)
Features
v2.2.0
2.2.0 (2017-11-23)
Features
- data.structures: add [number, number] as input (5e87d3a)
v2.1.0
2.1.0 (2017-11-22)
Features
- lib: currify all functions; update doc and test (0258cad)
v2.0.0
2.0.0 (2017-11-22)
Bug Fixes
- intersect: handle when one interval intersect many (eb29ade), closes #7
BREAKING CHANGES
- intersect: intersect now always returns array of intervals