v2.1.2
Version 2.1.2
Added
range()generator function that can useIIntervalto be used infor..ofloop (Example:for (const n of range('[0, 10)'))).NumericValuetype created to support both numbers and bigints.
Updated
Interval,IntervalSet, andrangesupport bigints.
What's Changed
- add range function by @ColinHRL in #17
- update index and mod and run build by @ColinHRL in #18
- add more documentation by @ColinHRL in #19
Full Changelog: v2.0.0...v2.1.2