Skip to content

Commit f8964af

Browse files
committed
chore: v2.2.0
1 parent 0c7b2da commit f8964af

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## v2.2.0
4+
5+
- Upgraded TypeScript to `4.9.3`.
6+
- Several Improvements (https://github.com/uhyo/better-typescript-lib/pull/10)
7+
- Improved typing of TypedArrays. (https://github.com/uhyo/better-typescript-lib/pull/12)
8+
- Improved `Function#bind` and several `Object` method typings. (https://github.com/uhyo/better-typescript-lib/pull/16)
9+
- Improved `Object#hasOwnProperty` and `Object.hasOwn` typings. (https://github.com/uhyo/better-typescript-lib/issues/13)
10+
- Removed type guards from `Number` static methods because they affected soundness. (https://github.com/uhyo/better-typescript-lib/issues/14)
11+
12+
313
## v2.1.0
414

515
- Upgraded TypeScript to `4.6.4`.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Starting from TypeScript 4.5, the TypeScript compiler detects existence of `@typ
3434

3535
| better-typescript-lib | TypeScript |
3636
| --------------------- | --------------- |
37+
| 2.2.0 | TS 4.9 or later |
3738
| 2.1.0 | TS 4.6 or later |
3839
| 2.0.0 | TS 4.5 or later |
3940

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "better-typescript-lib",
33
"private": true,
4-
"version": "2.1.0",
4+
"version": "2.2.0",
55
"description": "Better TypeScript standard library",
66
"main": "index.js",
77
"devDependencies": {

0 commit comments

Comments
 (0)