Skip to content

Releases: escapace/coastal

v0.2.1

31 Jul 03:49
v0.2.1
b969a65

Choose a tag to compare

   Bug Fixes

    View changes on GitHub

v0.2.0

31 Jul 02:14
v0.2.0
57bfaf9

Choose a tag to compare

   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

28 Jul 23:48
v0.1.0
35084da

Choose a tag to compare

   Features

  • add core utility functions with comprehensive test coverage  -  (35084)
    View changes on GitHub