Skip to content

v2.1.2

Choose a tag to compare

@ColinHRL ColinHRL released this 29 Jun 20:17
· 25 commits to trunk since this release
ff9246a

Version 2.1.2

Added

  • range() generator function that can use IInterval to be used in for..of loop (Example: for (const n of range('[0, 10)'))).
  • NumericValue type created to support both numbers and bigints.

Updated

  • Interval, IntervalSet, and range support bigints.

What's Changed

Full Changelog: v2.0.0...v2.1.2