You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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))
* 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))
0 commit comments