@tspro/ts-utils-lib 1.19.1 → 1.21.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 CHANGED
@@ -1,5 +1,25 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.21.0] - 2025-10-30
4
+ ### Added
5
+ - Rect
6
+ - AnchoredRect
7
+
8
+ ## Deprecated
9
+ - DivRect (-> AnchoredRect)
10
+
11
+ ## [1.20.0] - 2025-10-29
12
+ ### Added
13
+ - Guard.isNotThrowing(), Assert.isNotThrowing().
14
+ - UniMap, BiMap, TriMap, ValueSet.
15
+ - UniMap.createDeep() for deep equality single key map.
16
+ - ValueSet.createDeep() for deep equality set.
17
+ - Utils.Str.stringify() for stringifying any object or type.
18
+
19
+ ### Deprecated
20
+ - Map1 (-> UniMap), Map2 (-> BiMap), Map3 (-> TriMap).
21
+ - Set1 (-> ValueSet), BaseSet, DeepSet.
22
+
3
23
  ## [1.19.1] - 2025-10-27
4
24
  ## Fixed
5
25
  - Forgot to export `DefaultArray`, `SetBase`, `Set1` and `DeepSet`.