@tspro/ts-utils-lib 1.15.0 → 1.17.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist/index.d.mts +418 -117
- package/dist/index.d.ts +418 -117
- package/dist/index.js +800 -257
- package/dist/index.mjs +798 -257
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.17.0] - 2025-10-21
|
|
4
|
+
### Added
|
|
5
|
+
- Vec class.
|
|
6
|
+
- DivRect class.
|
|
7
|
+
- Map1, Map2 and Map3 into own files.
|
|
8
|
+
|
|
9
|
+
### Fixed
|
|
10
|
+
- Map1, Map2 and Map3.reduce without init value.
|
|
11
|
+
- Improved filter functions.
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [1.16.0] - 2025-10-20
|
|
15
|
+
### Added
|
|
16
|
+
- Add isEmpty() to interface and containers.
|
|
17
|
+
- Add more functions and iterators to MultiContainer.
|
|
18
|
+
|
|
3
19
|
## [1.15.0] - 2025-10-20
|
|
4
20
|
### Added
|
|
5
21
|
- SignedIndexArray.equals()
|