Releases: joooKiwi/lazy
Releases · joooKiwi/lazy
JS / TS 1.5.0
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
This only changes some types and update the project to 2024
Although, there is some changes:
MINUS_1_BIG_INT→ MINUS_1_BIGINTZERO_BIG_INT→ ZERO_BIGINT
JS / TS 1.2.0
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
A simple relocation (internally) of the lazy
and lazyOf
methods.
Nothing is changed in the importation
JS / TS 1.1.0
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