|
| 1 | +# v0.12.0 Apr 14th, 2025 |
| 2 | + |
| 3 | +## Changelog |
| 4 | + |
| 5 | +### Issues |
| 6 | + |
| 7 | +- [#387](https://github.com/nevware21/ts-utils/issues/387) [Bug] Polyfill symbol doesn't work as expected as unique key for an object |
| 8 | +- [#389](https://github.com/nevware21/ts-utils/issues/389) [Bug] objCreate doesn't support additional optional properties argument |
| 9 | +- [#392](https://github.com/nevware21/ts-utils/issues/392) [Bug] mathMax is defined to use using Math.min |
| 10 | + |
| 11 | +### Commits |
| 12 | + |
| 13 | +- [#378](https://github.com/nevware21/ts-utils/pull/378) Bump mocha from 10.8.2 to 11.2.0 |
| 14 | +- [#383](https://github.com/nevware21/ts-utils/pull/383) Add objIs and polyObjIs |
| 15 | +- [#384](https://github.com/nevware21/ts-utils/pull/384) Add additional Object alias functions |
| 16 | + - objPropertyIsEnumerable, objFromEntries, objGetOwnPropertyDescriptors,objGetOwnPropertyNames, objGetOwnPropertySymbols, objIsFrozen, objIsSealed, objPreventExtensions, objIsExtensible |
| 17 | + - Add new type check functions |
| 18 | + - isMap, isMapLike |
| 19 | + - Update symbol polyfill to enable isSymbol |
| 20 | +- [#390](https://github.com/nevware21/ts-utils/pull/390) Fixup exports and readme for new functions |
| 21 | +- [#391](https://github.com/nevware21/ts-utils/pull/391) Bump to typedoc ^0.28.2, Bump to typescript ~5.2.2 |
| 22 | + - Use github theme |
| 23 | + - tag alias constants as functions |
| 24 | + - Bump to typescript ~5.2.2 |
| 25 | + - remove suppressImplicitAnyIndexErrors |
| 26 | +- [#393](https://github.com/nevware21/ts-utils/pull/393) [Bug] mathMax is defined to use using Math.min [#392](https://github.com/nevware21/ts-utils/issues/392) |
| 27 | + - Add additional ES5 Math aliases |
| 28 | + - mathAbs, mathExp, mathLog, mathAsin, mathAcos, mathAtan, mathAtan2, mathPow, mathSqrt, mathRandom, mathSin, mathCos, mathTan |
| 29 | +- [#394](https://github.com/nevware21/ts-utils/pull/394) Add isSet, SetLike, WeakSet and isWeakMap helpers |
| 30 | +- [#395](https://github.com/nevware21/ts-utils/pull/395) Add isBigInt, isElement, isEmpty, isInteger, isFiniteNumber |
| 31 | +- [#396](https://github.com/nevware21/ts-utils/pull/396) Add isElementLike helper |
| 32 | + |
1 | 33 | # v0.11.7 Feb 24th, 2025 |
2 | 34 |
|
3 | 35 | ## Changelog |
|
0 commit comments