# Change Log - **Last updated**: 2026-07-02T14:22:51Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. Only versions published since **2023-01-01** are listed here. Please consult the Git history for older version information. See [Conventional Commits](https://conventionalcommits.org/) for commit guidelines. **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies. ### [2.14.3](https://codeberg.org/thi.ng/umbrella/src/tag/@thi.ng/arrays@2.14.3/packages/arrays) (2025-12-03) #### โ™ป๏ธ Refactoring - update for-loops (use const where possible) ([5ceaf1a](https://codeberg.org/thi.ng/umbrella/commit/5ceaf1a)) ## [2.14.0](https://codeberg.org/thi.ng/umbrella/src/tag/@thi.ng/arrays@2.14.0/packages/arrays) (2025-11-13) #### ๐Ÿš€ Features - add `findLastSequence()`, add tests ([3a3364f](https://codeberg.org/thi.ng/umbrella/commit/3a3364f)) ### [2.13.3](https://codeberg.org/thi.ng/umbrella/src/tag/@thi.ng/arrays@2.13.3/packages/arrays) (2025-07-15) #### โ™ป๏ธ Refactoring - add optional generics ([ba81685](https://codeberg.org/thi.ng/umbrella/commit/ba81685)) - update `ensureArray()`/`ensureArrayLike()` - update `ensureIterable()` ## [2.13.0](https://codeberg.org/thi.ng/umbrella/src/tag/@thi.ng/arrays@2.13.0/packages/arrays) (2025-06-18) #### ๐Ÿš€ Features - add filterAll() ([91791ba](https://codeberg.org/thi.ng/umbrella/commit/91791ba)) - add docs & code example ## [2.12.0](https://codeberg.org/thi.ng/umbrella/src/tag/@thi.ng/arrays@2.12.0/packages/arrays) (2025-06-14) #### ๐Ÿš€ Features - add lookup() / lookupUnsafe() fns ([deb2b37](https://codeberg.org/thi.ng/umbrella/commit/deb2b37)) #### โ™ป๏ธ Refactoring - minor update swizzle() ([84d3aba](https://codeberg.org/thi.ng/umbrella/commit/84d3aba)) ## [2.11.0](https://codeberg.org/thi.ng/umbrella/src/tag/@thi.ng/arrays@2.11.0/packages/arrays) (2025-04-30) #### ๐Ÿš€ Features - add `permutation()` ([7dcc389](https://codeberg.org/thi.ng/umbrella/commit/7dcc389)) #### โ™ป๏ธ Refactoring - minor update arg types ([52900ef](https://codeberg.org/thi.ng/umbrella/commit/52900ef)) ### [2.10.11](https://codeberg.org/thi.ng/umbrella/src/tag/@thi.ng/arrays@2.10.11/packages/arrays) (2025-01-17) #### ๐Ÿฉน Bug fixes - fix [#495](https://codeberg.org/thi.ng/umbrella/issues/495), update shuffleRange() ([21a4c41](https://codeberg.org/thi.ng/umbrella/commit/21a4c41)) - fix/undo [8cbfc7b0c8](https://codeberg.org/thi.ng/umbrella/commit/8cbfc7b0c8) - update loop type & condition to skip last iteration - switch back to using `rnd.minmax()` - see [comment](https://github.com/thi-ng/umbrella/issues/495#issuecomment-2595138357) #### โฑ Performance improvements - fix [#495](https://codeberg.org/thi.ng/umbrella/issues/495), update shuffleRange() ([8cbfc7b](https://codeberg.org/thi.ng/umbrella/commit/8cbfc7b)) - update loop to skip last iteration (obsolete) - use `rnd.minmaxInt()` to compute swap index ## [2.10.0](https://codeberg.org/thi.ng/umbrella/src/tag/@thi.ng/arrays@2.10.0/packages/arrays) (2024-08-18) #### ๐Ÿš€ Features - update topoSort() ([6606d08](https://codeberg.org/thi.ng/umbrella/commit/6606d08)) - add missing node check/assertion - update `deps` fn to incl. node ID as 2nd arg ### [2.9.7](https://codeberg.org/thi.ng/umbrella/src/tag/@thi.ng/arrays@2.9.7/packages/arrays) (2024-06-21) #### โ™ป๏ธ Refactoring - rename various rest args to be more semantically meaningful ([8088a56](https://codeberg.org/thi.ng/umbrella/commit/8088a56)) - enforce uniform naming convention of internal functions ([56992b2](https://codeberg.org/thi.ng/umbrella/commit/56992b2)) ### [2.9.4](https://codeberg.org/thi.ng/umbrella/src/tag/@thi.ng/arrays@2.9.4/packages/arrays) (2024-04-20) #### โ™ป๏ธ Refactoring - update type usage ([35eddc8](https://codeberg.org/thi.ng/umbrella/commit/35eddc8)) ## [2.9.0](https://codeberg.org/thi.ng/umbrella/src/tag/@thi.ng/arrays@2.9.0/packages/arrays) (2024-03-28) #### ๐Ÿš€ Features - add findSequence() & tests ([5f4db56](https://codeberg.org/thi.ng/umbrella/commit/5f4db56)) #### โ™ป๏ธ Refactoring - add support for typed arrays ([1383916](https://codeberg.org/thi.ng/umbrella/commit/1383916)) - add function overrides to support typed arrays for: - argSort() - bisect(), bisectWith() - floydRivest() - update findSequence() ([f9e3c29](https://codeberg.org/thi.ng/umbrella/commit/f9e3c29)) - reverse inner scan direction ## [2.8.0](https://codeberg.org/thi.ng/umbrella/src/tag/@thi.ng/arrays@2.8.0/packages/arrays) (2024-02-19) #### ๐Ÿš€ Features - add blitPred1d() predicate version of blit1d() ([c13c4f9](https://codeberg.org/thi.ng/umbrella/commit/c13c4f9)) ### [2.7.3](https://codeberg.org/thi.ng/umbrella/src/tag/@thi.ng/arrays@2.7.3/packages/arrays) (2023-11-09) #### ๐Ÿงช Tests - update/refactor tests to use bun test runner ([8f6edb1](https://codeberg.org/thi.ng/umbrella/commit/8f6edb1)) ## [2.7.0](https://codeberg.org/thi.ng/umbrella/src/tag/@thi.ng/arrays@2.7.0/packages/arrays) (2023-10-27) #### ๐Ÿš€ Features - add rotate(), rotateTyped() ([c1d322e](https://codeberg.org/thi.ng/umbrella/commit/c1d322e)) ## [2.6.0](https://codeberg.org/thi.ng/umbrella/src/tag/@thi.ng/arrays@2.6.0/packages/arrays) (2023-10-05) #### ๐Ÿš€ Features - add argMin()/argMax() ([33512ec](https://codeberg.org/thi.ng/umbrella/commit/33512ec)) - add selectThresholdMin/Max() fns ([de9ba50](https://codeberg.org/thi.ng/umbrella/commit/de9ba50)) ### [2.5.15](https://codeberg.org/thi.ng/umbrella/src/tag/@thi.ng/arrays@2.5.15/packages/arrays) (2023-08-04) #### โ™ป๏ธ Refactoring - update `identity` usage in various pkgs ([b6db053](https://codeberg.org/thi.ng/umbrella/commit/b6db053))