Releases: metreeca/core
Releases · metreeca/core
v0.9.17
Patch release expanding type utility toolkit with lazy evaluation, unified collection handling,
and enhanced type guards.
Added
Some<T>utility type for handling single values or arrays uniformlyLazy<T>utility type enabling deferred value evaluationisRegExpandisDatetype guard functions- Optional
equalparameter inequals()function for custom equality logic
Changed
- Made
nameparameter optional within theNamespacetype - Replaced branded types with plain type aliases to improve runtime validation compatibility
Full Changelog: v0.9.16...v0.9.17