Releases: mljs/array
Releases · mljs/array
v2.0.0
2.0.0 (2026-04-14)
⚠ BREAKING CHANGES
- migrate to TypeScript and ESM-only (#21)
Features
- add maxValue in normed max algo and improve speed (4c01258)
- add sumValue in normed (a6e60c5)
- adding fromIndex/toIndex options for min and max. (#13) (d32b851)
Bug Fixes
- add missing "types" field (27cf789)
- array-sequential-fill: allow full range of is-any-array versions (57e33ec)
- correct TS definitions (71e7fa8)
- output type (ee6e4d7)
- update
is-any-arrayto v3 (1ff9aa3) - update is-any-array to v1 (578e6d6)
- use TS namespace instead of modules for default exports (#16) (3b5c725)