@tspro/ts-utils-lib 1.17.0 → 1.18.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,18 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.18.0] - 2025-10-24
4
+ ### Changed
5
+ - Deprecated `DivRect` properties `centerX` and `centerY`, replaced with `anchorX` and `anchorY`.
6
+ Added getters and setters for `centerX` and `centerY`.
7
+ - isIntegerXxx() compareTo argument from number to unknown.
8
+ - Reorganise folder structure.
9
+ - Deprecate Utils.Is, added Guard to use instead.
10
+
11
+ ### Added
12
+ - Utils.Is.isIntegerBetweenExclusive().
13
+ - Assert.int_between_exclusive().
14
+ - More Vec operations.
15
+
3
16
  ## [1.17.0] - 2025-10-21
4
17
  ### Added
5
18
  - Vec class.
package/README.md CHANGED
@@ -1,12 +1,12 @@
1
- # @tspro/ts-utils-lib
1
+ # TS Utils Lib
2
2
 
3
3
  ## About
4
4
  A small collection of TypeScript functions, containers, etc. used in my personal projects.
5
5
 
6
6
  ## Links
7
- [GitHub repo](https://github.com/pahkasoft/ts-utils-lib) |
8
- [NPM pkg](https://www.npmjs.com/package/@tspro/ts-utils-lib) |
9
- [Homepage](https://pahkasoft.github.io/)
7
+ [Repository](https://github.com/pahkasoft/ts-utils-lib) |
8
+ [Package](https://www.npmjs.com/package/@tspro/ts-utils-lib) |
9
+ [Homepage](https://pahkasoft.github.io/ts-utils-lib)
10
10
 
11
11
  ## Install
12
12
  `npm i @tspro/ts-utils-lib`