Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 31 Jul 02:14
· 57 commits to trunk since this release
v0.2.0
57bfaf9

   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