Skip to content

Commit 0fe51ac

Browse files
authored
chore(master): release 2.0.0 (#23)
1 parent 232a4b5 commit 0fe51ac

2 files changed

Lines changed: 31 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Changelog
2+
3+
## [2.0.0](https://github.com/mljs/array/compare/v1.1.0...v2.0.0) (2026-04-14)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* migrate to TypeScript and ESM-only ([#21](https://github.com/mljs/array/issues/21))
9+
10+
### Features
11+
12+
* add maxValue in normed max algo and improve speed ([4c01258](https://github.com/mljs/array/commit/4c012584f7ddaee221921a97b2bc142cc93b6f84))
13+
* add sumValue in normed ([a6e60c5](https://github.com/mljs/array/commit/a6e60c5d6e399aa3f24c30485d1be0b8bb373d1e))
14+
* adding fromIndex/toIndex options for min and max. ([#13](https://github.com/mljs/array/issues/13)) ([d32b851](https://github.com/mljs/array/commit/d32b85106f703b4d6a82441f6db166ff057383c1))
15+
16+
17+
### Bug Fixes
18+
19+
* add missing "types" field ([27cf789](https://github.com/mljs/array/commit/27cf78928362cffa6735b42b72a3f161e3dae2aa))
20+
* **array-sequential-fill:** allow full range of is-any-array versions ([57e33ec](https://github.com/mljs/array/commit/57e33ec994dd7e4f8c8587c4c983d7cfd5150714))
21+
* correct TS definitions ([71e7fa8](https://github.com/mljs/array/commit/71e7fa8ace065634d047ff30e842f0426b239b4a))
22+
* output type ([ee6e4d7](https://github.com/mljs/array/commit/ee6e4d70d7e5878d89c34c4208ea53273f948279))
23+
* update `is-any-array` to v3 ([1ff9aa3](https://github.com/mljs/array/commit/1ff9aa3cfc256ac4f22f7374b873e498d4db6fd7))
24+
* update is-any-array to v1 ([578e6d6](https://github.com/mljs/array/commit/578e6d68a429ebc72a2eaa991eec6baf377f2405))
25+
* use TS namespace instead of modules for default exports ([#16](https://github.com/mljs/array/issues/16)) ([3b5c725](https://github.com/mljs/array/commit/3b5c7258df898ec5d35af70ac51570f956e1f9a8))
26+
27+
28+
### Code Refactoring
29+
30+
* migrate to TypeScript and ESM-only ([#21](https://github.com/mljs/array/issues/21)) ([1ff9aa3](https://github.com/mljs/array/commit/1ff9aa3cfc256ac4f22f7374b873e498d4db6fd7))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ml-array-utils",
33
"private": true,
4-
"version": "1.0.0",
4+
"version": "2.0.0",
55
"description": "Functional utilities to transform and compute stats on arrays",
66
"type": "module",
77
"workspaces": [

0 commit comments

Comments
 (0)