Skip to content

JS / TS 1.5.0

Latest
Compare
Choose a tag to compare
@joooKiwi joooKiwi released this 21 Jul 20:25
· 2 commits to main since this release

With this release, new known lazyOf are being added as well as some date deprecation.

  • Deprecation of CommonLazy.TODAY (it is invalid after 1 millisecond, thus making it always invalid)
  • Deprecation of CommonLazy.YESTERDAY (it is invalid after 1 millisecond, thus making it always invalid)
  • Deprecation of CommonLazy.TOMORROW (it is invalid after 1 millisecond, thus making it always invalid)
  • New CommonLazy.TAU _(it is present in Java)`
  • New specialized method booleanLazyOf
  • New specialized method numberLazyOf
  • New specialized method bigintLazyOf
  • The utility reference CommonLazy cannot be constructed by mistake