Skip to content

Commit

Permalink
chore: v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
uhyo committed Dec 26, 2023
1 parent 7e1fc74 commit c294e17
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 22 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v2.6.0

- Upgraded TypeScript to `5.3.3`.
- Fix poor type definition of `Array.prototype.map` for classes that extend `Array` (https://github.com/uhyo/better-typescript-lib/issues/35)

## v2.5.0

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

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

- Added `/// <reference no-default-lib="true"/>` to library files

## v2.2.0

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


## v2.1.0

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

| better-typescript-lib | TypeScript |
| --------------------- | --------------- |
| 2.6.0 | TS 5.3 or later |
| 2.5.0 | TS 5.2 or later |
| 2.4.0 | TS 5.1 or later |
| 2.3.0 | TS 5.0 or later |
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "better-typescript-lib",
"private": true,
"version": "2.5.0",
"version": "2.6.0",
"description": "Better TypeScript standard library",
"main": "index.js",
"devDependencies": {
Expand Down
32 changes: 16 additions & 16 deletions tests/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c294e17

Please sign in to comment.