···2233All notable changes to this project will be documented in this file.
4455+## [0.1.0-alpha.9] - 2026-02-07
66+77+### Added
88+99+- **Emptiness predicates** — `isEmpty` / `isNonEmpty` for strings, arrays, Sets, Maps, and objects
1010+- Uses FP naming convention (`isNonEmpty` mirrors the `NonEmpty` type from Haskell/Scala/PureScript)
1111+512## [0.1.0-alpha.8] - 2026-02-07
613714### Added