Skip to content

Commit

Permalink
chore: changelog for v2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
uhyo committed Jul 16, 2024
1 parent 7247b9f commit cc2f714
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## v2.8.0

- Upgraded TypeScript to `5.5.3`. (https://github.com/uhyo/better-typescript-lib/pull/45)
- fix: tighten up Object.values and Object.entries types (https://github.com/uhyo/better-typescript-lib/pull/42)
- fix: improve NodeListOf<T>#item return type to include null (https://github.com/uhyo/better-typescript-lib/pull/44)

## v2.7.0

- Upgraded TypeScript to `5.4.3`. (https://github.com/uhyo/better-typescript-lib/pull/39)
- Improved `structuredClone` typing. (https://github.com/uhyo/better-typescript-lib/pull/38)

## v2.6.0

- Upgraded TypeScript to `5.3.3`.
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ This is because, unlike npm and yarn, by default pnpm does not allow your source

| better-typescript-lib | TypeScript |
| --------------------- | --------------- |
| 2.8.0 | TS 5.5 or later |
| 2.7.0 | TS 5.4 or later |
| 2.6.0 | TS 5.3 or later |
| 2.5.0 | TS 5.2 or later |
Expand Down

0 comments on commit cc2f714

Please sign in to comment.