Skip to content

Releases: metreeca/core

v0.9.17

17 Dec 14:49

Choose a tag to compare

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 uniformly
  • Lazy<T> utility type enabling deferred value evaluation
  • isRegExp and isDate type guard functions
  • Optional equal parameter in equals() function for custom equality logic

Changed

  • Made name parameter optional within the Namespace type
  • Replaced branded types with plain type aliases to improve runtime validation compatibility

Full Changelog: v0.9.16...v0.9.17