Skip to content

Commit cc2f714

Browse files
committed
chore: changelog for v2.8.0
1 parent 7247b9f commit cc2f714

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## v2.8.0
4+
5+
- Upgraded TypeScript to `5.5.3`. (https://github.com/uhyo/better-typescript-lib/pull/45)
6+
- fix: tighten up Object.values and Object.entries types (https://github.com/uhyo/better-typescript-lib/pull/42)
7+
- fix: improve NodeListOf<T>#item return type to include null (https://github.com/uhyo/better-typescript-lib/pull/44)
8+
9+
## v2.7.0
10+
11+
- Upgraded TypeScript to `5.4.3`. (https://github.com/uhyo/better-typescript-lib/pull/39)
12+
- Improved `structuredClone` typing. (https://github.com/uhyo/better-typescript-lib/pull/38)
13+
314
## v2.6.0
415

516
- Upgraded TypeScript to `5.3.3`.

README.md

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

6464
| better-typescript-lib | TypeScript |
6565
| --------------------- | --------------- |
66+
| 2.8.0 | TS 5.5 or later |
6667
| 2.7.0 | TS 5.4 or later |
6768
| 2.6.0 | TS 5.3 or later |
6869
| 2.5.0 | TS 5.2 or later |

0 commit comments

Comments
 (0)