Skip to content

Commit 6df0c92

Browse files
authored
[Release] Increase version to 0.12.3 (#425)
1 parent 930c7da commit 6df0c92

File tree

5 files changed

+27
-4
lines changed

5 files changed

+27
-4
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
# v0.12.3 May 4th, 2025
2+
3+
## Changelog
4+
5+
### Features
6+
7+
- [#424](https://github.com/nevware21/ts-utils/pull/424) Add additional is function tests (isAsyncFunction, isGenerator, isAsyncGenerator)
8+
- [#420](https://github.com/nevware21/ts-utils/issues/420) [Feature] Add a new getDeferredValue that gets passed the function and optional parameters
9+
- [#416](https://github.com/nevware21/ts-utils/pull/416) Add setGlobalTimeoutOverrides
10+
11+
### Commits
12+
13+
- [#412](https://github.com/nevware21/ts-utils/pull/412) Increase code coverage
14+
- [#413](https://github.com/nevware21/ts-utils/pull/413) Enable CI Merge_Queue
15+
- [#411](https://github.com/nevware21/ts-utils/pull/411) Add additional size tests for the "isXXX" functions
16+
- [#410](https://github.com/nevware21/ts-utils/pull/410) Bump glob from 11.0.1 to 11.0.2
17+
- [#415](https://github.com/nevware21/ts-utils/pull/415) Reduce the code required for polyfills
18+
- [#417](https://github.com/nevware21/ts-utils/pull/417) Update README.md and documentation
19+
- [#418](https://github.com/nevware21/ts-utils/pull/418) Remove module documentation link
20+
- [#419](https://github.com/nevware21/ts-utils/pull/419) Update global and package level default timeout functions
21+
- [#421](https://github.com/nevware21/ts-utils/pull/421) Update size-optimization.md
22+
23+
124
# v0.12.2 Apr 17th, 2025
225

326
## Changelog

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ npm install @nevware21/ts-utils --save
3131

3232
**Recommended Version Specification:**
3333
```json
34-
"@nevware21/ts-utils": ">= 0.12.2 < 2.x"
34+
"@nevware21/ts-utils": ">= 0.12.3 < 2.x"
3535
```
3636

3737
> Note: v0.x and v1.x maintain ES5 compatibility. Future v2.x releases will update the baseline to newer ECMAScript versions.

docs/usage-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ It is recommended to use the following definition in your `package.json` to main
3030
```json
3131
{
3232
"dependencies": {
33-
"@nevware21/ts-utils": ">= 0.12.2 < 2.x"
33+
"@nevware21/ts-utils": ">= 0.12.3 < 2.x"
3434
}
3535
}
3636
```

lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nevware21/ts-utils",
33
"description": "Comprehensive TypeScript/JavaScript utility library with cross-environment support (Node.js, browser, web worker) providing helper functions, polyfills (ES5-ES2023), type checking utilities, and optimized implementations for better minification and code readability",
4-
"version": "0.12.2",
4+
"version": "0.12.3",
55
"homepage": "https://github.com/nevware21/ts-utils",
66
"license": "MIT",
77
"author": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nevware21/ts-utils",
33
"description": "Comprehensive TypeScript/JavaScript utility library with cross-environment support (Node.js, browser, web worker) providing helper functions, polyfills (ES5-ES2023), type checking utilities, and optimized implementations for better minification and code readability",
4-
"version": "0.12.2",
4+
"version": "0.12.3",
55
"homepage": "https://github.com/nevware21/ts-utils",
66
"license": "MIT",
77
"author": {

0 commit comments

Comments
 (0)