Skip to content

JS / TS 1.2.0

Compare
Choose a tag to compare
@joooKiwi joooKiwi released this 28 Sep 15:58
· 55 commits to main since this release

A small fix on the type definition of CommonLazy.EMPTY_ARRAY is changed from Lazy<readonly never> to the proper Lazy<readonly []>

There is now new bigint lazy values.
It does affect the references of the number to help differentiate between them

  • MINUS_ONE→ MINUS_ONE_NUMBER
  • ZERO → ZERO_NUMBER
  • ONE→ ONE_NUMBER
  • TWO → TWO_NUMBER