All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
0.10.9 (2021-03-17)
Note: Version bump only for package @thi.ng/arrays
0.10.8 (2021-03-12)
Note: Version bump only for package @thi.ng/arrays
0.10.0 (2021-01-21)
- arrays: fixed-length binarySearch2/4/8/16/32 (39e5c37)
- arrays: add insert/insertUnsafe() (2a78598)
0.9.0 (2021-01-02)
- arrays: add bisect(), bisectWith() (17d06a4)
- arrays: add into(), sortByCachedKey() (b94f64c)
- arrays: update sortByCachedKey(), add tests (64e8f6e)
0.8.0 (2020-09-13)
- arrays: add first() (3f5f722)
0.7.0 (2020-08-28)
- arrays: add non-recursive binary search fns (29a4ee4)
0.6.0 (2020-03-28)
- arrays: add fillRange() & levenshtein() (2f98225)
0.5.0 (2020-01-24)
- arrays: add binary search predicates, tests, update readme (b8f421e)
0.4.0 (2019-11-30)
- arrays: add arraySeq(), arrayIterator() & tests (d94df57)
- arrays: add binarySearchNumeric() (7b38202)
0.3.0 (2019-11-09)
- arrays: add isSorted() (65b29f4)
- arrays: add shuffleRange(), refactor shuffle(), add tests (1924a05)
- arrays: add types, quickSort(), swap(), multiSwap(), update readme (b834722)
0.2.0 (2019-07-07)
- arrays: enable TS strict compiler flags (refactor) (8724f9e)