Releases: escapace/coastal
Releases · escapace/coastal
v0.2.1
v0.2.0
Features
- add utility functions - (c6e2d)
- add comprehensive utility library with mathematical and array functions - (f1295)
- add DirectAddressTable data structure with O(1) lookup and comprehensive test coverage - (b0b42)
- add upsert function for conditional array updates with insert fallback - (1595c)
- add chunk function for array splitting with comprehensive test and benchmark coverage - (49a45)
- add mapChunkBy function for dynamic chunk-based array transformation - (53eff)
Bug Fixes
- align remove function with lodash behavior for consistent predicate semantics - (0a927)
- align upsert behavior to replace last matching item instead of first - (6d89e)
- remove chunk and findLastIndex in favor of standard alternatives - (57bfa)
View changes on GitHub
v0.1.0
Features
- add core utility functions with comprehensive test coverage - (35084)