Releases: smikitky/node-multi-integer-range
Releases · smikitky/node-multi-integer-range
v2.0.0
- Dropped support for UMD. Now the module is compiled only as commonJS/node style module.
- Added
segmentLength()
method. - Deprecated some methods, namely
addRange
,subtractRange
,hasRange
,isContinuous
. These may be removed in future releases.
Existing codes which do not depend on the AMD module system should work fine without problems.
v1.4.3
v1.4.2
v1.4.0
v1.3.1
v1.3.0
v1.2.1
- Removed
Array.prototype.forEach
. The library should work fine for very old runtime. (except for native iterators) - Added
typings
field inpackage.json
, so TypeScript compilers can locate the d.ts file (TS >= 1.6 required). Currently not working with iterators.