Skip to content

Commit

Permalink
prepare v4.4.0 (#1221)
Browse files Browse the repository at this point in the history
* prepare v4.4.0

* prepare 4.4.0
  • Loading branch information
romainmenke committed Aug 16, 2022
1 parent 7191ef4 commit e936be1
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 7 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,20 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v4.4.0](https://github.com/Financial-Times/polyfill-library/compare/v4.3.0...v4.4.0)

- Adds `Node.prototype.getRootNode` and `Node.prototype.isConnected` polyfills [`#1223`](https://github.com/Financial-Times/polyfill-library/pull/1223)
- Adds `CharacterData.prototype` polyfills [`#1224`](https://github.com/Financial-Times/polyfill-library/pull/1224)
- Adds `x` and `y` to `IntersectionObserverEntry` [`#1222`](https://github.com/Financial-Times/polyfill-library/pull/1222)
- validate browser configs (part 2) [`#1220`](https://github.com/Financial-Times/polyfill-library/pull/1220)
- Adds polyfill for `Object.hasOwn` [`#1214`](https://github.com/Financial-Times/polyfill-library/pull/1214)
- ensure browser cache when testing polyfill combinations [`#1217`](https://github.com/Financial-Times/polyfill-library/pull/1217)
- Adds polyfill for `Object.prototype.toString` [`#1216`](https://github.com/Financial-Times/polyfill-library/pull/1216)

#### [v4.3.0](https://github.com/Financial-Times/polyfill-library/compare/v4.2.0...v4.3.0)

> 5 August 2022
- Adds polyfills for `TypedArray.prototype` methods [`#1208`](https://github.com/Financial-Times/polyfill-library/pull/1208)
- Adds `Symbol.toStringTag` to several prototypes [`#1187`](https://github.com/Financial-Times/polyfill-library/pull/1187)
- update dependencies [`#1207`](https://github.com/Financial-Times/polyfill-library/pull/1207)
Expand Down
2 changes: 1 addition & 1 deletion 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": "polyfill-library",
"version": "4.3.0",
"version": "4.4.0",
"description": "A polyfill combinator",
"main": "lib/index.js",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion polyfills/Node/prototype/getRootNode/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ op_mob = "<41"
op_mini = "*"
safari = "<10.1"
ios_saf = "<10.3"
samsung_mob = "<6"
samsung_mob = "<6.0"
6 changes: 3 additions & 3 deletions polyfills/Node/prototype/isConnected/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ ie_mob = "*"
opera = "<38"
op_mob = "<41"
op_mini = "*"
safari = "<10"
ios_saf = "<10"
samsung_mob = "<6"
safari = "<10.0"
ios_saf = "<10.0"
samsung_mob = "<6.0"
3 changes: 2 additions & 1 deletion polyfills/Object/prototype/toString/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ chrome = "<49"
edge = "<15"
edge_mob = "<15"
firefox = "<51"
firefox_mob = "<51"
ie = "*"
ie_mob = "*"
opera = "<36"
op_mob = "<36"
safari = "<10.0"
ios_saf = "<10.0"
samsung_mob = "<5"
samsung_mob = "<5.0"

0 comments on commit e936be1

Please sign in to comment.