Skip to content

Releases: joooKiwi/lazy

JS / TS 1.5.0

21 Jul 20:25
Compare
Choose a tag to compare

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

JS / TS 1.3.0

19 Feb 16:14
Compare
Choose a tag to compare

This only changes some types and update the project to 2024

Although, there is some changes:

  • MINUS_1_BIG_INT → MINUS_1_BIGINT
  • ZERO_BIG_INT → ZERO_BIGINT

JS / TS 1.2.0

28 Sep 15:58
Compare
Choose a tag to compare

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

JS / TS 1.1.1

14 Aug 21:39
Compare
Choose a tag to compare

A simple relocation (internally) of the lazyand lazyOf methods.
Nothing is changed in the importation

JS / TS 1.1.0

14 Aug 20:06
Compare
Choose a tag to compare

A new thing was added in order to help the usage.
The CommonLazy.
Those would includes variables from boolean, number, string, date and some empty objects