Skip to content

Commit

Permalink
prepare 5.2.0 (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
romainmenke authored Oct 8, 2024
1 parent 17666c5 commit dc31993
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

#### v5.2.0

- Add `set-methods` polyfills [`#40`](https://github.com/mrhenry/polyfill-library/pull/40) by @mhassan1
- Add `URL.parse` and `URL.canParse` [`#54`](https://github.com/mrhenry/polyfill-library/pull/54) by @mhassan1
- Add type definitions [`#68`](https://github.com/mrhenry/polyfill-library/pull/68) by @adenvt
- Switches `URL` polyfill to `whatwg-url` [`#59`](https://github.com/mrhenry/polyfill-library/pull/59) by @mhassan1
- Fix `ArrayBuffer` and `TypedArray.prototype.@@iterator` detection in IE11 [`#58`](https://github.com/mrhenry/polyfill-library/pull/58) by @mhassan1
- Fix `Reflect.defineProperty` property name mismatch [`#57`](https://github.com/mrhenry/polyfill-library/pull/57) by @mhassan1
- Improve stable sort detection in `Array.prototype.sort` [`#60`](https://github.com/mrhenry/polyfill-library/pull/60) by @mhassan1
- Improves configuration and detection in iterator, `TextEncoder`, and `ArrayBuffer` polyfills [`#62`](https://github.com/mrhenry/polyfill-library/pull/62) by @mhassan1

#### v5.1.0

- Add `Promise.withResolvers` [`#23`](https://github.com/mrhenry/polyfill-library/pull/23) by @mhassan1
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,6 +1,6 @@
{
"name": "@mrhenry/polyfill-library",
"version": "5.1.0",
"version": "5.2.0",
"description": "A polyfill combinator",
"main": "lib/index.js",
"types": "types/index.d.ts",
Expand Down

0 comments on commit dc31993

Please sign in to comment.