Skip to content

Commit c294e17

Browse files
committedDec 26, 2023
chore: v2.6.0
1 parent 7e1fc74 commit c294e17

File tree

5 files changed

+26
-22
lines changed

5 files changed

+26
-22
lines changed
 

‎CHANGELOG.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v2.6.0
4+
5+
- Upgraded TypeScript to `5.3.3`.
6+
- Fix poor type definition of `Array.prototype.map` for classes that extend `Array` (https://github.com/uhyo/better-typescript-lib/issues/35)
7+
38
## v2.5.0
49

510
- Upgraded TypeScript to `5.2.2`.
@@ -24,8 +29,7 @@ This version newly includes improvements for DOM types (`fetch`). Thank you @aad
2429
## v2.2.1
2530

2631
- Removed `CheckNonNullable` as it is no longer needed (https://github.com/uhyo/better-typescript-lib/pull/19)
27-
- Added `/// <reference no-default-lib="true"/>` to library files
28-
32+
- Added `/// <reference no-default-lib="true"/>` to library files
2933

3034
## v2.2.0
3135

@@ -36,7 +40,6 @@ This version newly includes improvements for DOM types (`fetch`). Thank you @aad
3640
- Improved `Object#hasOwnProperty` and `Object.hasOwn` typings. (https://github.com/uhyo/better-typescript-lib/issues/13)
3741
- Removed type guards from `Number` static methods because they affected soundness. (https://github.com/uhyo/better-typescript-lib/issues/14)
3842

39-
4043
## v2.1.0
4144

4245
- Upgraded TypeScript to `4.6.4`.

‎README.md

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ This is because, unlike npm and yarn, by default pnpm does not allow your source
4646

4747
| better-typescript-lib | TypeScript |
4848
| --------------------- | --------------- |
49+
| 2.6.0 | TS 5.3 or later |
4950
| 2.5.0 | TS 5.2 or later |
5051
| 2.4.0 | TS 5.1 or later |
5152
| 2.3.0 | TS 5.0 or later |

‎package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

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

‎tests/package-lock.json

+16-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)