Skip to content

Releases: mljs/array

v2.0.0

14 Apr 09:23
0fe51ac

Choose a tag to compare

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-array to v3 (1ff9aa3)
  • update is-any-array to v1 (578e6d6)
  • use TS namespace instead of modules for default exports (#16) (3b5c725)

Code Refactoring

  • migrate to TypeScript and ESM-only (#21) (1ff9aa3)