polyfill-library 4.0.0 → 4.1.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +4 -2042
- package/package.json +1 -2
- package/polyfills/__dist/Element.prototype.remove/meta.json +1 -1
- package/polyfills/__dist/Element.prototype.remove/min.js +1 -1
- package/polyfills/__dist/Element.prototype.remove/raw.js +11 -0
- package/polyfills/__dist/EventSource/meta.json +1 -1
- package/polyfills/__dist/EventSource/min.js +1 -1
- package/polyfills/__dist/EventSource/raw.js +1075 -1048
- package/polyfills/__dist/HTMLCollection.prototype.@@iterator/meta.json +1 -0
- package/polyfills/__dist/HTMLCollection.prototype.@@iterator/min.js +1 -0
- package/polyfills/__dist/HTMLCollection.prototype.@@iterator/raw.js +6 -0
- package/polyfills/__dist/aliases.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -4,2048 +4,10 @@ All notable changes to this project will be documented in this file. Dates are d
|
|
4
4
|
|
5
5
|
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
6
6
|
|
7
|
-
#### [v4.
|
7
|
+
#### [v4.1.0](https://github.com/Financial-Times/polyfill-library/compare/v4.1.0...v4.1.0)
|
8
8
|
|
9
|
-
|
10
|
-
- Remove all mentions of IE 8 and below [`8e8af1c`](https://github.com/Financial-Times/polyfill-library/commit/8e8af1c9a571fc5ef7e2cf33073c861251da79d0)
|
11
|
-
- Remove no longer needed `arePropertyDescriptorsSupported` checks [`20cdbb1`](https://github.com/Financial-Times/polyfill-library/commit/20cdbb1db1ef74b2b0346a1e934a9d5a4ebd967e)
|
9
|
+
#### v4.1.0
|
12
10
|
|
13
|
-
|
11
|
+
> 16 May 2022
|
14
12
|
|
15
|
-
|
16
|
-
|
17
|
-
- Bump normalize-url from 4.5.0 to 4.5.1 [`#1170`](https://github.com/Financial-Times/polyfill-library/pull/1170)
|
18
|
-
- Bump glob-parent from 5.1.0 to 5.1.2 [`#1171`](https://github.com/Financial-Times/polyfill-library/pull/1171)
|
19
|
-
- Bump ws from 7.3.1 to 7.5.7 [`#1172`](https://github.com/Financial-Times/polyfill-library/pull/1172)
|
20
|
-
- Bump path-parse from 1.0.6 to 1.0.7 [`#1169`](https://github.com/Financial-Times/polyfill-library/pull/1169)
|
21
|
-
- Bump karma from 6.3.2 to 6.3.16 [`#1165`](https://github.com/Financial-Times/polyfill-library/pull/1165)
|
22
|
-
- Bump follow-redirects from 1.13.1 to 1.14.9 [`#1166`](https://github.com/Financial-Times/polyfill-library/pull/1166)
|
23
|
-
- Bump node-fetch from 2.6.1 to 2.6.7 [`#1164`](https://github.com/Financial-Times/polyfill-library/pull/1164)
|
24
|
-
- URL: Fix URLSearchParams decoding to not throw URIError [`#4`](https://github.com/Financial-Times/polyfill-library/issues/4)
|
25
|
-
- Improves `localStorage` polyfill to store keys as `base64` [`b89fda3`](https://github.com/Financial-Times/polyfill-library/commit/b89fda30179c518f4011509a54a2b54c97acbc21)
|
26
|
-
- fix(android): incorect versions for misc features [`273eebd`](https://github.com/Financial-Times/polyfill-library/commit/273eebd7e876740dc26e6a7cff056160f75b710f)
|
27
|
-
- Enable and document locally running polyfill tests [`e257d89`](https://github.com/Financial-Times/polyfill-library/commit/e257d89906626ca097c987fd1296758d4a2905e9)
|
28
|
-
|
29
|
-
#### [v3.110.1](https://github.com/Financial-Times/polyfill-library/compare/v3.110.0...v3.110.1)
|
30
|
-
|
31
|
-
> 8 December 2021
|
32
|
-
|
33
|
-
- Use the private _setter and _getter methods for TypedArrays when in IE8 because we can't use add square-bracket notation support due to the lack of getters and setters in IE8 [`ab4868c`](https://github.com/Financial-Times/polyfill-library/commit/ab4868cd7742e2eb5e9262b7a48e540290d9bc5e)
|
34
|
-
- Adds `Node.prototype.isSameNode` polyfill [`372d401`](https://github.com/Financial-Times/polyfill-library/commit/372d401bbdd60989d32e895657068ae8a086ac54)
|
35
|
-
- fix arraybuffer polyfill to not error in ie8 [`95d1b47`](https://github.com/Financial-Times/polyfill-library/commit/95d1b47c393fa8cf3e978b8820de8014623ea79f)
|
36
|
-
|
37
|
-
#### [v3.110.0](https://github.com/Financial-Times/polyfill-library/compare/v3.109.0...v3.110.0)
|
38
|
-
|
39
|
-
> 7 December 2021
|
40
|
-
|
41
|
-
- use an object which has no prototype so that the only properties on the object are it's own and not those from Object.prototype -- Fixes #1137 [`#1137`](https://github.com/Financial-Times/polyfill-library/issues/1137)
|
42
|
-
- Adds `Promise.any`, `Promise.allSettled`, and `AggregateError` polyfills [`21967a1`](https://github.com/Financial-Times/polyfill-library/commit/21967a1973ea70930062fc2837c2c8aec28cdb01)
|
43
|
-
- Adds `Array.prototype.at`, `String.prototype.at`, and `TypedArray.prototype.at` polyfills [`29c6814`](https://github.com/Financial-Times/polyfill-library/commit/29c6814f885bc80a0f289c6932bd6340d7f00951)
|
44
|
-
- Improves iterator tests for `Promise.any`, `Promise.allSettled`, and `AggregateError` polyfills [`999dbce`](https://github.com/Financial-Times/polyfill-library/commit/999dbce7a3be7d85938c45c79285c2c9888d8799)
|
45
|
-
|
46
|
-
#### [v3.109.0](https://github.com/Financial-Times/polyfill-library/compare/v3.108.0...v3.109.0)
|
47
|
-
|
48
|
-
> 11 November 2021
|
49
|
-
|
50
|
-
- fix #1103 [`#1103`](https://github.com/Financial-Times/polyfill-library/issues/1103)
|
51
|
-
- chore: update browserstack browser list as some devices have been removed such as the Samsung Galaxy Note 4 that we tested on [`bab4728`](https://github.com/Financial-Times/polyfill-library/commit/bab4728bd1d7b3fae6b66c5dd1da6c9943c262c4)
|
52
|
-
- Adds `String.prototype.matchAll` polyfill [`cdf20a6`](https://github.com/Financial-Times/polyfill-library/commit/cdf20a650e8a1d0b1eec44f842f41d51a46be2a7)
|
53
|
-
- add check for valid version ranges in config.toml [`368fd05`](https://github.com/Financial-Times/polyfill-library/commit/368fd051a252583421d96d6f5832094ab877b211)
|
54
|
-
|
55
|
-
#### [v3.108.0](https://github.com/Financial-Times/polyfill-library/compare/v3.107.1...v3.108.0)
|
56
|
-
|
57
|
-
> 7 September 2021
|
58
|
-
|
59
|
-
- update Intl.* config's. fixes #1094 [`#1094`](https://github.com/Financial-Times/polyfill-library/issues/1094)
|
60
|
-
- Serve IntersectionObserver to all iOS Safari versions [`#1082`](https://github.com/Financial-Times/polyfill-library/issues/1082)
|
61
|
-
- Update guidate for Intl.PluralRules to mention locales have no subtags [`#650`](https://github.com/Financial-Times/polyfill-library/issues/650)
|
62
|
-
- skip older IE for WPT tests [`3bb57e4`](https://github.com/Financial-Times/polyfill-library/commit/3bb57e44a6792fe1ac7691d9f2d00744d56c0f2e)
|
63
|
-
- add more tests and a few more EventTarget interface features [`c844665`](https://github.com/Financial-Times/polyfill-library/commit/c844665fa83c6dfb64d34e04537de9f87c9b8a83)
|
64
|
-
- fixes [`dca1723`](https://github.com/Financial-Times/polyfill-library/commit/dca17234127368070918e3b0ee8c3298c5da97ac)
|
65
|
-
|
66
|
-
#### [v3.107.1](https://github.com/Financial-Times/polyfill-library/compare/v3.107.0...v3.107.1)
|
67
|
-
|
68
|
-
> 21 July 2021
|
69
|
-
|
70
|
-
- ensure node 12 is used when publishing [`#1074`](https://github.com/Financial-Times/polyfill-library/pull/1074)
|
71
|
-
- add timeZone data in all browsers that need Intl.DateTimeFormat [`b3a9a6f`](https://github.com/Financial-Times/polyfill-library/commit/b3a9a6f0ecdb33202c1a689da52935c33ee3a478)
|
72
|
-
- document that compatiblity list should stay in sync [`ffdedb0`](https://github.com/Financial-Times/polyfill-library/commit/ffdedb000b72603c17b05c9cb2566ba3c00aa136)
|
73
|
-
|
74
|
-
#### [v3.107.0](https://github.com/Financial-Times/polyfill-library/compare/v3.106.0...v3.107.0)
|
75
|
-
|
76
|
-
> 20 July 2021
|
77
|
-
|
78
|
-
- Serve `URL.prototype.toJSON` to Safari <12 and Edge <18.17134 [`#1058`](https://github.com/Financial-Times/polyfill-library/pull/1058)
|
79
|
-
- fix URL / fetch interop [`df1aa52`](https://github.com/Financial-Times/polyfill-library/commit/df1aa52b101250d7fd992acfc3b42d6180b9ac27)
|
80
|
-
- update compat data based on mdn [`113e18d`](https://github.com/Financial-Times/polyfill-library/commit/113e18d5ceb9724af68a8b3fadec9193ff9c1c00)
|
81
|
-
- Add compatibility data for ArrayBuffer [`ff90e85`](https://github.com/Financial-Times/polyfill-library/commit/ff90e8554a628e32ff2ce6318ecd528e38fddeb0)
|
82
|
-
|
83
|
-
#### [v3.106.0](https://github.com/Financial-Times/polyfill-library/compare/v3.105.0...v3.106.0)
|
84
|
-
|
85
|
-
> 12 July 2021
|
86
|
-
|
87
|
-
- Intl dependency config update [`#1059`](https://github.com/Financial-Times/polyfill-library/pull/1059)
|
88
|
-
- fix #957 : remove StreamCache [`#957`](https://github.com/Financial-Times/polyfill-library/issues/957)
|
89
|
-
- add editorconfig and update all files to conform with the config [`5542481`](https://github.com/Financial-Times/polyfill-library/commit/554248173eae7554ef0a7776549d2901f02a7d51)
|
90
|
-
- update [`170d416`](https://github.com/Financial-Times/polyfill-library/commit/170d416460ef7ae4c966d9b437abbad92134d619)
|
91
|
-
- Intl.DateTimeFormat add timeZone data [`f44fbe2`](https://github.com/Financial-Times/polyfill-library/commit/f44fbe2de9fd1f0f30f19afee86f7b8b711b86de)
|
92
|
-
|
93
|
-
#### [v3.105.0](https://github.com/Financial-Times/polyfill-library/compare/v3.104.0...v3.105.0)
|
94
|
-
|
95
|
-
> 7 May 2021
|
96
|
-
|
97
|
-
- Bump eslint from 7.24.0 to 7.25.0 [`#1039`](https://github.com/Financial-Times/polyfill-library/pull/1039)
|
98
|
-
- Bump actions/cache from v2.1.4 to v2.1.5 [`#1037`](https://github.com/Financial-Times/polyfill-library/pull/1037)
|
99
|
-
- Bump eslint from 7.23.0 to 7.24.0 [`#1034`](https://github.com/Financial-Times/polyfill-library/pull/1034)
|
100
|
-
- Bump styfle/cancel-workflow-action [`#1035`](https://github.com/Financial-Times/polyfill-library/pull/1035)
|
101
|
-
- Bump sinon from 10.0.0 to 10.0.1 [`#1033`](https://github.com/Financial-Times/polyfill-library/pull/1033)
|
102
|
-
- Bump karma from 6.3.1 to 6.3.2 [`#1030`](https://github.com/Financial-Times/polyfill-library/pull/1030)
|
103
|
-
- Bump eslint from 7.22.0 to 7.23.0 [`#1028`](https://github.com/Financial-Times/polyfill-library/pull/1028)
|
104
|
-
- Bump karma from 6.2.0 to 6.3.1 [`#1026`](https://github.com/Financial-Times/polyfill-library/pull/1026)
|
105
|
-
- Bump semver from 7.3.4 to 7.3.5 [`#1025`](https://github.com/Financial-Times/polyfill-library/pull/1025)
|
106
|
-
- Bump globby from 11.0.2 to 11.0.3 [`#1024`](https://github.com/Financial-Times/polyfill-library/pull/1024)
|
107
|
-
- Bump sinon from 9.2.4 to 10.0.0 [`#1023`](https://github.com/Financial-Times/polyfill-library/pull/1023)
|
108
|
-
- build(deps): npm audit fix [`329b48a`](https://github.com/Financial-Times/polyfill-library/commit/329b48ac5308fe58dad10fe4a8700b6583b0d877)
|
109
|
-
- HTMLInputElement.prototype.valueAsDate [`e2dc393`](https://github.com/Financial-Times/polyfill-library/commit/e2dc3933479d3d85386183f117cfc9d9f7add04d)
|
110
|
-
- URLSearchParams : [err] keys is not a function [`7966b2e`](https://github.com/Financial-Times/polyfill-library/commit/7966b2e240a2582cb4264128d7c7f027bb359b42)
|
111
|
-
|
112
|
-
#### [v3.104.0](https://github.com/Financial-Times/polyfill-library/compare/v3.103.0...v3.104.0)
|
113
|
-
|
114
|
-
> 19 March 2021
|
115
|
-
|
116
|
-
- Bump hmarr/auto-approve-action [`#1019`](https://github.com/Financial-Times/polyfill-library/pull/1019)
|
117
|
-
- Bump eslint from 7.18.0 to 7.21.0 [`#1010`](https://github.com/Financial-Times/polyfill-library/pull/1010)
|
118
|
-
- Bump karma from 6.0.1 to 6.1.1 [`#1009`](https://github.com/Financial-Times/polyfill-library/pull/1009)
|
119
|
-
- Bump fs-extra from 9.0.1 to 9.1.0 [`#1008`](https://github.com/Financial-Times/polyfill-library/pull/1008)
|
120
|
-
- Bump handlebars from 4.7.6 to 4.7.7 [`#1007`](https://github.com/Financial-Times/polyfill-library/pull/1007)
|
121
|
-
- Bump lodash from 4.17.20 to 4.17.21 [`#1003`](https://github.com/Financial-Times/polyfill-library/pull/1003)
|
122
|
-
- Bump apicache from 1.5.3 to 1.6.2 [`#1000`](https://github.com/Financial-Times/polyfill-library/pull/1000)
|
123
|
-
- Bump actions/setup-node from v2.1.4 to v2.1.5 [`#999`](https://github.com/Financial-Times/polyfill-library/pull/999)
|
124
|
-
- Serve Intl.DateTimeFormat polyfill to all Firefox versions [`#1012`](https://github.com/Financial-Times/polyfill-library/issues/1012)
|
125
|
-
- Do not run tests on android versions which use the latest version of chrome [`#1004`](https://github.com/Financial-Times/polyfill-library/issues/1004)
|
126
|
-
- chore: upgrade formatjs packages [`ec26e58`](https://github.com/Financial-Times/polyfill-library/commit/ec26e5818bdb418ab9c2538bcee18367af2185d7)
|
127
|
-
- update to latest browserstack browsers to test against [`84170ee`](https://github.com/Financial-Times/polyfill-library/commit/84170ee7e8a2f8b22e8091a53c20c6038d888d9f)
|
128
|
-
- partial tests in ci [`85df0e2`](https://github.com/Financial-Times/polyfill-library/commit/85df0e2782345d1c4a09c62c79df4536bd8bf4e5)
|
129
|
-
|
130
|
-
#### [v3.103.0](https://github.com/Financial-Times/polyfill-library/compare/v3.102.0...v3.103.0)
|
131
|
-
|
132
|
-
> 17 January 2021
|
133
|
-
|
134
|
-
- Bump karma from 5.2.3 to 6.0.0 [`6d874ea`](https://github.com/Financial-Times/polyfill-library/commit/6d874ea2e28e3c8ea6556085cfa5a239f5f6057e)
|
135
|
-
- Bump eslint-plugin-unicorn from 26.0.0 to 26.0.1 [`87c5d81`](https://github.com/Financial-Times/polyfill-library/commit/87c5d81858aa7388b861f804e7c5ee19154f8ad3)
|
136
|
-
- Update config.toml [`fd45de2`](https://github.com/Financial-Times/polyfill-library/commit/fd45de27ac42fcb80042b82cce688bd84c233d20)
|
137
|
-
|
138
|
-
#### [v3.102.0](https://github.com/Financial-Times/polyfill-library/compare/v3.101.0...v3.102.0)
|
139
|
-
|
140
|
-
> 13 January 2021
|
141
|
-
|
142
|
-
- chore: upgrade formatjs packages [`8e8c20e`](https://github.com/Financial-Times/polyfill-library/commit/8e8c20eb86b074e4b584a0c70a65664c7dad4e22)
|
143
|
-
- Bump globby from 11.0.1 to 11.0.2 [`0811be8`](https://github.com/Financial-Times/polyfill-library/commit/0811be82f04c3bb891d040f3b3c37ba130dde79f)
|
144
|
-
- Refactor away usage of reduce [`708e209`](https://github.com/Financial-Times/polyfill-library/commit/708e209d714cd3007f656f85e1c9506d5a8323c0)
|
145
|
-
|
146
|
-
#### [v3.101.0](https://github.com/Financial-Times/polyfill-library/compare/v3.100.0...v3.101.0)
|
147
|
-
|
148
|
-
> 6 January 2021
|
149
|
-
|
150
|
-
- chore: upgrade formatjs packages, fix #958 [`#958`](https://github.com/Financial-Times/polyfill-library/issues/958)
|
151
|
-
- convert CI to matrix and witness checks [`309e740`](https://github.com/Financial-Times/polyfill-library/commit/309e740db3a4364f45acea712197481694b3a590)
|
152
|
-
- Bump eslint from 7.15.0 to 7.16.0 [`907b38a`](https://github.com/Financial-Times/polyfill-library/commit/907b38a6f551e4a6f048eb7bb7a22c7f1e9ae23c)
|
153
|
-
- compress test server responses and add more pauses [`cdf19c5`](https://github.com/Financial-Times/polyfill-library/commit/cdf19c5aacadff3f268a6e8554ea3a780541f1ea)
|
154
|
-
|
155
|
-
#### [v3.100.0](https://github.com/Financial-Times/polyfill-library/compare/v3.99.0...v3.100.0)
|
156
|
-
|
157
|
-
> 15 December 2020
|
158
|
-
|
159
|
-
- update polyfill configs for edge 79 + a few corrections [`96e0eb8`](https://github.com/Financial-Times/polyfill-library/commit/96e0eb821065fa2d3904180a4039bda0e00f9f77)
|
160
|
-
- Bump sinon from 9.2.1 to 9.2.2 [`d20dae9`](https://github.com/Financial-Times/polyfill-library/commit/d20dae98c958eb3e54ffb8e6c3c8dcd87a817c36)
|
161
|
-
- Bump browserstack from 1.6.0 to 1.6.1 [`442bbf6`](https://github.com/Financial-Times/polyfill-library/commit/442bbf6cda3cd0c93ca978c6a27bfec382c3e6fa)
|
162
|
-
|
163
|
-
#### [v3.99.0](https://github.com/Financial-Times/polyfill-library/compare/v3.98.0...v3.99.0)
|
164
|
-
|
165
|
-
> 12 December 2020
|
166
|
-
|
167
|
-
- fix Symbol.prototype.description [`#935`](https://github.com/Financial-Times/polyfill-library/pull/935)
|
168
|
-
- isolate test runs with and without polyfill combinations [`#929`](https://github.com/Financial-Times/polyfill-library/pull/929)
|
169
|
-
- Bump execa from 4.1.0 to 5.0.0 [`#922`](https://github.com/Financial-Times/polyfill-library/pull/922)
|
170
|
-
- Object fixes [`e8f54fb`](https://github.com/Financial-Times/polyfill-library/commit/e8f54fbf8b4dc6bb41beaee3d8c8e101fb345d07)
|
171
|
-
- Bump eslint from 7.14.0 to 7.15.0 [`f1f2830`](https://github.com/Financial-Times/polyfill-library/commit/f1f2830cfed9d5cbc993763d33cfb941841836d9)
|
172
|
-
- fix StringIndexOf [`e4affbd`](https://github.com/Financial-Times/polyfill-library/commit/e4affbdec6c1cd1599ad5dab637233ebc93ca6fc)
|
173
|
-
|
174
|
-
#### [v3.98.0](https://github.com/Financial-Times/polyfill-library/compare/v3.97.0...v3.98.0)
|
175
|
-
|
176
|
-
> 3 December 2020
|
177
|
-
|
178
|
-
- Serve DOMRect polyfill to Edge versions < 79 [`#921`](https://github.com/Financial-Times/polyfill-library/pull/921)
|
179
|
-
- chore: upgrade formatjs libs + add Intl.Locale polyfill [`#913`](https://github.com/Financial-Times/polyfill-library/pull/913)
|
180
|
-
- bump eslint [`eb387d5`](https://github.com/Financial-Times/polyfill-library/commit/eb387d52cf2aea91c693a886f939fd963ec2c7b4)
|
181
|
-
- rewrite Symbol.prototype.description polyfill so it passes tests [`9e22916`](https://github.com/Financial-Times/polyfill-library/commit/9e2291619d02a6723389928580475f69451640db)
|
182
|
-
- Bump array.prototype.flatmap from 1.2.3 to 1.2.4 [`fe0d1ec`](https://github.com/Financial-Times/polyfill-library/commit/fe0d1ec3b3e7250fcd3b1adcd526913479583da9)
|
183
|
-
|
184
|
-
#### [v3.97.0](https://github.com/Financial-Times/polyfill-library/compare/v3.96.0...v3.97.0)
|
185
|
-
|
186
|
-
> 29 October 2020
|
187
|
-
|
188
|
-
- Bump event-source-polyfill from 1.0.12 to 1.0.17 [`#843`](https://github.com/Financial-Times/polyfill-library/pull/843)
|
189
|
-
- chore: upgrade formatjs deps, fix #886 [`#886`](https://github.com/Financial-Times/polyfill-library/issues/886)
|
190
|
-
- upgrade packages and fix tests [`6af14fc`](https://github.com/Financial-Times/polyfill-library/commit/6af14fcb7508b3d5fbce1aaf38adcdec531df6f4)
|
191
|
-
- Remove dangling commas as they are not valid in ES3 syntax [`709b09f`](https://github.com/Financial-Times/polyfill-library/commit/709b09f40bdc359ae2650fe815ca5adbe5c0912f)
|
192
|
-
- fix: rm generated polyfill file, consolidate ignore files [`b8c30bc`](https://github.com/Financial-Times/polyfill-library/commit/b8c30bc47c32d79213c2f14369d0dad8eb0c78d9)
|
193
|
-
|
194
|
-
#### [v3.96.0](https://github.com/Financial-Times/polyfill-library/compare/v3.95.0...v3.96.0)
|
195
|
-
|
196
|
-
> 21 August 2020
|
197
|
-
|
198
|
-
- Bump karma from 4.4.1 to 5.1.1 [`#822`](https://github.com/Financial-Times/polyfill-library/pull/822)
|
199
|
-
- Add en locale to Intl alias - fixes #676 [`#818`](https://github.com/Financial-Times/polyfill-library/pull/818)
|
200
|
-
- Bump yaku from 0.19.3 to 1.0.1 [`#819`](https://github.com/Financial-Times/polyfill-library/pull/819)
|
201
|
-
- Bump browserstack from 1.5.3 to 1.6.0 [`#821`](https://github.com/Financial-Times/polyfill-library/pull/821)
|
202
|
-
- Bump mkdirp from 0.5.5 to 1.0.4 [`#820`](https://github.com/Financial-Times/polyfill-library/pull/820)
|
203
|
-
- Bump lodash from 4.17.19 to 4.17.20 [`#814`](https://github.com/Financial-Times/polyfill-library/pull/814)
|
204
|
-
- Bump mutationobserver-shim from 0.3.5 to 0.3.7 [`#807`](https://github.com/Financial-Times/polyfill-library/pull/807)
|
205
|
-
- Add en locale to Intl alias - fixes #676 (#818) [`#676`](https://github.com/Financial-Times/polyfill-library/issues/676)
|
206
|
-
- fix: fix Intl alias for locale-data, fix #770 [`#770`](https://github.com/Financial-Times/polyfill-library/issues/770)
|
207
|
-
- Fix JSDoc for setHashIndex [`#714`](https://github.com/Financial-Times/polyfill-library/issues/714)
|
208
|
-
- Revert "feat: upgrade Intl polyfills & add Chromium bug detection for Intl.DisplayNames" [`5a80f81`](https://github.com/Financial-Times/polyfill-library/commit/5a80f8109029b5c00da50930765b61779b98f412)
|
209
|
-
- feat: upgrade Intl polyfills & add Chromium bug detection for Intl.DisplayNames [`d869a01`](https://github.com/Financial-Times/polyfill-library/commit/d869a016a68250b21ca65043a54fdfb3cd965c25)
|
210
|
-
- Bump nyc from 15.0.0 to 15.1.0 [`3d36d0d`](https://github.com/Financial-Times/polyfill-library/commit/3d36d0df666f0e3e1e7bf272b0f88d7bd17f4990)
|
211
|
-
|
212
|
-
#### [v3.95.0](https://github.com/Financial-Times/polyfill-library/compare/v3.94.0...v3.95.0)
|
213
|
-
|
214
|
-
> 1 July 2020
|
215
|
-
|
216
|
-
- feat: Add @formatjs/intl-datetimeformat, remove legacy Intl.js [`788743a`](https://github.com/Financial-Times/polyfill-library/commit/788743a509d50b0c0e7f6497e25014a338511bf4)
|
217
|
-
- Fix formatting issues in Intl tests [`576e581`](https://github.com/Financial-Times/polyfill-library/commit/576e5816d8de523b4db120d3eab9f71bf70e0b65)
|
218
|
-
- simplify linting test files [`a62d207`](https://github.com/Financial-Times/polyfill-library/commit/a62d2079383d6296f0917453ca14a3ed6bbd9ffb)
|
219
|
-
|
220
|
-
#### [v3.94.0](https://github.com/Financial-Times/polyfill-library/compare/v3.93.0...v3.94.0)
|
221
|
-
|
222
|
-
> 12 June 2020
|
223
|
-
|
224
|
-
- Bump eslint-plugin-unicorn from 17.2.0 to 19.0.1 [`#655`](https://github.com/Financial-Times/polyfill-library/pull/655)
|
225
|
-
- Bump webdriverio from 5.18.7 to 6.1.14 [`#654`](https://github.com/Financial-Times/polyfill-library/pull/654)
|
226
|
-
- Add Github Action to auto approve dependabot [`#653`](https://github.com/Financial-Times/polyfill-library/pull/653)
|
227
|
-
- Auto merge dependabot dev dependency PRs [`#652`](https://github.com/Financial-Times/polyfill-library/pull/652)
|
228
|
-
- feat: Add Intl.ListFormat polyfill [`#641`](https://github.com/Financial-Times/polyfill-library/pull/641)
|
229
|
-
- Bump yaml from 1.7.2 to 1.10.0 [`#645`](https://github.com/Financial-Times/polyfill-library/pull/645)
|
230
|
-
- Bump execa from 4.0.0 to 4.0.1 [`#643`](https://github.com/Financial-Times/polyfill-library/pull/643)
|
231
|
-
- Bump mutationobserver-shim from 0.3.3 to 0.3.5 [`#638`](https://github.com/Financial-Times/polyfill-library/pull/638)
|
232
|
-
- build(deps): npm audit fix [`#640`](https://github.com/Financial-Times/polyfill-library/pull/640)
|
233
|
-
- Use seamless-scroll-polyfill for smoothscroll [`#657`](https://github.com/Financial-Times/polyfill-library/issues/657)
|
234
|
-
- feat: Add Intl.getCanonicalLocales polyfill [`5a14527`](https://github.com/Financial-Times/polyfill-library/commit/5a14527b2a1ebf2b192c205338abbd9a549b536e)
|
235
|
-
- Add basic resize observer tests [`10b2656`](https://github.com/Financial-Times/polyfill-library/commit/10b2656cd06e3e213420ebe3ded811fee8cfa62d)
|
236
|
-
- feat: Add Intl.NumberFormat ES2020 polyfill [`e93e0cf`](https://github.com/Financial-Times/polyfill-library/commit/e93e0cf730e4a960efa5ab4ee581b09f462c4d2b)
|
237
|
-
|
238
|
-
#### [v3.93.0](https://github.com/Financial-Times/polyfill-library/compare/v3.92.0...v3.93.0)
|
239
|
-
|
240
|
-
> 14 May 2020
|
241
|
-
|
242
|
-
- Bump @webcomponents/template from 1.4.1 to 1.4.2 [`#635`](https://github.com/Financial-Times/polyfill-library/pull/635)
|
243
|
-
- Polyfill Intl.PluralRules on Edge <18 [`#634`](https://github.com/Financial-Times/polyfill-library/pull/634)
|
244
|
-
- Bump graceful-fs from 4.2.3 to 4.2.4 [`#632`](https://github.com/Financial-Times/polyfill-library/pull/632)
|
245
|
-
- Bump sinon from 9.0.0 to 9.0.2 [`#631`](https://github.com/Financial-Times/polyfill-library/pull/631)
|
246
|
-
- Update unit-test.yml [`f68f201`](https://github.com/Financial-Times/polyfill-library/commit/f68f201d9bcbc6d73f7ae9674137b70abb140a6f)
|
247
|
-
- Update test-polyfills.yml [`ffc2736`](https://github.com/Financial-Times/polyfill-library/commit/ffc27366dde1c63e37581f8315ad128f83f8611c)
|
248
|
-
|
249
|
-
#### [v3.92.0](https://github.com/Financial-Times/polyfill-library/compare/v3.91.0...v3.92.0)
|
250
|
-
|
251
|
-
> 12 May 2020
|
252
|
-
|
253
|
-
- update edge targeting for polyfills/UserTiming/config.toml [`#594`](https://github.com/Financial-Times/polyfill-library/pull/594)
|
254
|
-
|
255
|
-
#### [v3.91.0](https://github.com/Financial-Times/polyfill-library/compare/v3.90.0...v3.91.0)
|
256
|
-
|
257
|
-
> 11 May 2020
|
258
|
-
|
259
|
-
- update firefox targeting for polyfills/console/timeStamp/config.toml [`#615`](https://github.com/Financial-Times/polyfill-library/pull/615)
|
260
|
-
|
261
|
-
#### [v3.90.0](https://github.com/Financial-Times/polyfill-library/compare/v3.89.4...v3.90.0)
|
262
|
-
|
263
|
-
> 11 May 2020
|
264
|
-
|
265
|
-
- update firefox targeting for polyfills/console/timelineEnd/config.toml [`#617`](https://github.com/Financial-Times/polyfill-library/pull/617)
|
266
|
-
- chore(deps): npm audit fix [`97f9ba4`](https://github.com/Financial-Times/polyfill-library/commit/97f9ba4a3220f8dec9a480cbe360b04fbcee7ffd)
|
267
|
-
- Create npm-audit-fix.yml [`7dc86cd`](https://github.com/Financial-Times/polyfill-library/commit/7dc86cdde4b90f3d1ca87294f177486e6e0bbf12)
|
268
|
-
- update lockfile [`8e1574b`](https://github.com/Financial-Times/polyfill-library/commit/8e1574be38fd3894bfa4c40bf20630bbb1637a5d)
|
269
|
-
|
270
|
-
#### [v3.89.4](https://github.com/Financial-Times/polyfill-library/compare/v3.89.3...v3.89.4)
|
271
|
-
|
272
|
-
> 21 April 2020
|
273
|
-
|
274
|
-
- matchMedia : new test for 'addListener' [`98e34bf`](https://github.com/Financial-Times/polyfill-library/commit/98e34bfd2bcde4484c1231a41e8590af71dc0f95)
|
275
|
-
- Mention that to test in BrowserStack requires a BrowserStack account [`64632f7`](https://github.com/Financial-Times/polyfill-library/commit/64632f7e7e9e740ec5a608df0a9085d31a1656a0)
|
276
|
-
- Revert fde245bc744c21426fe45833d2a6079665421bfd [`58b0dda`](https://github.com/Financial-Times/polyfill-library/commit/58b0ddad5ee63cde1712ca3d142e05338e730d82)
|
277
|
-
|
278
|
-
#### [v3.89.3](https://github.com/Financial-Times/polyfill-library/compare/v3.89.2...v3.89.3)
|
279
|
-
|
280
|
-
> 20 April 2020
|
281
|
-
|
282
|
-
- Add missing listeners array on mql instances [`#623`](https://github.com/Financial-Times/polyfill-library/issues/623)
|
283
|
-
|
284
|
-
#### [v3.89.2](https://github.com/Financial-Times/polyfill-library/compare/v3.89.1...v3.89.2)
|
285
|
-
|
286
|
-
> 20 April 2020
|
287
|
-
|
288
|
-
- Add test for https://github.com/Financial-Times/polyfill-library/issues/125 [`dcf957a`](https://github.com/Financial-Times/polyfill-library/commit/dcf957a3804e11c9ee838f20963641d30962b43d)
|
289
|
-
|
290
|
-
#### [v3.89.1](https://github.com/Financial-Times/polyfill-library/compare/v3.89.0...v3.89.1)
|
291
|
-
|
292
|
-
> 20 April 2020
|
293
|
-
|
294
|
-
- Add CSS.supports polyfill [`#569`](https://github.com/Financial-Times/polyfill-library/pull/569)
|
295
|
-
- Fix https://github.com/Financial-Times/polyfill-library/issues/43 [`#43`](https://github.com/Financial-Times/polyfill-library/issues/43)
|
296
|
-
- Add test for https://github.com/Financial-Times/polyfill-library/issues/43 [`52af42e`](https://github.com/Financial-Times/polyfill-library/commit/52af42eae73dff6c0b3eceec6a2ecf104b2592b2)
|
297
|
-
- ignore only [`cc0c6e7`](https://github.com/Financial-Times/polyfill-library/commit/cc0c6e7af54ef59aaba89ea54dfe8b73137f01ca)
|
298
|
-
|
299
|
-
#### [v3.89.0](https://github.com/Financial-Times/polyfill-library/compare/v3.88.0...v3.89.0)
|
300
|
-
|
301
|
-
> 19 April 2020
|
302
|
-
|
303
|
-
- update firefox targeting for polyfills/WeakMap/config.toml [`#610`](https://github.com/Financial-Times/polyfill-library/pull/610)
|
304
|
-
|
305
|
-
#### [v3.88.0](https://github.com/Financial-Times/polyfill-library/compare/v3.87.0...v3.88.0)
|
306
|
-
|
307
|
-
> 18 April 2020
|
308
|
-
|
309
|
-
- update firefox targeting for polyfills/WeakSet/config.toml [`#611`](https://github.com/Financial-Times/polyfill-library/pull/611)
|
310
|
-
|
311
|
-
#### [v3.87.0](https://github.com/Financial-Times/polyfill-library/compare/v3.86.0...v3.87.0)
|
312
|
-
|
313
|
-
> 18 April 2020
|
314
|
-
|
315
|
-
- update firefox targeting for polyfills/console/markTimeline/config.toml [`#614`](https://github.com/Financial-Times/polyfill-library/pull/614)
|
316
|
-
|
317
|
-
#### [v3.86.0](https://github.com/Financial-Times/polyfill-library/compare/v3.85.0...v3.86.0)
|
318
|
-
|
319
|
-
> 18 April 2020
|
320
|
-
|
321
|
-
- update firefox targeting for polyfills/Symbol/split/config.toml [`#606`](https://github.com/Financial-Times/polyfill-library/pull/606)
|
322
|
-
|
323
|
-
#### [v3.85.0](https://github.com/Financial-Times/polyfill-library/compare/v3.84.0...v3.85.0)
|
324
|
-
|
325
|
-
> 18 April 2020
|
326
|
-
|
327
|
-
- update firefox targeting for polyfills/Symbol/unscopables/config.toml [`#608`](https://github.com/Financial-Times/polyfill-library/pull/608)
|
328
|
-
|
329
|
-
#### [v3.84.0](https://github.com/Financial-Times/polyfill-library/compare/v3.83.0...v3.84.0)
|
330
|
-
|
331
|
-
> 18 April 2020
|
332
|
-
|
333
|
-
- update firefox targeting for polyfills/console/clear/config.toml [`#612`](https://github.com/Financial-Times/polyfill-library/pull/612)
|
334
|
-
|
335
|
-
#### [v3.83.0](https://github.com/Financial-Times/polyfill-library/compare/v3.82.0...v3.83.0)
|
336
|
-
|
337
|
-
> 17 April 2020
|
338
|
-
|
339
|
-
- update firefox targeting for polyfills/console/dirxml/config.toml [`#613`](https://github.com/Financial-Times/polyfill-library/pull/613)
|
340
|
-
|
341
|
-
#### [v3.82.0](https://github.com/Financial-Times/polyfill-library/compare/v3.81.0...v3.82.0)
|
342
|
-
|
343
|
-
> 17 April 2020
|
344
|
-
|
345
|
-
- update firefox targeting for polyfills/console/timeline/config.toml [`#616`](https://github.com/Financial-Times/polyfill-library/pull/616)
|
346
|
-
|
347
|
-
#### [v3.81.0](https://github.com/Financial-Times/polyfill-library/compare/v3.80.0...v3.81.0)
|
348
|
-
|
349
|
-
> 17 April 2020
|
350
|
-
|
351
|
-
- update firefox targeting for polyfills/Symbol/species/config.toml [`#605`](https://github.com/Financial-Times/polyfill-library/pull/605)
|
352
|
-
|
353
|
-
#### [v3.80.0](https://github.com/Financial-Times/polyfill-library/compare/v3.79.0...v3.80.0)
|
354
|
-
|
355
|
-
> 17 April 2020
|
356
|
-
|
357
|
-
- update firefox targeting for polyfills/Symbol/toPrimitive/config.toml [`#607`](https://github.com/Financial-Times/polyfill-library/pull/607)
|
358
|
-
|
359
|
-
#### [v3.79.0](https://github.com/Financial-Times/polyfill-library/compare/v3.78.0...v3.79.0)
|
360
|
-
|
361
|
-
> 17 April 2020
|
362
|
-
|
363
|
-
- update firefox targeting for polyfills/Symbol/search/config.toml [`ee0fc5d`](https://github.com/Financial-Times/polyfill-library/commit/ee0fc5daf59845aa9ba45ac76d9d2470ecd25643)
|
364
|
-
|
365
|
-
#### [v3.78.0](https://github.com/Financial-Times/polyfill-library/compare/v3.77.0...v3.78.0)
|
366
|
-
|
367
|
-
> 17 April 2020
|
368
|
-
|
369
|
-
- update chrome targeting for polyfills/Symbol/species/config.toml [`a55a2a0`](https://github.com/Financial-Times/polyfill-library/commit/a55a2a09e1a2afc345ed49272f5de8d56e33c315)
|
370
|
-
|
371
|
-
#### [v3.77.0](https://github.com/Financial-Times/polyfill-library/compare/v3.76.0...v3.77.0)
|
372
|
-
|
373
|
-
> 17 April 2020
|
374
|
-
|
375
|
-
- update chrome targeting for polyfills/Symbol/toPrimitive/config.toml [`3575571`](https://github.com/Financial-Times/polyfill-library/commit/35755717fe30acb2893c82ee3fc731afc16fa985)
|
376
|
-
|
377
|
-
#### [v3.76.0](https://github.com/Financial-Times/polyfill-library/compare/v3.75.0...v3.76.0)
|
378
|
-
|
379
|
-
> 17 April 2020
|
380
|
-
|
381
|
-
- update chrome targeting for polyfills/Symbol/unscopables/config.toml [`965aa1d`](https://github.com/Financial-Times/polyfill-library/commit/965aa1db90f62e3180268330c72d6063b1a127a0)
|
382
|
-
|
383
|
-
#### [v3.75.0](https://github.com/Financial-Times/polyfill-library/compare/v3.74.0...v3.75.0)
|
384
|
-
|
385
|
-
> 17 April 2020
|
386
|
-
|
387
|
-
- update chrome targeting for polyfills/URL/config.toml [`8ed0c92`](https://github.com/Financial-Times/polyfill-library/commit/8ed0c92747f92bc7b67652f1271df12e020dfc85)
|
388
|
-
|
389
|
-
#### [v3.74.0](https://github.com/Financial-Times/polyfill-library/compare/v3.73.0...v3.74.0)
|
390
|
-
|
391
|
-
> 17 April 2020
|
392
|
-
|
393
|
-
- update chrome targeting for polyfills/WeakMap/config.toml [`16be475`](https://github.com/Financial-Times/polyfill-library/commit/16be475b6fa9b3c8ea7919517277f24e05df1bc2)
|
394
|
-
|
395
|
-
#### [v3.73.0](https://github.com/Financial-Times/polyfill-library/compare/v3.72.0...v3.73.0)
|
396
|
-
|
397
|
-
> 17 April 2020
|
398
|
-
|
399
|
-
- update chrome targeting for polyfills/WeakSet/config.toml [`f9c76ba`](https://github.com/Financial-Times/polyfill-library/commit/f9c76bac1274b7d5c6c054f666e64b4ba46bf0d4)
|
400
|
-
|
401
|
-
#### [v3.72.0](https://github.com/Financial-Times/polyfill-library/compare/v3.71.0...v3.72.0)
|
402
|
-
|
403
|
-
> 16 April 2020
|
404
|
-
|
405
|
-
- update chrome targeting for polyfills/console/markTimeline/config.toml [`e727508`](https://github.com/Financial-Times/polyfill-library/commit/e72750865ea13d4f92ccb3c7a980429d5a6a42be)
|
406
|
-
|
407
|
-
#### [v3.71.0](https://github.com/Financial-Times/polyfill-library/compare/v3.70.0...v3.71.0)
|
408
|
-
|
409
|
-
> 16 April 2020
|
410
|
-
|
411
|
-
- update chrome targeting for polyfills/console/time/config.toml [`8b31b54`](https://github.com/Financial-Times/polyfill-library/commit/8b31b549dc6b2f1a62911fae5fbaa5ab34f390e4)
|
412
|
-
- Update update-polyfill-targets.yml [`a2a2220`](https://github.com/Financial-Times/polyfill-library/commit/a2a2220e1ab33fe7f7a8b0169367a7590cd3ada4)
|
413
|
-
|
414
|
-
#### [v3.70.0](https://github.com/Financial-Times/polyfill-library/compare/v3.69.0...v3.70.0)
|
415
|
-
|
416
|
-
> 16 April 2020
|
417
|
-
|
418
|
-
- update edge targeting for polyfills/console/timelineEnd/config.toml [`9a42e7c`](https://github.com/Financial-Times/polyfill-library/commit/9a42e7cf06e0147f43ebeb6d1533665d55d841cf)
|
419
|
-
|
420
|
-
#### [v3.69.0](https://github.com/Financial-Times/polyfill-library/compare/v3.68.0...v3.69.0)
|
421
|
-
|
422
|
-
> 16 April 2020
|
423
|
-
|
424
|
-
- update edge targeting for polyfills/console/timeline/config.toml [`c5590a7`](https://github.com/Financial-Times/polyfill-library/commit/c5590a718ac64947be91d6e8c8275d03971e06a6)
|
425
|
-
|
426
|
-
#### [v3.68.0](https://github.com/Financial-Times/polyfill-library/compare/v3.67.0...v3.68.0)
|
427
|
-
|
428
|
-
> 16 April 2020
|
429
|
-
|
430
|
-
- update edge targeting for polyfills/console/timeStamp/config.toml [`fb5de44`](https://github.com/Financial-Times/polyfill-library/commit/fb5de44df94f4acbec5e1a5f373e00f1dd61eba5)
|
431
|
-
|
432
|
-
#### [v3.67.0](https://github.com/Financial-Times/polyfill-library/compare/v3.66.0...v3.67.0)
|
433
|
-
|
434
|
-
> 16 April 2020
|
435
|
-
|
436
|
-
- update edge targeting for polyfills/console/markTimeline/config.toml [`8bc5bee`](https://github.com/Financial-Times/polyfill-library/commit/8bc5bee9b9196349689ab62b601428b73fa6a58b)
|
437
|
-
|
438
|
-
#### [v3.66.0](https://github.com/Financial-Times/polyfill-library/compare/v3.65.0...v3.66.0)
|
439
|
-
|
440
|
-
> 16 April 2020
|
441
|
-
|
442
|
-
- update edge targeting for polyfills/URL/config.toml [`65fa6e3`](https://github.com/Financial-Times/polyfill-library/commit/65fa6e3a52aa2eb765da637c476b8530a9cbf17a)
|
443
|
-
|
444
|
-
#### [v3.65.0](https://github.com/Financial-Times/polyfill-library/compare/v3.64.0...v3.65.0)
|
445
|
-
|
446
|
-
> 15 April 2020
|
447
|
-
|
448
|
-
- update edge targeting for polyfills/Symbol/replace/config.toml [`302c01c`](https://github.com/Financial-Times/polyfill-library/commit/302c01cb56c701f694ede831edf17a51fcdbfa5b)
|
449
|
-
- update chrome targeting for polyfills/screen/orientation/config.toml [`3e8b4a7`](https://github.com/Financial-Times/polyfill-library/commit/3e8b4a784f62089dcba5a3a3c70743a4b9c81643)
|
450
|
-
|
451
|
-
#### [v3.64.0](https://github.com/Financial-Times/polyfill-library/compare/v3.63.0...v3.64.0)
|
452
|
-
|
453
|
-
> 15 April 2020
|
454
|
-
|
455
|
-
- update chrome targeting for polyfills/requestIdleCallback/config.toml [`fde245b`](https://github.com/Financial-Times/polyfill-library/commit/fde245bc744c21426fe45833d2a6079665421bfd)
|
456
|
-
|
457
|
-
#### [v3.63.0](https://github.com/Financial-Times/polyfill-library/compare/v3.62.0...v3.63.0)
|
458
|
-
|
459
|
-
> 15 April 2020
|
460
|
-
|
461
|
-
- catch exception when polyfill file doesn't exist [`dbbdaf2`](https://github.com/Financial-Times/polyfill-library/commit/dbbdaf2d4daee5ca222b12615210d3b7b758e12b)
|
462
|
-
- update chrome targeting for polyfills/matchMedia/config.toml [`5aa33a8`](https://github.com/Financial-Times/polyfill-library/commit/5aa33a8a782a61cca6fa9ecafa2d47bf8c118aa4)
|
463
|
-
- Update sources.js [`f21ad6c`](https://github.com/Financial-Times/polyfill-library/commit/f21ad6ca6a061042b53339d2519030bc995918b1)
|
464
|
-
|
465
|
-
#### [v3.62.0](https://github.com/Financial-Times/polyfill-library/compare/v3.61.0...v3.62.0)
|
466
|
-
|
467
|
-
> 15 April 2020
|
468
|
-
|
469
|
-
- update chrome targeting for polyfills/location/origin/config.toml [`a5acbc8`](https://github.com/Financial-Times/polyfill-library/commit/a5acbc81bc995cd16c7a6b092487af23d04adc15)
|
470
|
-
|
471
|
-
#### [v3.61.0](https://github.com/Financial-Times/polyfill-library/compare/v3.60.0...v3.61.0)
|
472
|
-
|
473
|
-
> 15 April 2020
|
474
|
-
|
475
|
-
- update chrome targeting for polyfills/console/timelineEnd/config.toml [`da313a5`](https://github.com/Financial-Times/polyfill-library/commit/da313a5647d2e21188a60853d1a512311aa0c7d3)
|
476
|
-
|
477
|
-
#### [v3.60.0](https://github.com/Financial-Times/polyfill-library/compare/v3.59.0...v3.60.0)
|
478
|
-
|
479
|
-
> 15 April 2020
|
480
|
-
|
481
|
-
- update chrome targeting for polyfills/console/timeline/config.toml [`3894bd2`](https://github.com/Financial-Times/polyfill-library/commit/3894bd223411379d15005098b27edb1cc30b04af)
|
482
|
-
|
483
|
-
#### [v3.59.0](https://github.com/Financial-Times/polyfill-library/compare/v3.58.0...v3.59.0)
|
484
|
-
|
485
|
-
> 15 April 2020
|
486
|
-
|
487
|
-
- Update lint.yml [`ec00028`](https://github.com/Financial-Times/polyfill-library/commit/ec00028e1f96622741453f02b1b377aec8b32050)
|
488
|
-
- Update unit-test.yml [`ce007b4`](https://github.com/Financial-Times/polyfill-library/commit/ce007b4afa562cf07e2c2b031d825359f350a85f)
|
489
|
-
- update chrome targeting for polyfills/requestAnimationFrame/config.toml [`a26d38a`](https://github.com/Financial-Times/polyfill-library/commit/a26d38ababf56a0276d42bc67e63cb64996609da)
|
490
|
-
|
491
|
-
#### [v3.58.0](https://github.com/Financial-Times/polyfill-library/compare/v3.57.0...v3.58.0)
|
492
|
-
|
493
|
-
> 15 April 2020
|
494
|
-
|
495
|
-
- update android targeting for polyfills/console/timeline/config.toml [`c5dc1bd`](https://github.com/Financial-Times/polyfill-library/commit/c5dc1bd1dc6fc25fe46ac6cdff0e636574154c5d)
|
496
|
-
|
497
|
-
#### [v3.57.0](https://github.com/Financial-Times/polyfill-library/compare/v3.56.3...v3.57.0)
|
498
|
-
|
499
|
-
> 15 April 2020
|
500
|
-
|
501
|
-
- Update update-polyfill-targets.yml [`3f7bda9`](https://github.com/Financial-Times/polyfill-library/commit/3f7bda9311970d3f2f6945592af9c55a6bedbdb0)
|
502
|
-
- TypeScript typings, small documentation changes [`ff86a3f`](https://github.com/Financial-Times/polyfill-library/commit/ff86a3f2632d2cd69cc7bf47af5e1790d2c754fa)
|
503
|
-
- Delete index.d.ts [`7cdec74`](https://github.com/Financial-Times/polyfill-library/commit/7cdec74f1400ce32e8f67bd5f4cf1b8f96ff7295)
|
504
|
-
|
505
|
-
#### [v3.56.3](https://github.com/Financial-Times/polyfill-library/compare/v3.56.2...v3.56.3)
|
506
|
-
|
507
|
-
> 10 April 2020
|
508
|
-
|
509
|
-
- Update publish-to-npm.yml [`5b89d45`](https://github.com/Financial-Times/polyfill-library/commit/5b89d456046e54b50388d6d289c834b0d3248351)
|
510
|
-
|
511
|
-
#### [v3.56.2](https://github.com/Financial-Times/polyfill-library/compare/v3.56.1...v3.56.2)
|
512
|
-
|
513
|
-
> 9 April 2020
|
514
|
-
|
515
|
-
- use a token which is not the default token so that other actions can be triggered based on this action [`1c729e2`](https://github.com/Financial-Times/polyfill-library/commit/1c729e25302d80422369abe91753d088f472065f)
|
516
|
-
- Move from CircleCI to GitHub Actions [`48edb91`](https://github.com/Financial-Times/polyfill-library/commit/48edb9188f8a6cba8a047fed16dc6afa5971e348)
|
517
|
-
|
518
|
-
#### [v3.56.1](https://github.com/Financial-Times/polyfill-library/compare/v3.56.0...v3.56.1)
|
519
|
-
|
520
|
-
> 8 April 2020
|
521
|
-
|
522
|
-
- use correct variable name [`1639518`](https://github.com/Financial-Times/polyfill-library/commit/16395188e1db77f36c9c4a2624b15d0e74945178)
|
523
|
-
|
524
|
-
#### [v3.56.0](https://github.com/Financial-Times/polyfill-library/compare/v3.55.0...v3.56.0)
|
525
|
-
|
526
|
-
> 8 April 2020
|
527
|
-
|
528
|
-
- Refactor: inline the polyfill resolver into a non-recursive for loop [`8dddec1`](https://github.com/Financial-Times/polyfill-library/commit/8dddec116c2b59999269c18f93551d2d1dca1942)
|
529
|
-
- Move from CircleCI to GitHub Actions [`faebc94`](https://github.com/Financial-Times/polyfill-library/commit/faebc942478ae9c1d818fdbfca74c38267a5fbe1)
|
530
|
-
- update browserstack browser list [`d958bd7`](https://github.com/Financial-Times/polyfill-library/commit/d958bd75b62d459bb630748c875126aaa56dc63a)
|
531
|
-
|
532
|
-
#### [v3.55.0](https://github.com/Financial-Times/polyfill-library/compare/v3.54.1...v3.55.0)
|
533
|
-
|
534
|
-
> 6 April 2020
|
535
|
-
|
536
|
-
- Add URLSearchParams sort method [`d71acd7`](https://github.com/Financial-Times/polyfill-library/commit/d71acd7287f3ece7976052866b79a66001ba9691)
|
537
|
-
|
538
|
-
#### [v3.54.1](https://github.com/Financial-Times/polyfill-library/compare/v3.54.0...v3.54.1)
|
539
|
-
|
540
|
-
> 6 April 2020
|
541
|
-
|
542
|
-
- Ensure callback for HTMLCanvasElement.prototype.toBlob is not invoked syncronously [`#208`](https://github.com/Financial-Times/polyfill-library/issues/208)
|
543
|
-
|
544
|
-
#### [v3.54.0](https://github.com/Financial-Times/polyfill-library/compare/v3.53.2...v3.54.0)
|
545
|
-
|
546
|
-
> 6 April 2020
|
547
|
-
|
548
|
-
- Make AddEntriesFromIterable work in ie8 [`842ba1d`](https://github.com/Financial-Times/polyfill-library/commit/842ba1dcc5d961a147f805f5c147bdb28be3475e)
|
549
|
-
- move tests which don't require Symbol outside of the symbol if block [`50dc255`](https://github.com/Financial-Times/polyfill-library/commit/50dc25566fcaeba48d6787b342e7c8d9ac827e1b)
|
550
|
-
- dont serve symbol.iterator or symbol to firefox 36 or above [`58bcaac`](https://github.com/Financial-Times/polyfill-library/commit/58bcaac6dab8df9b1daf08434d8f87f814af5747)
|
551
|
-
|
552
|
-
#### [v3.53.2](https://github.com/Financial-Times/polyfill-library/compare/v3.53.1...v3.53.2)
|
553
|
-
|
554
|
-
> 4 April 2020
|
555
|
-
|
556
|
-
- Allow falsey keys to be used in Map.prototype.set [`#536`](https://github.com/Financial-Times/polyfill-library/issues/536)
|
557
|
-
- make project pass the unicorn/recommended eslint config [`65a860c`](https://github.com/Financial-Times/polyfill-library/commit/65a860cb2246f182acad92abb47aefdcbaafae54)
|
558
|
-
|
559
|
-
#### [v3.53.1](https://github.com/Financial-Times/polyfill-library/compare/v3.53.0...v3.53.1)
|
560
|
-
|
561
|
-
> 19 March 2020
|
562
|
-
|
563
|
-
- serve element.prototype.matches to edge versions below 18 [`#541`](https://github.com/Financial-Times/polyfill-library/issues/541)
|
564
|
-
- use git tag as version [`ec00a9d`](https://github.com/Financial-Times/polyfill-library/commit/ec00a9ddf3491dc0550727c693bf54b7537beee1)
|
565
|
-
|
566
|
-
#### [v3.53.0](https://github.com/Financial-Times/polyfill-library/compare/v3.52.3...v3.53.0)
|
567
|
-
|
568
|
-
> 19 March 2020
|
569
|
-
|
570
|
-
- abortcontroller : update config.toml [`#539`](https://github.com/Financial-Times/polyfill-library/pull/539)
|
571
|
-
- Add origami-version GitHub Action [`1bd944b`](https://github.com/Financial-Times/polyfill-library/commit/1bd944b8a5cbe7f339a1cd1865520727f35e2291)
|
572
|
-
- update to latest useragent parser [`258b071`](https://github.com/Financial-Times/polyfill-library/commit/258b0717482bf0d5708ac3cb24d9a8817b021c56)
|
573
|
-
- Add the origami-labels GitHub Action [ci skip] [`32cbd60`](https://github.com/Financial-Times/polyfill-library/commit/32cbd60c666609ca35ced3da9898139d94056b68)
|
574
|
-
|
575
|
-
#### [v3.52.3](https://github.com/Financial-Times/polyfill-library/compare/v3.52.2...v3.52.3)
|
576
|
-
|
577
|
-
> 6 March 2020
|
578
|
-
|
579
|
-
- update targets for polyfills/console/markTimeline/config.toml [`#526`](https://github.com/Financial-Times/polyfill-library/pull/526)
|
580
|
-
- update targets for polyfills/console/timelineEnd/config.toml [`#528`](https://github.com/Financial-Times/polyfill-library/pull/528)
|
581
|
-
- update targets for polyfills/console/timeline/config.toml [`#527`](https://github.com/Financial-Times/polyfill-library/pull/527)
|
582
|
-
- update targets for polyfills/Object/assign/config.toml [`#529`](https://github.com/Financial-Times/polyfill-library/pull/529)
|
583
|
-
- Ship Math.hypot to chrome 77 as it's implementation does not return NaN for `Math.hypot(undefined,0)` [`#531`](https://github.com/Financial-Times/polyfill-library/pull/531)
|
584
|
-
- update targets for polyfills/console/exception/config.toml [`#525`](https://github.com/Financial-Times/polyfill-library/pull/525)
|
585
|
-
- Check and update polyfill targeting once a day automatically [`#530`](https://github.com/Financial-Times/polyfill-library/pull/530)
|
586
|
-
- If navigator.sendBeacon can not queue the work for transferring, return false as per the specification. [`#524`](https://github.com/Financial-Times/polyfill-library/pull/524)
|
587
|
-
- Make the focusin detect work when document.body does not yet exist [`#522`](https://github.com/Financial-Times/polyfill-library/pull/522)
|
588
|
-
- If navigator.sendBeacon can not queue the work for transferring, return false as per the specification. (#524) [`#2160`](https://github.com/Financial-Times/polyfill-service/issues/2160)
|
589
|
-
- use correct key for aliases [`e7322ea`](https://github.com/Financial-Times/polyfill-library/commit/e7322ea297c2e6cba7b5958cb09662a94b132d92)
|
590
|
-
- dont exit early if the commands exit with a non-zero code [`cc4d3e5`](https://github.com/Financial-Times/polyfill-library/commit/cc4d3e5a1a364400aed78f3bb8d267c60857c0a8)
|
591
|
-
- install hub direct from github [`8a6c5ab`](https://github.com/Financial-Times/polyfill-library/commit/8a6c5ab631f8d99a9562deebd0814da827782cf0)
|
592
|
-
|
593
|
-
#### [v3.52.2](https://github.com/Financial-Times/polyfill-library/compare/v3.52.1...v3.52.2)
|
594
|
-
|
595
|
-
> 29 February 2020
|
596
|
-
|
597
|
-
- fix detect for getOwnPropertyNames [`e548271`](https://github.com/Financial-Times/polyfill-library/commit/e54827166e59b0c851e3c9c60c41a1b3fb1b000c)
|
598
|
-
|
599
|
-
#### [v3.52.1](https://github.com/Financial-Times/polyfill-library/compare/v3.52.0...v3.52.1)
|
600
|
-
|
601
|
-
> 29 February 2020
|
602
|
-
|
603
|
-
- intl update script : fix detect [`#519`](https://github.com/Financial-Times/polyfill-library/pull/519)
|
604
|
-
|
605
|
-
#### [v3.52.0](https://github.com/Financial-Times/polyfill-library/compare/v3.51.0...v3.52.0)
|
606
|
-
|
607
|
-
> 28 February 2020
|
608
|
-
|
609
|
-
- Add a real feature detect for smoothscroll support [`#515`](https://github.com/Financial-Times/polyfill-library/pull/515)
|
610
|
-
- Make the localStorage polyfill and feature detect work on opaque origins [`#514`](https://github.com/Financial-Times/polyfill-library/pull/514)
|
611
|
-
- ensure the audio polyfill only runs in browsers which have webkitAudioContext because it depends on this to exist [`#513`](https://github.com/Financial-Times/polyfill-library/pull/513)
|
612
|
-
|
613
|
-
#### [v3.51.0](https://github.com/Financial-Times/polyfill-library/compare/v3.50.2...v3.51.0)
|
614
|
-
|
615
|
-
> 27 February 2020
|
616
|
-
|
617
|
-
- make the Intl detect smaller [`86f1459`](https://github.com/Financial-Times/polyfill-library/commit/86f14599eed356e2d38bf3f7e1810264b393470d)
|
618
|
-
- change from template literal to string literal to pass lnt rules [`06d18b9`](https://github.com/Financial-Times/polyfill-library/commit/06d18b975156bea6dcb0010c9edba5a35ebec1c2)
|
619
|
-
- swap from template literal to string [`cb2b61e`](https://github.com/Financial-Times/polyfill-library/commit/cb2b61e16c83a8184c97baa46adde2b2618c2044)
|
620
|
-
|
621
|
-
#### [v3.50.2](https://github.com/Financial-Times/polyfill-library/compare/v3.50.0...v3.50.2)
|
622
|
-
|
623
|
-
> 27 February 2020
|
624
|
-
|
625
|
-
#### [v3.50.0](https://github.com/Financial-Times/polyfill-library/compare/v3.49.0...v3.50.0)
|
626
|
-
|
627
|
-
> 27 February 2020
|
628
|
-
|
629
|
-
- if supportedLocalesOf throws an error, it is because the locale name does not exist, we need to return false in that instance [`8a2d41a`](https://github.com/Financial-Times/polyfill-library/commit/8a2d41a2686501d9ec88e7799cf51e784db66c0f)
|
630
|
-
- add the root locale for RelativeTimeFormat [`32b6168`](https://github.com/Financial-Times/polyfill-library/commit/32b6168aa81240cc70c21a94dab33fad12841fac)
|
631
|
-
|
632
|
-
#### [v3.49.0](https://github.com/Financial-Times/polyfill-library/compare/v3.48.0...v3.49.0)
|
633
|
-
|
634
|
-
> 27 February 2020
|
635
|
-
|
636
|
-
- Do not add root locale to the feature detect [`d6437c3`](https://github.com/Financial-Times/polyfill-library/commit/d6437c36cc5c8d1212f40815afacf717157fdf90)
|
637
|
-
|
638
|
-
#### [v3.48.0](https://github.com/Financial-Times/polyfill-library/compare/v3.47.0...v3.48.0)
|
639
|
-
|
640
|
-
> 27 February 2020
|
641
|
-
|
642
|
-
#### [v3.47.0](https://github.com/Financial-Times/polyfill-library/compare/v3.46.0...v3.47.0)
|
643
|
-
|
644
|
-
> 26 February 2020
|
645
|
-
|
646
|
-
- Bump @webcomponents/template from 1.4.0 to 1.4.1 [`#503`](https://github.com/Financial-Times/polyfill-library/pull/503)
|
647
|
-
- Bump mutationobserver-shim from 0.3.2 to 0.3.3 [`#502`](https://github.com/Financial-Times/polyfill-library/pull/502)
|
648
|
-
- Bump Base64 from 1.0.1 to 1.1.0 [`#504`](https://github.com/Financial-Times/polyfill-library/pull/504)
|
649
|
-
- Bump array.prototype.flatmap from 1.2.1 to 1.2.3 [`#497`](https://github.com/Financial-Times/polyfill-library/pull/497)
|
650
|
-
- Bump graceful-fs from 4.1.15 to 4.2.3 [`#494`](https://github.com/Financial-Times/polyfill-library/pull/494)
|
651
|
-
- Bump json3 from 3.3.2 to 3.3.3 [`#493`](https://github.com/Financial-Times/polyfill-library/pull/493)
|
652
|
-
- Bump stream-to-string from 1.1.0 to 1.2.0 [`#491`](https://github.com/Financial-Times/polyfill-library/pull/491)
|
653
|
-
- Fix anchor links in contributing document [`#505`](https://github.com/Financial-Times/polyfill-library/pull/505)
|
654
|
-
- Bump merge2 from 1.2.3 to 1.3.0 [`#490`](https://github.com/Financial-Times/polyfill-library/pull/490)
|
655
|
-
- Bump @financial-times/polyfill-useragent-normaliser from 1.4.2 to 1.6.3 [`#488`](https://github.com/Financial-Times/polyfill-library/pull/488)
|
656
|
-
- target browsers which do not have es6 version of Object.getOwnPropertyNames [`#487`](https://github.com/Financial-Times/polyfill-library/pull/487)
|
657
|
-
- Add documentation explaining how to add a polyfill [`#501`](https://github.com/Financial-Times/polyfill-library/pull/501)
|
658
|
-
- Add spec links to [next|previous]ElementSibling [`#500`](https://github.com/Financial-Times/polyfill-library/pull/500)
|
659
|
-
- intl : fix update task [`#499`](https://github.com/Financial-Times/polyfill-library/pull/499)
|
660
|
-
- Bump karma from 4.2.0 to 4.4.1 [`#496`](https://github.com/Financial-Times/polyfill-library/pull/496)
|
661
|
-
- [Security] Bump https-proxy-agent from 2.2.1 to 2.2.4 [`#489`](https://github.com/Financial-Times/polyfill-library/pull/489)
|
662
|
-
- update the browser targeting for RegExp.prototype.flags [`#482`](https://github.com/Financial-Times/polyfill-library/pull/482)
|
663
|
-
- Add nextElementSibling and previousElementSibling polyfills [`#484`](https://github.com/Financial-Times/polyfill-library/pull/484)
|
664
|
-
- Add es2019 alias for all the new features which were added to the spec in that version [`#483`](https://github.com/Financial-Times/polyfill-library/pull/483)
|
665
|
-
- Do not polyfill Element if it does exist -- fixes https://github.com/Financial-Times/polyfill-library/issues/458 [`#481`](https://github.com/Financial-Times/polyfill-library/pull/481)
|
666
|
-
- use a document.currentScript polyfill which works in all Internet Explorer versions :-D [`#480`](https://github.com/Financial-Times/polyfill-library/pull/480)
|
667
|
-
- update the browser targeting for RegExp.prototype.flags (#482) [`#320`](https://github.com/Financial-Times/polyfill-library/issues/320)
|
668
|
-
- Do not polyfill Element if it does exist -- fixes https://github.com/Financial-Times/polyfill-library/issues/458 (#481) [`#458`](https://github.com/Financial-Times/polyfill-library/issues/458)
|
669
|
-
|
670
|
-
#### [v3.46.0](https://github.com/Financial-Times/polyfill-library/compare/v3.45.0...v3.46.0)
|
671
|
-
|
672
|
-
> 24 February 2020
|
673
|
-
|
674
|
-
- Adds support for Intl.RelativeTimeFormat and Intl.PluralRules [`#301`](https://github.com/Financial-Times/polyfill-library/pull/301)
|
675
|
-
|
676
|
-
#### [v3.45.0](https://github.com/Financial-Times/polyfill-library/compare/v3.44.0...v3.45.0)
|
677
|
-
|
678
|
-
> 24 February 2020
|
679
|
-
|
680
|
-
- Use `self` rather than `window` in symbol polyfill [`#478`](https://github.com/Financial-Times/polyfill-library/pull/478)
|
681
|
-
|
682
|
-
#### [v3.44.0](https://github.com/Financial-Times/polyfill-library/compare/v3.43.0...v3.44.0)
|
683
|
-
|
684
|
-
> 21 February 2020
|
685
|
-
|
686
|
-
- Add TrimString abstract method and String.prototype.{trim|trimStart|trimEnd} polyfills [`#95`](https://github.com/Financial-Times/polyfill-library/pull/95)
|
687
|
-
- Improve polyfill and tests for Object.assign [`#85`](https://github.com/Financial-Times/polyfill-library/pull/85)
|
688
|
-
|
689
|
-
#### [v3.43.0](https://github.com/Financial-Times/polyfill-library/compare/v3.42.0...v3.43.0)
|
690
|
-
|
691
|
-
> 21 February 2020
|
692
|
-
|
693
|
-
- Add queueMicrotask polyfill [`#461`](https://github.com/Financial-Times/polyfill-library/pull/461)
|
694
|
-
- Bump sinon from 8.1.1 to 9.0.0 [`#473`](https://github.com/Financial-Times/polyfill-library/pull/473)
|
695
|
-
- Bump karma-browserstack-launcher from 1.4.0 to 1.5.1 [`#469`](https://github.com/Financial-Times/polyfill-library/pull/469)
|
696
|
-
- Bump web-animations-js from 2.3.1 to 2.3.2 [`#468`](https://github.com/Financial-Times/polyfill-library/pull/468)
|
697
|
-
- Improve polyfill and tests for Number.parseInt [`#81`](https://github.com/Financial-Times/polyfill-library/pull/81)
|
698
|
-
- Improve polyfill and tests for Number.parseFloat [`#80`](https://github.com/Financial-Times/polyfill-library/pull/80)
|
699
|
-
- Improve polyfill and tests for Object.create [`#79`](https://github.com/Financial-Times/polyfill-library/pull/79)
|
700
|
-
- Bump yaml from 1.1.0 to 1.7.2 [`#467`](https://github.com/Financial-Times/polyfill-library/pull/467)
|
701
|
-
- Bump glob from 7.1.3 to 7.1.6 [`#466`](https://github.com/Financial-Times/polyfill-library/pull/466)
|
702
|
-
- Serve IntersectionObserver to Opera Mobile < 46 [`#470`](https://github.com/Financial-Times/polyfill-library/pull/470)
|
703
|
-
- switch the global object from being `this` to being an argument named `self` [`#318`](https://github.com/Financial-Times/polyfill-library/pull/318)
|
704
|
-
- Bump webdriverio from 5.18.6 to 5.18.7 [`#465`](https://github.com/Financial-Times/polyfill-library/pull/465)
|
705
|
-
- Bump rimraf from 3.0.1 to 3.0.2 [`#460`](https://github.com/Financial-Times/polyfill-library/pull/460)
|
706
|
-
- Bump handlebars from 4.7.2 to 4.7.3 [`#459`](https://github.com/Financial-Times/polyfill-library/pull/459)
|
707
|
-
- Add an origami.json [`#463`](https://github.com/Financial-Times/polyfill-library/pull/463)
|
708
|
-
- Use `self` instead of `this` for `Symbol` [`#298`](https://github.com/Financial-Times/polyfill-library/pull/298)
|
709
|
-
- Add workflow for adding new issues and PRs to the project board [`#452`](https://github.com/Financial-Times/polyfill-library/pull/452)
|
710
|
-
- Element.prototype.classList - native DOMTokenList is not a constructor [`#269`](https://github.com/Financial-Times/polyfill-library/pull/269)
|
711
|
-
- IntersectionObserver, polyfill iOS Safari < 12.2 [`#296`](https://github.com/Financial-Times/polyfill-library/pull/296)
|
712
|
-
- Update Array.prototype.flat & Array.prototype.flatMap browser targeting [`#289`](https://github.com/Financial-Times/polyfill-library/pull/289)
|
713
|
-
- Add AbortController [`#59`](https://github.com/Financial-Times/polyfill-library/pull/59)
|
714
|
-
- feat: add string.prototype.big [`#272`](https://github.com/Financial-Times/polyfill-library/pull/272)
|
715
|
-
- feat: add string.prototype.anchor polyfill [`#271`](https://github.com/Financial-Times/polyfill-library/pull/271)
|
716
|
-
- feat: add symbol.asyncIterator polyfill [`#270`](https://github.com/Financial-Times/polyfill-library/pull/270)
|
717
|
-
- ({}).toString.call(null) should not be [object Window] [`#193`](https://github.com/Financial-Times/polyfill-library/pull/193)
|
718
|
-
- Add Reflect.defineProperty polyfill [`#240`](https://github.com/Financial-Times/polyfill-library/pull/240)
|
719
|
-
- 3.34.0 [`#194`](https://github.com/Financial-Times/polyfill-library/pull/194)
|
720
|
-
- Add requestIdleCallback and cancelIdleCallback. [`#192`](https://github.com/Financial-Times/polyfill-library/pull/192)
|
721
|
-
- Replace fs with graceful-fs to stop too many files open error [`#145`](https://github.com/Financial-Times/polyfill-library/pull/145)
|
722
|
-
- Add opera mob to CreateMethodProperty [`#78`](https://github.com/Financial-Times/polyfill-library/pull/78)
|
723
|
-
- Map polyfill: missing opera config [`#8`](https://github.com/Financial-Times/polyfill-library/pull/8)
|
724
|
-
- Set polyfill: missing opera config [`#9`](https://github.com/Financial-Times/polyfill-library/pull/9)
|
725
|
-
- Small refactoring of UA class [`#16`](https://github.com/Financial-Times/polyfill-library/pull/16)
|
726
|
-
- Sort the features by name before topographically sorting them [`#11`](https://github.com/Financial-Times/polyfill-library/pull/11)
|
727
|
-
- Simplify the codebase [`#13`](https://github.com/Financial-Times/polyfill-library/pull/13)
|
728
|
-
- Move Function.prototype.name polyfill to correct folder location [`#1`](https://github.com/Financial-Times/polyfill-library/pull/1)
|
729
|
-
- getPolyfillString without check for unsupported ua [`#6`](https://github.com/Financial-Times/polyfill-library/pull/6)
|
730
|
-
- add callback option [`#12`](https://github.com/Financial-Times/polyfill-library/pull/12)
|
731
|
-
- Add dotenv dev dependency [`#10`](https://github.com/Financial-Times/polyfill-library/pull/10)
|
732
|
-
- Generate circleci config where each polyfill test is a separate job [`#3`](https://github.com/Financial-Times/polyfill-library/pull/3)
|
733
|
-
- Add CircleCI config [`#2`](https://github.com/Financial-Times/polyfill-library/pull/2)
|
734
|
-
- Move from custom test-runner to Karma [`#1826`](https://github.com/Financial-Times/polyfill-library/pull/1826)
|
735
|
-
- Use new version of proclaim which has all the custom methods we had implemented [`#1824`](https://github.com/Financial-Times/polyfill-library/pull/1824)
|
736
|
-
- Versioned libraries [`#1820`](https://github.com/Financial-Times/polyfill-library/pull/1820)
|
737
|
-
- Release 3.27.0 [`#1814`](https://github.com/Financial-Times/polyfill-library/pull/1814)
|
738
|
-
- Release 3.27.0 [`#1814`](https://github.com/Financial-Times/polyfill-library/pull/1814)
|
739
|
-
- Add tests for Math.log10 [`#1803`](https://github.com/Financial-Times/polyfill-library/pull/1803)
|
740
|
-
- Add more test for Number.EPSILON [`#1804`](https://github.com/Financial-Times/polyfill-library/pull/1804)
|
741
|
-
- remove handlebars from polyfill-library [`#1800`](https://github.com/Financial-Times/polyfill-library/pull/1800)
|
742
|
-
- Simplify the service by moving from serverless back to heroku [`#1798`](https://github.com/Financial-Times/polyfill-library/pull/1798)
|
743
|
-
- Fix formatting in polyfill-library readme [`#1786`](https://github.com/Financial-Times/polyfill-library/pull/1786)
|
744
|
-
- [fix] Add Samsung Browser to Promise.prototype.finally polyfill config [`#1763`](https://github.com/Financial-Times/polyfill-library/pull/1763)
|
745
|
-
- Add missing Event constants [`#1729`](https://github.com/Financial-Times/polyfill-library/pull/1729)
|
746
|
-
- Fixed console specs link [`#1746`](https://github.com/Financial-Times/polyfill-library/pull/1746)
|
747
|
-
- Only apply URL polyfill for Safari < 12 [`#1766`](https://github.com/Financial-Times/polyfill-library/pull/1766)
|
748
|
-
- Add es2018 alias [`#1779`](https://github.com/Financial-Times/polyfill-library/pull/1779)
|
749
|
-
- Array.prototype.values updated browser support [`#1776`](https://github.com/Financial-Times/polyfill-library/pull/1776)
|
750
|
-
- Beta V3 API -- Moving from Heroku to AWS+Serverless framework [`#1777`](https://github.com/Financial-Times/polyfill-library/pull/1777)
|
751
|
-
- Add headlesschrome to aliases [`#1726`](https://github.com/Financial-Times/polyfill-library/pull/1726)
|
752
|
-
- add polyfill for NodeList.forEach [`#1710`](https://github.com/Financial-Times/polyfill-library/pull/1710)
|
753
|
-
- Rewrite Math.fround to be spec compliant and use es abstract methods [`#1578`](https://github.com/Financial-Times/polyfill-library/pull/1578)
|
754
|
-
- Link to the correct section in the spec for Number.isNaN [`#1708`](https://github.com/Financial-Times/polyfill-library/pull/1708)
|
755
|
-
- Fix all linting warnings and errors in polyfill-library module [`#1707`](https://github.com/Financial-Times/polyfill-library/pull/1707)
|
756
|
-
- Enable custom polyfill collection to be used with the polyfill-library module [`#1706`](https://github.com/Financial-Times/polyfill-library/pull/1706)
|
757
|
-
- improve test coverage for Array.prototype.keys [`#1631`](https://github.com/Financial-Times/polyfill-library/pull/1631)
|
758
|
-
- Server Number.isInteger polyfill to Chrome 19-33 [`#1703`](https://github.com/Financial-Times/polyfill-library/pull/1703)
|
759
|
-
- Serve HTMLCanvasElement.prototype.toBlob to Edge and don't serve to Safari 11 [`#1704`](https://github.com/Financial-Times/polyfill-library/pull/1704)
|
760
|
-
- update Yaku version to support Promise polyfilling in Web Worker [`#1701`](https://github.com/Financial-Times/polyfill-library/pull/1701)
|
761
|
-
- Don't add the outer closure if no polyfills need to be served [`#1695`](https://github.com/Financial-Times/polyfill-library/pull/1695)
|
762
|
-
- improve tests for setimmediate [`#1665`](https://github.com/Financial-Times/polyfill-library/pull/1665)
|
763
|
-
- Split into polyfill-library and polyfill-service [`#1693`](https://github.com/Financial-Times/polyfill-library/pull/1693)
|
764
|
-
- Use `self` instead of `this` for `Symbol` (#298) [`#297`](https://github.com/Financial-Times/polyfill-library/issues/297)
|
765
|
-
- Serve Array.prototype.fill to all ie mobile [`#344`](https://github.com/Financial-Times/polyfill-library/issues/344)
|
766
|
-
- Serve URL/URLSearchParams polyfill to Firefox versions below 44 [`#311`](https://github.com/Financial-Times/polyfill-library/issues/311)
|
767
|
-
- Removing the typeof check with early return because it is handled via the `new Event` check, which is more thorough and will correctly detect bad Event constructors in Android 4.x [`#19`](https://github.com/Financial-Times/polyfill-library/issues/19)
|
768
|
-
- Update config.json [`#173`](https://github.com/Financial-Times/polyfill-library/issues/173)
|
769
|
-
- Update support of requestAnimationFrame for Opera Mini [`#172`](https://github.com/Financial-Times/polyfill-library/issues/172)
|
770
|
-
- Use Graceful-fs when updating/building third-party polyfills [`#128`](https://github.com/Financial-Times/polyfill-library/issues/128)
|
771
|
-
- Make Element.prototype.dataset properties enumerable [`#37`](https://github.com/Financial-Times/polyfill-library/issues/37)
|
772
|
-
- Add es6 alias for String.fromCodePoint. Fixes #1875 [`#1875`](https://github.com/Financial-Times/polyfill-library/issues/1875)
|
773
|
-
- remove handlebars from polyfill-library (#1800) [`#1792`](https://github.com/Financial-Times/polyfill-service/pull/1792)
|
774
|
-
- add polyfill for NodeList.forEach (#1710) [`#1686`](https://github.com/Financial-Times/polyfill-library/issues/1686) [`#1430`](https://github.com/Financial-Times/polyfill-library/issues/1430)
|
775
|
-
- Don't add the outer closure if no polyfills need to be served (#1695) [`#1685`](https://github.com/Financial-Times/polyfill-library/issues/1685)
|
776
|
-
- Convert every JSON file to TOML [`a6dba64`](https://github.com/Financial-Times/polyfill-library/commit/a6dba64c8c658caa4aec48cdd7af85a71f5fadb5)
|
777
|
-
- move from yarn to npm and use npm ci [`af2f86f`](https://github.com/Financial-Times/polyfill-library/commit/af2f86f8fcd9251fa748823d04dd46362cc41ed2)
|
778
|
-
- Add all the missing browsers in the internal polyfills [`efab9f1`](https://github.com/Financial-Times/polyfill-library/commit/efab9f1ea7a57832595c4025b35328179776d33e)
|
779
|
-
|
780
|
-
#### [v3.42.0](https://github.com/Financial-Times/polyfill-library/compare/v3.41.0...v3.42.0)
|
781
|
-
|
782
|
-
> 8 November 2019
|
783
|
-
|
784
|
-
- Serve URL/URLSearchParams polyfill to Firefox versions below 44 [`#311`](https://github.com/Financial-Times/polyfill-library/issues/311)
|
785
|
-
- update circleci config with tests for smoothscroll [`d7ccbab`](https://github.com/Financial-Times/polyfill-library/commit/d7ccbab1020e79499b5bbcaeae31b255ab97c5c6)
|
786
|
-
- [NR] adding patch to polyfill to remove UMD code [`cb437cc`](https://github.com/Financial-Times/polyfill-library/commit/cb437cc994715ba290cafa26579fec5e0e0cb09d)
|
787
|
-
- Adding smoothscroll polyfill for element.scroll* methods [`37323ce`](https://github.com/Financial-Times/polyfill-library/commit/37323cebc9d121d4744363db255738b2dbb5bbf8)
|
788
|
-
|
789
|
-
#### [v3.41.0](https://github.com/Financial-Times/polyfill-library/compare/v3.40.0...v3.41.0)
|
790
|
-
|
791
|
-
> 25 September 2019
|
792
|
-
|
793
|
-
- Update and rename detect-disabled.js to detect.js [`65767d1`](https://github.com/Financial-Times/polyfill-library/commit/65767d1db6cc684df6da988decd4bdb36cab7e8b)
|
794
|
-
- Update detect-disabled.js [`443e56a`](https://github.com/Financial-Times/polyfill-library/commit/443e56a38d0dc638030929c4cef86f1171e1b694)
|
795
|
-
|
796
|
-
#### [v3.40.0](https://github.com/Financial-Times/polyfill-library/compare/v3.39.0...v3.40.0)
|
797
|
-
|
798
|
-
> 9 September 2019
|
799
|
-
|
800
|
-
- Serve IntersectionObserver polyfill to Safari 12.1 [`89cfbc7`](https://github.com/Financial-Times/polyfill-library/commit/89cfbc71b668de0774dc4104bb58efd3f0343e94)
|
801
|
-
|
802
|
-
#### [v3.39.0](https://github.com/Financial-Times/polyfill-library/compare/v3.38.0...v3.39.0)
|
803
|
-
|
804
|
-
> 4 September 2019
|
805
|
-
|
806
|
-
- Element.prototype.classList - native DOMTokenList is not a constructor [`#269`](https://github.com/Financial-Times/polyfill-library/pull/269)
|
807
|
-
- IntersectionObserver, polyfill iOS Safari < 12.2 [`#296`](https://github.com/Financial-Times/polyfill-library/pull/296)
|
808
|
-
|
809
|
-
#### [v3.38.0](https://github.com/Financial-Times/polyfill-library/compare/v3.37.0...v3.38.0)
|
810
|
-
|
811
|
-
> 31 July 2019
|
812
|
-
|
813
|
-
- Update Array.prototype.flat & Array.prototype.flatMap browser targeting [`#289`](https://github.com/Financial-Times/polyfill-library/pull/289)
|
814
|
-
- Add AbortController [`#59`](https://github.com/Financial-Times/polyfill-library/pull/59)
|
815
|
-
- feat: add string.prototype.big [`#272`](https://github.com/Financial-Times/polyfill-library/pull/272)
|
816
|
-
- feat: add string.prototype.anchor polyfill [`#271`](https://github.com/Financial-Times/polyfill-library/pull/271)
|
817
|
-
- feat: add symbol.asyncIterator polyfill [`#270`](https://github.com/Financial-Times/polyfill-library/pull/270)
|
818
|
-
- ({}).toString.call(null) should not be [object Window] [`#193`](https://github.com/Financial-Times/polyfill-library/pull/193)
|
819
|
-
- feat: add string.prototype.fontsize [`2e4e9fa`](https://github.com/Financial-Times/polyfill-library/commit/2e4e9fa8fe580b6432efdc030ac2e8bc6650e409)
|
820
|
-
- feat: add string.prototype.blink [`7912033`](https://github.com/Financial-Times/polyfill-library/commit/7912033121488d586ea0019e52e56a7ff07debc8)
|
821
|
-
- feat: add string.prototype.bold [`fe231bb`](https://github.com/Financial-Times/polyfill-library/commit/fe231bbae9dae0694a754d5858413b0cc483a780)
|
822
|
-
|
823
|
-
#### [v3.37.0](https://github.com/Financial-Times/polyfill-library/compare/v3.36.0...v3.37.0)
|
824
|
-
|
825
|
-
> 23 July 2019
|
826
|
-
|
827
|
-
- Add Object.getOwnPropertyDescriptors to the es2017 alias [`0ec5191`](https://github.com/Financial-Times/polyfill-library/commit/0ec5191c3ea52bb9ca21d8ba9b4daf6b218ee4f1)
|
828
|
-
|
829
|
-
#### [v3.36.0](https://github.com/Financial-Times/polyfill-library/compare/v3.35.0...v3.36.0)
|
830
|
-
|
831
|
-
> 19 July 2019
|
832
|
-
|
833
|
-
- Convert every JSON file to TOML [`c38ac31`](https://github.com/Financial-Times/polyfill-library/commit/c38ac31fde0cdf470ede3baa0212878f98dd52fb)
|
834
|
-
- update nyc [`7253387`](https://github.com/Financial-Times/polyfill-library/commit/72533870ac2e3d5e8073b7f16a00292b9429a327)
|
835
|
-
- Add snyk [`3bfbf41`](https://github.com/Financial-Times/polyfill-library/commit/3bfbf41f93def81fed29342d2c1016a29c3374f8)
|
836
|
-
|
837
|
-
#### [v3.35.0](https://github.com/Financial-Times/polyfill-library/compare/v3.34.0...v3.35.0)
|
838
|
-
|
839
|
-
> 5 July 2019
|
840
|
-
|
841
|
-
- Add Reflect.defineProperty polyfill [`#240`](https://github.com/Financial-Times/polyfill-library/pull/240)
|
842
|
-
- update browserlist for browserstack [`0087c7d`](https://github.com/Financial-Times/polyfill-library/commit/0087c7dca36b76f2db3cbe80d4de47a910ffe5b2)
|
843
|
-
- add HTMLTemplateElement as an available polyfill [`845eef7`](https://github.com/Financial-Times/polyfill-library/commit/845eef78e955abdfb44b1453057d1ce95a1b6336)
|
844
|
-
- update expected results for test now that typed-arrays are being bundled correctly [`bdad622`](https://github.com/Financial-Times/polyfill-library/commit/bdad622366edcc04f7dba93bd4b740d6f75f17e2)
|
845
|
-
|
846
|
-
#### [v3.34.0](https://github.com/Financial-Times/polyfill-library/compare/v3.33.0...v3.34.0)
|
847
|
-
|
848
|
-
> 29 April 2019
|
849
|
-
|
850
|
-
- 3.34.0 [`#194`](https://github.com/Financial-Times/polyfill-library/pull/194)
|
851
|
-
- Add requestIdleCallback and cancelIdleCallback. [`#192`](https://github.com/Financial-Times/polyfill-library/pull/192)
|
852
|
-
- Removing the typeof check with early return because it is handled via the `new Event` check, which is more thorough and will correctly detect bad Event constructors in Android 4.x [`#19`](https://github.com/Financial-Times/polyfill-library/issues/19)
|
853
|
-
- Add core requestIdleCallback functionality. [`f6fb561`](https://github.com/Financial-Times/polyfill-library/commit/f6fb5616fe35858a4be9e8d6b748f059c4231a6a)
|
854
|
-
- WIP: Add toggle attribute polyfill. [`bdfe551`](https://github.com/Financial-Times/polyfill-library/commit/bdfe551772b316768e4cbe2058aadc3c5312d7fb)
|
855
|
-
- Wrap in a describe block [`b1fce20`](https://github.com/Financial-Times/polyfill-library/commit/b1fce20a9c6779b0f2c2e3131a38dbc5d7c954b7)
|
856
|
-
|
857
|
-
#### [v3.33.0](https://github.com/Financial-Times/polyfill-library/compare/v3.32.0...v3.33.0)
|
858
|
-
|
859
|
-
> 3 April 2019
|
860
|
-
|
861
|
-
- preserve function names in minified code [`100ee97`](https://github.com/Financial-Times/polyfill-library/commit/100ee974784a9f5e4b0aa371cb928d8f331d96da)
|
862
|
-
- Update polyfill.js [`ad3b29f`](https://github.com/Financial-Times/polyfill-library/commit/ad3b29f4361ee5af72733494555fe19bbda3533e)
|
863
|
-
|
864
|
-
#### [v3.32.0](https://github.com/Financial-Times/polyfill-library/compare/v3.31.1...v3.32.0)
|
865
|
-
|
866
|
-
> 3 April 2019
|
867
|
-
|
868
|
-
- Update config.json [`#173`](https://github.com/Financial-Times/polyfill-library/issues/173)
|
869
|
-
- Update support of requestAnimationFrame for Opera Mini [`#172`](https://github.com/Financial-Times/polyfill-library/issues/172)
|
870
|
-
- Serve Promise to op_mob [`49f9330`](https://github.com/Financial-Times/polyfill-library/commit/49f93306ae4b69cfe0f7f085947d3537ac9f6eae)
|
871
|
-
- Make polyfill work in IE8 and Chrome 43 [`6025f49`](https://github.com/Financial-Times/polyfill-library/commit/6025f49450d08b4f5f929decfdbb95ef6b2c6156)
|
872
|
-
- Updates browser support for Symbol.match and Symbol.replace [`9c90a52`](https://github.com/Financial-Times/polyfill-library/commit/9c90a52f40f90077c8ae078c506cca62ad52f7e8)
|
873
|
-
|
874
|
-
#### [v3.31.1](https://github.com/Financial-Times/polyfill-library/compare/v3.31.0...v3.31.1)
|
875
|
-
|
876
|
-
> 4 March 2019
|
877
|
-
|
878
|
-
- Use IIFEs to store state for listPolyfills and listAliases as they never are functions which always return the exact same result [`8237458`](https://github.com/Financial-Times/polyfill-library/commit/823745861af1d7988e1f7fd1dd37c874c215e4b5)
|
879
|
-
- use an LRU cache for the getPolyfillMeta function to avoid too many filesystem operations [`4c37562`](https://github.com/Financial-Times/polyfill-library/commit/4c37562ce3a6bd795ce17748c6c1ca492186829e)
|
880
|
-
|
881
|
-
#### [v3.31.0](https://github.com/Financial-Times/polyfill-library/compare/v3.30.1...v3.31.0)
|
882
|
-
|
883
|
-
> 27 February 2019
|
884
|
-
|
885
|
-
#### [v3.30.1](https://github.com/Financial-Times/polyfill-library/compare/v3.30.0...v3.30.1)
|
886
|
-
|
887
|
-
> 22 February 2019
|
888
|
-
|
889
|
-
- builds polyfills/__dist folder before publishing the package instead of when installing the package [`5d9747e`](https://github.com/Financial-Times/polyfill-library/commit/5d9747ec32c919cd36716634a6659d5c334ae1ed)
|
890
|
-
|
891
|
-
#### [v3.30.0](https://github.com/Financial-Times/polyfill-library/compare/v3.29.0...v3.30.0)
|
892
|
-
|
893
|
-
> 22 February 2019
|
894
|
-
|
895
|
-
- Replace fs with graceful-fs to stop too many files open error [`#145`](https://github.com/Financial-Times/polyfill-library/pull/145)
|
896
|
-
- Minify detect.js output [`cf1d139`](https://github.com/Financial-Times/polyfill-library/commit/cf1d139c8fdb5d562fa44f199dd004eec656a22e)
|
897
|
-
- Make two separate minify functions for polyfills and detects [`9109e2a`](https://github.com/Financial-Times/polyfill-library/commit/9109e2ab4f534dec85be92f409d016c3b410ecc9)
|
898
|
-
|
899
|
-
#### [v3.29.0](https://github.com/Financial-Times/polyfill-library/compare/v3.28.1...v3.29.0)
|
900
|
-
|
901
|
-
> 22 February 2019
|
902
|
-
|
903
|
-
- add back nyc [`7a5d036`](https://github.com/Financial-Times/polyfill-library/commit/7a5d036b37da16933039b0204e02efc3db52a355)
|
904
|
-
- Remove babel as no polyfills require it [`15a0fdb`](https://github.com/Financial-Times/polyfill-library/commit/15a0fdb331141d23d6f8dd63ceaf27bdc43d8993)
|
905
|
-
- Add array.prototype.flat polyfill [`a008ddf`](https://github.com/Financial-Times/polyfill-library/commit/a008ddf2efe2c8d35e6e7e1e8ac436c10c52810f)
|
906
|
-
|
907
|
-
#### [v3.28.1](https://github.com/Financial-Times/polyfill-library/compare/v3.28.0...v3.28.1)
|
908
|
-
|
909
|
-
> 19 February 2019
|
910
|
-
|
911
|
-
- Add test to show objects with null prototypes work as key [`c14fe63`](https://github.com/Financial-Times/polyfill-library/commit/c14fe6351255aeecbfdb74c16738ae37df8c5cd6)
|
912
|
-
- Fixes check for -0 in Map.set polyfill [`18dfee3`](https://github.com/Financial-Times/polyfill-library/commit/18dfee3cb03fb543f5ab8263213b83c1363ab80c)
|
913
|
-
|
914
|
-
#### [v3.28.0](https://github.com/Financial-Times/polyfill-library/compare/v3.27.4...v3.28.0)
|
915
|
-
|
916
|
-
> 12 February 2019
|
917
|
-
|
918
|
-
- Add opera mob to CreateMethodProperty [`#78`](https://github.com/Financial-Times/polyfill-library/pull/78)
|
919
|
-
- Use Graceful-fs when updating/building third-party polyfills [`#128`](https://github.com/Financial-Times/polyfill-library/issues/128)
|
920
|
-
- Make Element.prototype.dataset properties enumerable [`#37`](https://github.com/Financial-Times/polyfill-library/issues/37)
|
921
|
-
- Add es6 alias for String.fromCodePoint. Fixes #1875 [`#1875`](https://github.com/Financial-Times/polyfill-library/issues/1875)
|
922
|
-
- move from yarn to npm and use npm ci [`1e4f2b7`](https://github.com/Financial-Times/polyfill-library/commit/1e4f2b7b1514deb8539c74f4446ca7f3e4f40976)
|
923
|
-
- Add command timeout of an hour for testing on browsers [`9016737`](https://github.com/Financial-Times/polyfill-library/commit/901673738f8665d346444a931dfd945374e0a430)
|
924
|
-
- Add Array.prototype.flatMap polyfill and FlattenIntoArray helper [`1e382e2`](https://github.com/Financial-Times/polyfill-library/commit/1e382e260ef17faf1c894ee520918431797d0320)
|
925
|
-
|
926
|
-
#### [v3.27.4](https://github.com/Financial-Times/polyfill-library/compare/v3.27.3...v3.27.4)
|
927
|
-
|
928
|
-
> 24 January 2019
|
929
|
-
|
930
|
-
- Add listAliases function [`1f7f11d`](https://github.com/Financial-Times/polyfill-library/commit/1f7f11d3fb95c95cefcbcb40947799053597b3fd)
|
931
|
-
|
932
|
-
#### [v3.27.3](https://github.com/Financial-Times/polyfill-library/compare/v3.27.2...v3.27.3)
|
933
|
-
|
934
|
-
> 24 January 2019
|
935
|
-
|
936
|
-
- Map polyfill: missing opera config [`#8`](https://github.com/Financial-Times/polyfill-library/pull/8)
|
937
|
-
- Set polyfill: missing opera config [`#9`](https://github.com/Financial-Times/polyfill-library/pull/9)
|
938
|
-
|
939
|
-
#### [v3.27.2](https://github.com/Financial-Times/polyfill-library/compare/v3.27.1...v3.27.2)
|
940
|
-
|
941
|
-
> 24 January 2019
|
942
|
-
|
943
|
-
- Small refactoring of UA class [`#16`](https://github.com/Financial-Times/polyfill-library/pull/16)
|
944
|
-
- Sort the features by name before topographically sorting them [`#11`](https://github.com/Financial-Times/polyfill-library/pull/11)
|
945
|
-
- Simplify the codebase [`#13`](https://github.com/Financial-Times/polyfill-library/pull/13)
|
946
|
-
- Move Function.prototype.name polyfill to correct folder location [`#1`](https://github.com/Financial-Times/polyfill-library/pull/1)
|
947
|
-
- getPolyfillString without check for unsupported ua [`#6`](https://github.com/Financial-Times/polyfill-library/pull/6)
|
948
|
-
- Use contributing guide url for contributing guide links [`6b703cb`](https://github.com/Financial-Times/polyfill-library/commit/6b703cb6ece0bdca5a71d6aa0107c8a7a1ebaad3)
|
949
|
-
- No classes [`b379e79`](https://github.com/Financial-Times/polyfill-library/commit/b379e796dc3e54cdb03ca7584b32d5df963e8a93)
|
950
|
-
- Remove ability to change the polyfillsPath [`db94e4b`](https://github.com/Financial-Times/polyfill-library/commit/db94e4bd1b9b9f41bc5bc1cef1d0e0348c9d926a)
|
951
|
-
|
952
|
-
#### [v3.27.1](https://github.com/Financial-Times/polyfill-library/compare/v3.27.0...v3.27.1)
|
953
|
-
|
954
|
-
> 17 January 2019
|
955
|
-
|
956
|
-
- add callback option [`#12`](https://github.com/Financial-Times/polyfill-library/pull/12)
|
957
|
-
- Add dotenv dev dependency [`#10`](https://github.com/Financial-Times/polyfill-library/pull/10)
|
958
|
-
- Generate circleci config where each polyfill test is a separate job [`#3`](https://github.com/Financial-Times/polyfill-library/pull/3)
|
959
|
-
- Add CircleCI config [`#2`](https://github.com/Financial-Times/polyfill-library/pull/2)
|
960
|
-
- Move from custom test-runner to Karma [`#1826`](https://github.com/Financial-Times/polyfill-library/pull/1826)
|
961
|
-
- Use new version of proclaim which has all the custom methods we had implemented [`#1824`](https://github.com/Financial-Times/polyfill-library/pull/1824)
|
962
|
-
- Versioned libraries [`#1820`](https://github.com/Financial-Times/polyfill-library/pull/1820)
|
963
|
-
- Release 3.27.0 [`#1814`](https://github.com/Financial-Times/polyfill-library/pull/1814)
|
964
|
-
- Release 3.27.0 [`#1814`](https://github.com/Financial-Times/polyfill-library/pull/1814)
|
965
|
-
- Add tests for Math.log10 [`#1803`](https://github.com/Financial-Times/polyfill-library/pull/1803)
|
966
|
-
- Add more test for Number.EPSILON [`#1804`](https://github.com/Financial-Times/polyfill-library/pull/1804)
|
967
|
-
- remove handlebars from polyfill-library [`#1800`](https://github.com/Financial-Times/polyfill-library/pull/1800)
|
968
|
-
- Simplify the service by moving from serverless back to heroku [`#1798`](https://github.com/Financial-Times/polyfill-library/pull/1798)
|
969
|
-
- Fix formatting in polyfill-library readme [`#1786`](https://github.com/Financial-Times/polyfill-library/pull/1786)
|
970
|
-
- [fix] Add Samsung Browser to Promise.prototype.finally polyfill config [`#1763`](https://github.com/Financial-Times/polyfill-library/pull/1763)
|
971
|
-
- Add missing Event constants [`#1729`](https://github.com/Financial-Times/polyfill-library/pull/1729)
|
972
|
-
- Fixed console specs link [`#1746`](https://github.com/Financial-Times/polyfill-library/pull/1746)
|
973
|
-
- Only apply URL polyfill for Safari < 12 [`#1766`](https://github.com/Financial-Times/polyfill-library/pull/1766)
|
974
|
-
- Add es2018 alias [`#1779`](https://github.com/Financial-Times/polyfill-library/pull/1779)
|
975
|
-
- Array.prototype.values updated browser support [`#1776`](https://github.com/Financial-Times/polyfill-library/pull/1776)
|
976
|
-
- Beta V3 API -- Moving from Heroku to AWS+Serverless framework [`#1777`](https://github.com/Financial-Times/polyfill-library/pull/1777)
|
977
|
-
- Add headlesschrome to aliases [`#1726`](https://github.com/Financial-Times/polyfill-library/pull/1726)
|
978
|
-
- add polyfill for NodeList.forEach [`#1710`](https://github.com/Financial-Times/polyfill-library/pull/1710)
|
979
|
-
- Rewrite Math.fround to be spec compliant and use es abstract methods [`#1578`](https://github.com/Financial-Times/polyfill-library/pull/1578)
|
980
|
-
- Link to the correct section in the spec for Number.isNaN [`#1708`](https://github.com/Financial-Times/polyfill-library/pull/1708)
|
981
|
-
- Fix all linting warnings and errors in polyfill-library module [`#1707`](https://github.com/Financial-Times/polyfill-library/pull/1707)
|
982
|
-
- Enable custom polyfill collection to be used with the polyfill-library module [`#1706`](https://github.com/Financial-Times/polyfill-library/pull/1706)
|
983
|
-
- improve test coverage for Array.prototype.keys [`#1631`](https://github.com/Financial-Times/polyfill-library/pull/1631)
|
984
|
-
- Server Number.isInteger polyfill to Chrome 19-33 [`#1703`](https://github.com/Financial-Times/polyfill-library/pull/1703)
|
985
|
-
- Serve HTMLCanvasElement.prototype.toBlob to Edge and don't serve to Safari 11 [`#1704`](https://github.com/Financial-Times/polyfill-library/pull/1704)
|
986
|
-
- update Yaku version to support Promise polyfilling in Web Worker [`#1701`](https://github.com/Financial-Times/polyfill-library/pull/1701)
|
987
|
-
- Don't add the outer closure if no polyfills need to be served [`#1695`](https://github.com/Financial-Times/polyfill-library/pull/1695)
|
988
|
-
- improve tests for setimmediate [`#1665`](https://github.com/Financial-Times/polyfill-library/pull/1665)
|
989
|
-
- Split into polyfill-library and polyfill-service [`#1693`](https://github.com/Financial-Times/polyfill-library/pull/1693)
|
990
|
-
- remove handlebars from polyfill-library (#1800) [`#1792`](https://github.com/Financial-Times/polyfill-service/pull/1792)
|
991
|
-
- add polyfill for NodeList.forEach (#1710) [`#1686`](https://github.com/Financial-Times/polyfill-library/issues/1686) [`#1430`](https://github.com/Financial-Times/polyfill-library/issues/1430)
|
992
|
-
- Don't add the outer closure if no polyfills need to be served (#1695) [`#1685`](https://github.com/Financial-Times/polyfill-library/issues/1685)
|
993
|
-
- update lock [`80a2310`](https://github.com/Financial-Times/polyfill-library/commit/80a231080cb18c634039a63beff120315d63a60a)
|
994
|
-
- Update docs to be consistent with actual implementation [`ea394e7`](https://github.com/Financial-Times/polyfill-library/commit/ea394e71ee5e8b163e741938b4504d33025f9ecb)
|
995
|
-
- replace . and @ characters in job names as they are violate the circleci schema [`fbcd56b`](https://github.com/Financial-Times/polyfill-library/commit/fbcd56b6b1fe920a3b82861d0dd237e9290a43b9)
|
996
|
-
|
997
|
-
#### [v3.27.0](https://github.com/Financial-Times/polyfill-library/compare/v3.25.1...v3.27.0)
|
998
|
-
|
999
|
-
> 20 November 2018
|
1000
|
-
|
1001
|
-
- Release 3.27.0 [`#1814`](https://github.com/Financial-Times/polyfill-library/pull/1814)
|
1002
|
-
- Release 3.27.0 [`#1814`](https://github.com/Financial-Times/polyfill-library/pull/1814)
|
1003
|
-
- Add tests for Math.log10 [`#1803`](https://github.com/Financial-Times/polyfill-library/pull/1803)
|
1004
|
-
- Add more test for Number.EPSILON [`#1804`](https://github.com/Financial-Times/polyfill-library/pull/1804)
|
1005
|
-
- remove handlebars from polyfill-library [`#1800`](https://github.com/Financial-Times/polyfill-library/pull/1800)
|
1006
|
-
- checkout [`#1799`](https://github.com/Financial-Times/polyfill-library/pull/1799)
|
1007
|
-
- Simplify the service by moving from serverless back to heroku [`#1798`](https://github.com/Financial-Times/polyfill-library/pull/1798)
|
1008
|
-
- A collection of little improvements to V3 docs. [`#1782`](https://github.com/Financial-Times/polyfill-library/pull/1782)
|
1009
|
-
- Fix formatting in polyfill-library readme [`#1786`](https://github.com/Financial-Times/polyfill-library/pull/1786)
|
1010
|
-
- [fix] Add Samsung Browser to Promise.prototype.finally polyfill config [`#1763`](https://github.com/Financial-Times/polyfill-library/pull/1763)
|
1011
|
-
- Add missing Event constants [`#1729`](https://github.com/Financial-Times/polyfill-library/pull/1729)
|
1012
|
-
- remove firefox 39 as it is being flaky right now [`#1781`](https://github.com/Financial-Times/polyfill-library/pull/1781)
|
1013
|
-
- Fixed console specs link [`#1746`](https://github.com/Financial-Times/polyfill-library/pull/1746)
|
1014
|
-
- Only apply URL polyfill for Safari < 12 [`#1766`](https://github.com/Financial-Times/polyfill-library/pull/1766)
|
1015
|
-
- Add es2018 alias [`#1779`](https://github.com/Financial-Times/polyfill-library/pull/1779)
|
1016
|
-
- Array.prototype.values updated browser support [`#1776`](https://github.com/Financial-Times/polyfill-library/pull/1776)
|
1017
|
-
- Beta V3 API -- Moving from Heroku to AWS+Serverless framework [`#1777`](https://github.com/Financial-Times/polyfill-library/pull/1777)
|
1018
|
-
- fixing links in README.md to reference the correct location [`#1747`](https://github.com/Financial-Times/polyfill-library/pull/1747)
|
1019
|
-
- Add headlesschrome to aliases [`#1726`](https://github.com/Financial-Times/polyfill-library/pull/1726)
|
1020
|
-
- Dev script in root packages.json now points to polyfill-service instead of polyfill-library, which does not have a dev script. [`#1723`](https://github.com/Financial-Times/polyfill-library/pull/1723)
|
1021
|
-
- add polyfill for NodeList.forEach [`#1710`](https://github.com/Financial-Times/polyfill-library/pull/1710)
|
1022
|
-
- Rewrite Math.fround to be spec compliant and use es abstract methods [`#1578`](https://github.com/Financial-Times/polyfill-library/pull/1578)
|
1023
|
-
- Link to the correct section in the spec for Number.isNaN [`#1708`](https://github.com/Financial-Times/polyfill-library/pull/1708)
|
1024
|
-
- Fix all linting warnings and errors in polyfill-library module [`#1707`](https://github.com/Financial-Times/polyfill-library/pull/1707)
|
1025
|
-
- Enable custom polyfill collection to be used with the polyfill-library module [`#1706`](https://github.com/Financial-Times/polyfill-library/pull/1706)
|
1026
|
-
- update docs [`#1709`](https://github.com/Financial-Times/polyfill-library/pull/1709)
|
1027
|
-
- improve test coverage for Array.prototype.keys [`#1631`](https://github.com/Financial-Times/polyfill-library/pull/1631)
|
1028
|
-
- Server Number.isInteger polyfill to Chrome 19-33 [`#1703`](https://github.com/Financial-Times/polyfill-library/pull/1703)
|
1029
|
-
- Serve HTMLCanvasElement.prototype.toBlob to Edge and don't serve to Safari 11 [`#1704`](https://github.com/Financial-Times/polyfill-library/pull/1704)
|
1030
|
-
- update Yaku version to support Promise polyfilling in Web Worker [`#1701`](https://github.com/Financial-Times/polyfill-library/pull/1701)
|
1031
|
-
- Don't add the outer closure if no polyfills need to be served [`#1695`](https://github.com/Financial-Times/polyfill-library/pull/1695)
|
1032
|
-
- improve tests for setimmediate [`#1665`](https://github.com/Financial-Times/polyfill-library/pull/1665)
|
1033
|
-
- Update docs.js ---- use req.protocol instead of fixed 'https' [`#1694`](https://github.com/Financial-Times/polyfill-library/pull/1694)
|
1034
|
-
- Split into polyfill-library and polyfill-service [`#1693`](https://github.com/Financial-Times/polyfill-library/pull/1693)
|
1035
|
-
- Add option to skip mounting tests [`#1687`](https://github.com/Financial-Times/polyfill-library/pull/1687)
|
1036
|
-
- improve tests for set [`#1648`](https://github.com/Financial-Times/polyfill-library/pull/1648)
|
1037
|
-
- Improve tests for promise.prototype.finally [`#1646`](https://github.com/Financial-Times/polyfill-library/pull/1646)
|
1038
|
-
- improve test coverage for Array.prototype.values [`#1625`](https://github.com/Financial-Times/polyfill-library/pull/1625)
|
1039
|
-
- improve symbol tests [`#1621`](https://github.com/Financial-Times/polyfill-library/pull/1621)
|
1040
|
-
- Weakmap [`#1620`](https://github.com/Financial-Times/polyfill-library/pull/1620)
|
1041
|
-
- improve test coverage for weakset [`#1619`](https://github.com/Financial-Times/polyfill-library/pull/1619)
|
1042
|
-
- update sinh [`#1677`](https://github.com/Financial-Times/polyfill-library/pull/1677)
|
1043
|
-
- improve tests for string.prototype.fromcodepoint [`#1666`](https://github.com/Financial-Times/polyfill-library/pull/1666)
|
1044
|
-
- improve tests for string.prototype.endswith [`#1670`](https://github.com/Financial-Times/polyfill-library/pull/1670)
|
1045
|
-
- Add tests for math.cosh [`#1653`](https://github.com/Financial-Times/polyfill-library/pull/1653)
|
1046
|
-
- Add tests for math.hypot [`#1651`](https://github.com/Financial-Times/polyfill-library/pull/1651)
|
1047
|
-
- Add tests for math.expm1 [`#1652`](https://github.com/Financial-Times/polyfill-library/pull/1652)
|
1048
|
-
- Improve tests for math.log2 [`#1649`](https://github.com/Financial-Times/polyfill-library/pull/1649)
|
1049
|
-
- Add tests for math.atanh [`#1656`](https://github.com/Financial-Times/polyfill-library/pull/1656)
|
1050
|
-
- Add tests for math.cbrt [`#1655`](https://github.com/Financial-Times/polyfill-library/pull/1655)
|
1051
|
-
- Improve tests for string.prototype.startswith [`#1675`](https://github.com/Financial-Times/polyfill-library/pull/1675)
|
1052
|
-
- Improve tests for string.prototype.trim [`#1676`](https://github.com/Financial-Times/polyfill-library/pull/1676)
|
1053
|
-
- Add tests for math.sign [`#1650`](https://github.com/Financial-Times/polyfill-library/pull/1650)
|
1054
|
-
- Improve tests for math.clz32 [`#1654`](https://github.com/Financial-Times/polyfill-library/pull/1654)
|
1055
|
-
- Add tests for math.tanh [`#1657`](https://github.com/Financial-Times/polyfill-library/pull/1657)
|
1056
|
-
- Add tests for math.trunc [`#1658`](https://github.com/Financial-Times/polyfill-library/pull/1658)
|
1057
|
-
- Improve tests in number.isinteger [`#1659`](https://github.com/Financial-Times/polyfill-library/pull/1659)
|
1058
|
-
- Improve tests for number.isnan [`#1660`](https://github.com/Financial-Times/polyfill-library/pull/1660)
|
1059
|
-
- Improve number.issafeinteger tests [`#1661`](https://github.com/Financial-Times/polyfill-library/pull/1661)
|
1060
|
-
- Add test for object.defineproperties [`#1662`](https://github.com/Financial-Times/polyfill-library/pull/1662)
|
1061
|
-
- improve tests for string.prototype.@@iterator [`#1667`](https://github.com/Financial-Times/polyfill-library/pull/1667)
|
1062
|
-
- improve tests for string.prototype.codepointat [`#1668`](https://github.com/Financial-Times/polyfill-library/pull/1668)
|
1063
|
-
- Add tests for string.prototype.contains [`#1669`](https://github.com/Financial-Times/polyfill-library/pull/1669)
|
1064
|
-
- improve tests for string.prototype.includes [`#1671`](https://github.com/Financial-Times/polyfill-library/pull/1671)
|
1065
|
-
- improve tests for string.prototype.padend [`#1672`](https://github.com/Financial-Times/polyfill-library/pull/1672)
|
1066
|
-
- Improve tests for string.prototype.padstart [`#1673`](https://github.com/Financial-Times/polyfill-library/pull/1673)
|
1067
|
-
- Improve tests for string.prototype.repeat [`#1674`](https://github.com/Financial-Times/polyfill-library/pull/1674)
|
1068
|
-
- Use new test helpers for Array.of tests [`#1607`](https://github.com/Financial-Times/polyfill-library/pull/1607)
|
1069
|
-
- Simlpify tests for Array.prototype.contains [`#1609`](https://github.com/Financial-Times/polyfill-library/pull/1609)
|
1070
|
-
- Simplify tests for Array.prototype[Symbol.iterator] [`#1608`](https://github.com/Financial-Times/polyfill-library/pull/1608)
|
1071
|
-
- improve test coverage for Array.prototype.find [`#1610`](https://github.com/Financial-Times/polyfill-library/pull/1610)
|
1072
|
-
- improve test coverage for Array.prototype.findindex [`#1611`](https://github.com/Financial-Times/polyfill-library/pull/1611)
|
1073
|
-
- improve test coverage for Array.prototype.every [`#1613`](https://github.com/Financial-Times/polyfill-library/pull/1613)
|
1074
|
-
- improve test coverage for Array.prototype.filter [`#1615`](https://github.com/Financial-Times/polyfill-library/pull/1615)
|
1075
|
-
- improve test coverage for Array.prototype.foreach [`#1612`](https://github.com/Financial-Times/polyfill-library/pull/1612)
|
1076
|
-
- improve test coverage for Array.prototype.fill [`#1614`](https://github.com/Financial-Times/polyfill-library/pull/1614)
|
1077
|
-
- Use new test helpers for Array.isArray tests [`#1616`](https://github.com/Financial-Times/polyfill-library/pull/1616)
|
1078
|
-
- improve test coverage for Array.prototype.copyWithin tests [`#1617`](https://github.com/Financial-Times/polyfill-library/pull/1617)
|
1079
|
-
- improve test coverage for Array.prototype.entries [`#1618`](https://github.com/Financial-Times/polyfill-library/pull/1618)
|
1080
|
-
- improve test coverage for Map [`#1622`](https://github.com/Financial-Times/polyfill-library/pull/1622)
|
1081
|
-
- improve test coverage for Math.acosh [`#1623`](https://github.com/Financial-Times/polyfill-library/pull/1623)
|
1082
|
-
- improve test coverage for Math.asinh [`#1624`](https://github.com/Financial-Times/polyfill-library/pull/1624)
|
1083
|
-
- improve test coverage for Date.prototype.toISOString [`#1626`](https://github.com/Financial-Times/polyfill-library/pull/1626)
|
1084
|
-
- improve test coverage for Function.prototype.bind [`#1627`](https://github.com/Financial-Times/polyfill-library/pull/1627)
|
1085
|
-
- improve test coverage for Array.prototype.reduce [`#1628`](https://github.com/Financial-Times/polyfill-library/pull/1628)
|
1086
|
-
- improve test coverage for Array.prototype.reduceright [`#1629`](https://github.com/Financial-Times/polyfill-library/pull/1629)
|
1087
|
-
- improve test coverage for Array.prototype.some [`#1630`](https://github.com/Financial-Times/polyfill-library/pull/1630)
|
1088
|
-
- improve test coverage for Array.prototype.lastindexof [`#1632`](https://github.com/Financial-Times/polyfill-library/pull/1632)
|
1089
|
-
- improve test coverage for Array.prototype.map [`#1633`](https://github.com/Financial-Times/polyfill-library/pull/1633)
|
1090
|
-
- improve test coverage for Array.prototype.includes [`#1634`](https://github.com/Financial-Times/polyfill-library/pull/1634)
|
1091
|
-
- improve test coverage for Array.prototype.indexof [`#1635`](https://github.com/Financial-Times/polyfill-library/pull/1635)
|
1092
|
-
- imrpove tests for object.entries [`#1636`](https://github.com/Financial-Times/polyfill-library/pull/1636)
|
1093
|
-
- improve tests for object.defineproperty [`#1637`](https://github.com/Financial-Times/polyfill-library/pull/1637)
|
1094
|
-
- improve tests for number.isfinite [`#1638`](https://github.com/Financial-Times/polyfill-library/pull/1638)
|
1095
|
-
- add tests for object.getprototypeof [`#1639`](https://github.com/Financial-Times/polyfill-library/pull/1639)
|
1096
|
-
- improve tests for object.getownpropertynames [`#1640`](https://github.com/Financial-Times/polyfill-library/pull/1640)
|
1097
|
-
- improve tests for object.freeze [`#1641`](https://github.com/Financial-Times/polyfill-library/pull/1641)
|
1098
|
-
- improve tests for object.values [`#1642`](https://github.com/Financial-Times/polyfill-library/pull/1642)
|
1099
|
-
- improve tests object.setprototypeof [`#1643`](https://github.com/Financial-Times/polyfill-library/pull/1643)
|
1100
|
-
- Add tests for object.is [`#1644`](https://github.com/Financial-Times/polyfill-library/pull/1644)
|
1101
|
-
- add getter tests for regexp.prototype.flags [`#1645`](https://github.com/Financial-Times/polyfill-library/pull/1645)
|
1102
|
-
- Use custom proclaim assertions for testing Array.from [`#1601`](https://github.com/Financial-Times/polyfill-library/pull/1601)
|
1103
|
-
- Rewrite WeakSet to be spec compliant and use es abstract methods [`#1582`](https://github.com/Financial-Times/polyfill-library/pull/1582)
|
1104
|
-
- Rewrite Set to be spec compliant and use es abstract methods [`#1574`](https://github.com/Financial-Times/polyfill-library/pull/1574)
|
1105
|
-
- Rewrite WeakMap to be spec compliant and use es abstract methods [`#1583`](https://github.com/Financial-Times/polyfill-library/pull/1583)
|
1106
|
-
- Rewrite Array.prototype.forEach to be spec compliant and use es abstract methods [`#1523`](https://github.com/Financial-Times/polyfill-library/pull/1523)
|
1107
|
-
- Rewrite Math.sign to be spec compliant and use es abstract methods [`#1547`](https://github.com/Financial-Times/polyfill-library/pull/1547)
|
1108
|
-
- Rewrite String.prototype.repeat to be spec compliant and use es abstract methods [`#1586`](https://github.com/Financial-Times/polyfill-library/pull/1586)
|
1109
|
-
- Rewrite Function.prototype.bind to be spec compliant and use es abstract methods [`#1533`](https://github.com/Financial-Times/polyfill-library/pull/1533)
|
1110
|
-
- Rewrite Map to be spec compliant and use es abstract methods [`#1534`](https://github.com/Financial-Times/polyfill-library/pull/1534)
|
1111
|
-
- Rewrite Array.from to be spec compliant and use es abstract methods [`#1510`](https://github.com/Financial-Times/polyfill-library/pull/1510)
|
1112
|
-
- Rewrite Object.defineProperty to be spec compliant and use es abstract methods [`#1563`](https://github.com/Financial-Times/polyfill-library/pull/1563)
|
1113
|
-
- Rewrite Object.entries to be spec compliant and use es abstract methods [`#1564`](https://github.com/Financial-Times/polyfill-library/pull/1564)
|
1114
|
-
- Rewrite Array.prototype.includes to be spec compliant and use es abstract methods [`#1524`](https://github.com/Financial-Times/polyfill-library/pull/1524)
|
1115
|
-
- Rewrite String.prototype.trim to be spec compliant and use es abstract methods [`#1584`](https://github.com/Financial-Times/polyfill-library/pull/1584)
|
1116
|
-
- Rewrite Object.freeze to be spec compliant and use es abstract methods [`#1565`](https://github.com/Financial-Times/polyfill-library/pull/1565)
|
1117
|
-
- Rewrite Array.prototype.@@iterator to be spec compliant and use es abstract methods [`#1512`](https://github.com/Financial-Times/polyfill-library/pull/1512)
|
1118
|
-
- Rewrite String.prototype.endsWith to be spec compliant and use es abstract methods [`#1590`](https://github.com/Financial-Times/polyfill-library/pull/1590)
|
1119
|
-
- Rewrite Object.defineProperties to be spec compliant and use es abstract methods [`#1562`](https://github.com/Financial-Times/polyfill-library/pull/1562)
|
1120
|
-
- Rewrite Object.create to be spec compliant and use es abstract methods [`#1561`](https://github.com/Financial-Times/polyfill-library/pull/1561)
|
1121
|
-
- Rewrite Array.prototype.copyWithin to be spec compliant and use es abstract methods [`#1516`](https://github.com/Financial-Times/polyfill-library/pull/1516)
|
1122
|
-
- Rewrite String.prototype.iterator to be spec compliant and use es abstract methods [`#1577`](https://github.com/Financial-Times/polyfill-library/pull/1577)
|
1123
|
-
- Rewrite Number.isSafeInteger to be spec compliant and use es abstract methods [`#1555`](https://github.com/Financial-Times/polyfill-library/pull/1555)
|
1124
|
-
- Rewrite Object.getPrototypeOf to be spec compliant and use es abstract methods [`#1568`](https://github.com/Financial-Times/polyfill-library/pull/1568)
|
1125
|
-
- Rewrite Object.setPrototypeOf to be spec compliant and use es abstract methods [`#1570`](https://github.com/Financial-Times/polyfill-library/pull/1570)
|
1126
|
-
- Rewrite Promise.prototype.finally to be spec compliant and use es abstract methods [`#1572`](https://github.com/Financial-Times/polyfill-library/pull/1572)
|
1127
|
-
- Rewrite String.fromCodePoint to be spec compliant and use es abstract methods [`#1575`](https://github.com/Financial-Times/polyfill-library/pull/1575)
|
1128
|
-
- Rewrite Array.prototype.reduceRight to be spec compliant and use es abstract methods [`#1530`](https://github.com/Financial-Times/polyfill-library/pull/1530)
|
1129
|
-
- Rewrite Array.prototype.some to be spec compliant and use es abstract methods [`#1531`](https://github.com/Financial-Times/polyfill-library/pull/1531)
|
1130
|
-
- Rewrite Math.asinh to be spec compliant and use es abstract methods [`#1536`](https://github.com/Financial-Times/polyfill-library/pull/1536)
|
1131
|
-
- Rewrite Math.acosh to be spec compliant and use es abstract methods [`#1535`](https://github.com/Financial-Times/polyfill-library/pull/1535)
|
1132
|
-
- Rewrite Math.atanh to be spec compliant and use es abstract methods [`#1537`](https://github.com/Financial-Times/polyfill-library/pull/1537)
|
1133
|
-
- Rewrite Math.cbrt to be spec compliant and use es abstract methods [`#1538`](https://github.com/Financial-Times/polyfill-library/pull/1538)
|
1134
|
-
- Rewrite Object.getOwnPropertyDescriptor to be spec compliant and use es abstract methods [`#1566`](https://github.com/Financial-Times/polyfill-library/pull/1566)
|
1135
|
-
- Rewrite Object.values to be spec compliant and use es abstract methods [`#1571`](https://github.com/Financial-Times/polyfill-library/pull/1571)
|
1136
|
-
- Rewrite Object.getOwnPropertyNames to be spec compliant and use es abstract methods [`#1567`](https://github.com/Financial-Times/polyfill-library/pull/1567)
|
1137
|
-
- Rewrite Array.of to be spec compliant and use es abstract methods [`#1576`](https://github.com/Financial-Times/polyfill-library/pull/1576)
|
1138
|
-
- Rewrite RegExp.prototype.flags to be spec compliant and use es abstract methods [`#1573`](https://github.com/Financial-Times/polyfill-library/pull/1573)
|
1139
|
-
- Rewrite String.prototype.includes to be spec compliant and use es abstract methods [`#1589`](https://github.com/Financial-Times/polyfill-library/pull/1589)
|
1140
|
-
- Rewrite String.prototype.startsWith to be spec compliant and use es abstract methods [`#1585`](https://github.com/Financial-Times/polyfill-library/pull/1585)
|
1141
|
-
- Rewrite String.prototype.codePointAt to be spec compliant and use es abstract methods [`#1592`](https://github.com/Financial-Times/polyfill-library/pull/1592)
|
1142
|
-
- Remove array.of from gitignore [`#1579`](https://github.com/Financial-Times/polyfill-library/pull/1579)
|
1143
|
-
- Rewrite Array.prototype.findIndex to be spec compliant and use es abstract methods [`#1522`](https://github.com/Financial-Times/polyfill-library/pull/1522)
|
1144
|
-
- Rewrite Array.prototype.filter to be spec compliant and use es abstract methods [`#1520`](https://github.com/Financial-Times/polyfill-library/pull/1520)
|
1145
|
-
- Rewrite Number.isNaN to be spec compliant and use es abstract methods [`#1554`](https://github.com/Financial-Times/polyfill-library/pull/1554)
|
1146
|
-
- Rewrite Math.clz32 to be spec compliant and use es abstract methods [`#1539`](https://github.com/Financial-Times/polyfill-library/pull/1539)
|
1147
|
-
- Rewrite Math.cosh to be spec compliant and use es abstract methods [`#1540`](https://github.com/Financial-Times/polyfill-library/pull/1540)
|
1148
|
-
- Rewrite Math.expm1 to be spec compliant and use es abstract methods [`#1541`](https://github.com/Financial-Times/polyfill-library/pull/1541)
|
1149
|
-
- Rewrite Math.hypot to be spec compliant and use es abstract methods [`#1542`](https://github.com/Financial-Times/polyfill-library/pull/1542)
|
1150
|
-
- Rewrite Math.imul to be spec compliant and use es abstract methods [`#1543`](https://github.com/Financial-Times/polyfill-library/pull/1543)
|
1151
|
-
- Rewrite Math.log2 to be spec compliant and use es abstract methods [`#1546`](https://github.com/Financial-Times/polyfill-library/pull/1546)
|
1152
|
-
- Rewrite Math.sinh to be spec compliant and use es abstract methods [`#1548`](https://github.com/Financial-Times/polyfill-library/pull/1548)
|
1153
|
-
- Rewrite Math.tanh to be spec compliant and use es abstract methods [`#1549`](https://github.com/Financial-Times/polyfill-library/pull/1549)
|
1154
|
-
- Rewrite Math.trunc to be spec compliant and use es abstract methods [`#1550`](https://github.com/Financial-Times/polyfill-library/pull/1550)
|
1155
|
-
- Rewrite Math.log10 to be spec compliant and use es abstract methods [`#1544`](https://github.com/Financial-Times/polyfill-library/pull/1544)
|
1156
|
-
- Rewrite Math.log1p to be spec compliant and use es abstract methods [`#1545`](https://github.com/Financial-Times/polyfill-library/pull/1545)
|
1157
|
-
- Rewrite Number.parseFloat to be spec compliant and use es abstract methods [`#1558`](https://github.com/Financial-Times/polyfill-library/pull/1558)
|
1158
|
-
- Rewrite Object.is to be spec compliant and use es abstract methods [`#1569`](https://github.com/Financial-Times/polyfill-library/pull/1569)
|
1159
|
-
- Rewrite Number.parseInt to be spec compliant and use es abstract methods [`#1559`](https://github.com/Financial-Times/polyfill-library/pull/1559)
|
1160
|
-
- Rewrite Number.MIN_SAFE_INTEGER to be spec compliant and use es abstract methods [`#1557`](https://github.com/Financial-Times/polyfill-library/pull/1557)
|
1161
|
-
- Rewrite String.prototype.padEnd to be spec compliant and use es abstract methods [`#1588`](https://github.com/Financial-Times/polyfill-library/pull/1588)
|
1162
|
-
- Rewrite Array.prototype.map to be spec compliant and use es abstract methods [`#1528`](https://github.com/Financial-Times/polyfill-library/pull/1528)
|
1163
|
-
- Rewrite Array.prototype.find to be spec compliant and use es abstract methods [`#1521`](https://github.com/Financial-Times/polyfill-library/pull/1521)
|
1164
|
-
- Rewrite String.prototype.contains to be spec compliant and use es abstract methods [`#1591`](https://github.com/Financial-Times/polyfill-library/pull/1591)
|
1165
|
-
- Rewrite Array.prototype.reduce to be spec compliant and use es abstract methods [`#1529`](https://github.com/Financial-Times/polyfill-library/pull/1529)
|
1166
|
-
- Rewrite String.prototype.padStart to be spec compliant and use es abstract methods [`#1587`](https://github.com/Financial-Times/polyfill-library/pull/1587)
|
1167
|
-
- Rewrite Array.prototype.fill to be spec compliant and use es abstract methods [`#1519`](https://github.com/Financial-Times/polyfill-library/pull/1519)
|
1168
|
-
- Rewrite Object.assign to be spec compliant and use es abstract methods [`#1560`](https://github.com/Financial-Times/polyfill-library/pull/1560)
|
1169
|
-
- Filter out unused abstract methods from the bundle after filtering out excluded and not-required polyfills [`#1581`](https://github.com/Financial-Times/polyfill-library/pull/1581)
|
1170
|
-
- Rewrite Number.isInteger to be spec compliant and use es abstract methods [`#1553`](https://github.com/Financial-Times/polyfill-library/pull/1553)
|
1171
|
-
- Rewrite Array.prototype.indexOf to be spec compliant and use es abstract methods [`#1525`](https://github.com/Financial-Times/polyfill-library/pull/1525)
|
1172
|
-
- Rewrite Number.isFinite to be spec compliant and use es abstract methods [`#1552`](https://github.com/Financial-Times/polyfill-library/pull/1552)
|
1173
|
-
- Rewrite Array.prototype.lastIndexOf to be spec compliant and use es abstract methods [`#1527`](https://github.com/Financial-Times/polyfill-library/pull/1527)
|
1174
|
-
- Rewrite Number.MAX_SAFE_INTEGER to be spec compliant and use es abstract methods [`#1556`](https://github.com/Financial-Times/polyfill-library/pull/1556)
|
1175
|
-
- Rewrite Array.prototype.values to be spec compliant and use es abstract methods [`#1532`](https://github.com/Financial-Times/polyfill-library/pull/1532)
|
1176
|
-
- Rewrite Array.prototype.keys to be spec compliant and use es abstract methods [`#1526`](https://github.com/Financial-Times/polyfill-library/pull/1526)
|
1177
|
-
- Add spec comment to Number.EPSILON [`#1551`](https://github.com/Financial-Times/polyfill-library/pull/1551)
|
1178
|
-
- Rewrite Array.prototype.contains to be spec compliant and use es abstract methods [`#1515`](https://github.com/Financial-Times/polyfill-library/pull/1515)
|
1179
|
-
- Remove ES6 features from linter [`#1514`](https://github.com/Financial-Times/polyfill-library/pull/1514)
|
1180
|
-
- Rewrite Array.prototype.every to be spec compliant and use es abstract methods [`#1518`](https://github.com/Financial-Times/polyfill-library/pull/1518)
|
1181
|
-
- Rewrite Array.isArray to be spec compliant and use es abstract methods [`#1511`](https://github.com/Financial-Times/polyfill-library/pull/1511)
|
1182
|
-
- Turn off warning about using functions named like constructors without new operator [`#1513`](https://github.com/Financial-Times/polyfill-library/pull/1513)
|
1183
|
-
- Rewrite Array.prototype.entries to be spec compliant and use es abstract methods [`#1517`](https://github.com/Financial-Times/polyfill-library/pull/1517)
|
1184
|
-
- Remove incorrect test for userland defined iterator on Array.from [`#1509`](https://github.com/Financial-Times/polyfill-library/pull/1509)
|
1185
|
-
- Removed zlib from dependencies [`#1420`](https://github.com/Financial-Times/polyfill-library/pull/1420)
|
1186
|
-
- Add Blob polyfill [`#1443`](https://github.com/Financial-Times/polyfill-library/pull/1443)
|
1187
|
-
- Make Object.entries tests use ES3 syntax to enable them to run in ES3 environments [`#1508`](https://github.com/Financial-Times/polyfill-library/pull/1508)
|
1188
|
-
- Update event polyfill tests to run correctly on safari 5.1 [`#1439`](https://github.com/Financial-Times/polyfill-library/pull/1439)
|
1189
|
-
- Update matchmedia detect to also check for existence of the MediaQueryList global [`#1442`](https://github.com/Financial-Times/polyfill-library/pull/1442)
|
1190
|
-
- Add function to ensure a polyfill's declared dependencies do exist within the polyfill-service [`#1445`](https://github.com/Financial-Times/polyfill-library/pull/1445)
|
1191
|
-
- Remove not helpful console.log statement that shows up in server logs [`#1441`](https://github.com/Financial-Times/polyfill-library/pull/1441)
|
1192
|
-
- Add UTF16Decoding abstract operation [`#1455`](https://github.com/Financial-Times/polyfill-library/pull/1455)
|
1193
|
-
- Add HasOwnProperty abstract operation [`#1453`](https://github.com/Financial-Times/polyfill-library/pull/1453)
|
1194
|
-
- Add Call abstract operation [`#1451`](https://github.com/Financial-Times/polyfill-library/pull/1451)
|
1195
|
-
- Add UTF16Encoding abstract operation [`#1454`](https://github.com/Financial-Times/polyfill-library/pull/1454)
|
1196
|
-
- Add Get abstract operation [`#1452`](https://github.com/Financial-Times/polyfill-library/pull/1452)
|
1197
|
-
- Add ToPrimitive abstract operation [`#1483`](https://github.com/Financial-Times/polyfill-library/pull/1483)
|
1198
|
-
- Add ToIndex abstract operation [`#1485`](https://github.com/Financial-Times/polyfill-library/pull/1485)
|
1199
|
-
- Add ToPropertyKey abstract operation [`#1482`](https://github.com/Financial-Times/polyfill-library/pull/1482)
|
1200
|
-
- Add ArraySpeciesCreate abstract operation [`#1481`](https://github.com/Financial-Times/polyfill-library/pull/1481)
|
1201
|
-
- Add ToUint8 abstract operation [`#1458`](https://github.com/Financial-Times/polyfill-library/pull/1458)
|
1202
|
-
- Add Type abstract operation [`#1456`](https://github.com/Financial-Times/polyfill-library/pull/1456)
|
1203
|
-
- Add IteratorClose abstract operation [`#1495`](https://github.com/Financial-Times/polyfill-library/pull/1495)
|
1204
|
-
- Add IteratorNext abstract operation [`#1493`](https://github.com/Financial-Times/polyfill-library/pull/1493)
|
1205
|
-
- Add SpeciesConstructor abstract operation [`#1486`](https://github.com/Financial-Times/polyfill-library/pull/1486)
|
1206
|
-
- Add ToLength abstract operation [`#1484`](https://github.com/Financial-Times/polyfill-library/pull/1484)
|
1207
|
-
- Add SameValueZero abstract operation [`#1487`](https://github.com/Financial-Times/polyfill-library/pull/1487)
|
1208
|
-
- Add SameVaule abstract operation [`#1488`](https://github.com/Financial-Times/polyfill-library/pull/1488)
|
1209
|
-
- Add OrdinaryToPrimitive abstract operation [`#1489`](https://github.com/Financial-Times/polyfill-library/pull/1489)
|
1210
|
-
- Add OrdinaryCreateFromConstructor abstract operation [`#1490`](https://github.com/Financial-Times/polyfill-library/pull/1490)
|
1211
|
-
- Add IteratorComplete abstract operation [`#1494`](https://github.com/Financial-Times/polyfill-library/pull/1494)
|
1212
|
-
- Add IteratorStep abstract operation [`#1492`](https://github.com/Financial-Times/polyfill-library/pull/1492)
|
1213
|
-
- Add IteratorValue abstract operation [`#1491`](https://github.com/Financial-Times/polyfill-library/pull/1491)
|
1214
|
-
- Add IsRegExp abstract operation [`#1496`](https://github.com/Financial-Times/polyfill-library/pull/1496)
|
1215
|
-
- Add IsConstructor abstract operation [`#1497`](https://github.com/Financial-Times/polyfill-library/pull/1497)
|
1216
|
-
- Add Invoke abstract operation [`#1498`](https://github.com/Financial-Times/polyfill-library/pull/1498)
|
1217
|
-
- Add GetV abstract operation [`#1499`](https://github.com/Financial-Times/polyfill-library/pull/1499)
|
1218
|
-
- Add GetPrototypeFromConstructor abstract operation [`#1500`](https://github.com/Financial-Times/polyfill-library/pull/1500)
|
1219
|
-
- Add EnumerableOwnProperties abstract operation [`#1503`](https://github.com/Financial-Times/polyfill-library/pull/1503)
|
1220
|
-
- Add GetIterator abstract operation [`#1502`](https://github.com/Financial-Times/polyfill-library/pull/1502)
|
1221
|
-
- Add GetMethod abstract operation [`#1501`](https://github.com/Financial-Times/polyfill-library/pull/1501)
|
1222
|
-
- Add ToString abstract operation [`#1461`](https://github.com/Financial-Times/polyfill-library/pull/1461)
|
1223
|
-
- Add CreateIterResultObject abstract operation [`#1504`](https://github.com/Financial-Times/polyfill-library/pull/1504)
|
1224
|
-
- Add CreateDataPropertyOrThrow abstract operation [`#1505`](https://github.com/Financial-Times/polyfill-library/pull/1505)
|
1225
|
-
- Add Construct abstract operation [`#1506`](https://github.com/Financial-Times/polyfill-library/pull/1506)
|
1226
|
-
- Add ArrayCreate abstract operation [`#1450`](https://github.com/Financial-Times/polyfill-library/pull/1450)
|
1227
|
-
- Add CanonicalNumericIndexString abstract operation [`#1507`](https://github.com/Financial-Times/polyfill-library/pull/1507)
|
1228
|
-
- Add ToBoolean abstract operation [`#1468`](https://github.com/Financial-Times/polyfill-library/pull/1468)
|
1229
|
-
- Add IsCallable abstract operation [`#1473`](https://github.com/Financial-Times/polyfill-library/pull/1473)
|
1230
|
-
- Increase default concurrency for browser testing to 5 browsers [`#1480`](https://github.com/Financial-Times/polyfill-library/pull/1480)
|
1231
|
-
- Add ToInt16 abstract operation [`#1466`](https://github.com/Financial-Times/polyfill-library/pull/1466)
|
1232
|
-
- Add ToUint16 abstract operation [`#1460`](https://github.com/Financial-Times/polyfill-library/pull/1460)
|
1233
|
-
- Add SameValueNonNumber abstract operation [`#1469`](https://github.com/Financial-Times/polyfill-library/pull/1469)
|
1234
|
-
- Add ToInt8 abstract operation [`#1465`](https://github.com/Financial-Times/polyfill-library/pull/1465)
|
1235
|
-
- Add ToInteger abstract operation [`#1464`](https://github.com/Financial-Times/polyfill-library/pull/1464)
|
1236
|
-
- Add ToNumber abstract operation [`#1463`](https://github.com/Financial-Times/polyfill-library/pull/1463)
|
1237
|
-
- Add ToObject abstract operation [`#1462`](https://github.com/Financial-Times/polyfill-library/pull/1462)
|
1238
|
-
- Add BrowserStack logo as they are sponsoring the project [`#1478`](https://github.com/Financial-Times/polyfill-library/pull/1478)
|
1239
|
-
- Added task to update BrowserStack browser list [`#1479`](https://github.com/Financial-Times/polyfill-library/pull/1479)
|
1240
|
-
- Add IsArray abstract operation [`#1477`](https://github.com/Financial-Times/polyfill-library/pull/1477)
|
1241
|
-
- Add CreateDataProperty abstract operation [`#1476`](https://github.com/Financial-Times/polyfill-library/pull/1476)
|
1242
|
-
- Add IsPropertyKey abstract operation [`#1471`](https://github.com/Financial-Times/polyfill-library/pull/1471)
|
1243
|
-
- Add RequireObjectCoercible abstract operation [`#1470`](https://github.com/Financial-Times/polyfill-library/pull/1470)
|
1244
|
-
- Add ToInt32 abstract operation [`#1467`](https://github.com/Financial-Times/polyfill-library/pull/1467)
|
1245
|
-
- Add ToUint32 abstract operation [`#1459`](https://github.com/Financial-Times/polyfill-library/pull/1459)
|
1246
|
-
- Add CreateMethodProperty abstract operation [`#1475`](https://github.com/Financial-Times/polyfill-library/pull/1475)
|
1247
|
-
- Add HasProperty abstract operation [`#1474`](https://github.com/Financial-Times/polyfill-library/pull/1474)
|
1248
|
-
- Add IsInteger abstract operation [`#1472`](https://github.com/Financial-Times/polyfill-library/pull/1472)
|
1249
|
-
- Add ToUint8Clamp abstract operation [`#1457`](https://github.com/Financial-Times/polyfill-library/pull/1457)
|
1250
|
-
- remove handlebars from polyfill-library (#1800) [`#1792`](https://github.com/Financial-Times/polyfill-service/pull/1792)
|
1251
|
-
- add polyfill for NodeList.forEach (#1710) [`#1686`](https://github.com/Financial-Times/polyfill-library/issues/1686) [`#1430`](https://github.com/Financial-Times/polyfill-library/issues/1430)
|
1252
|
-
- Don't add the outer closure if no polyfills need to be served (#1695) [`#1685`](https://github.com/Financial-Times/polyfill-library/issues/1685)
|
1253
|
-
- Get codebase ready for making releases to production [`f8bfc72`](https://github.com/Financial-Times/polyfill-library/commit/f8bfc7276251c908e22d507babab659755e90620)
|
1254
|
-
- Add script to install heroku to circleci [`c01647a`](https://github.com/Financial-Times/polyfill-library/commit/c01647a66f6ee8bb5abfce65f4f9c71f8d4fb063)
|
1255
|
-
- Add Heroku generated app.json [`b6de346`](https://github.com/Financial-Times/polyfill-library/commit/b6de3468fc127bad3824c033c96679cf56ed38aa)
|
1256
|
-
|
1257
|
-
#### v3.25.1
|
1258
|
-
|
1259
|
-
> 15 January 2018
|
1260
|
-
|
1261
|
-
- Friendlier errors when authoring polyfills [`#1440`](https://github.com/Financial-Times/polyfill-library/pull/1440)
|
1262
|
-
- Add aliases for Object.getOwnPropertySymbols and Symbol.for & keyFor as Symbol polyfill implements these methods [`#1447`](https://github.com/Financial-Times/polyfill-library/pull/1447)
|
1263
|
-
- Adding aliases for DataView and ArrayBuffer onto _TypedArray polyfill [`#1448`](https://github.com/Financial-Times/polyfill-library/pull/1448)
|
1264
|
-
- Fix name of property by adding an alias, it is meant to be Number.EPSILON [`#1449`](https://github.com/Financial-Times/polyfill-library/pull/1449)
|
1265
|
-
- Rewrite Map polyfill to be more spec compliant [`#1432`](https://github.com/Financial-Times/polyfill-library/pull/1432)
|
1266
|
-
- Alias GoogleBot 2.1 to Chrome 41 [`#1433`](https://github.com/Financial-Times/polyfill-library/pull/1433)
|
1267
|
-
- Fix Element.prototype.closest for elements inside inline SVGs [`#1425`](https://github.com/Financial-Times/polyfill-library/pull/1425)
|
1268
|
-
- Remove Chrome 63+ from Promise Finally polyfill [`#1423`](https://github.com/Financial-Times/polyfill-library/pull/1423)
|
1269
|
-
- Improving the Map polyfill descriptors [`#1419`](https://github.com/Financial-Times/polyfill-library/pull/1419)
|
1270
|
-
- Improve the Map polyfills spec compliance [`#1413`](https://github.com/Financial-Times/polyfill-library/pull/1413)
|
1271
|
-
- Modify the clean scripts for cross-platform compatibility [`#1412`](https://github.com/Financial-Times/polyfill-library/pull/1412)
|
1272
|
-
- Improve the Set polyfills spec compliance [`#1411`](https://github.com/Financial-Times/polyfill-library/pull/1411)
|
1273
|
-
- Add WeakMap polyfill to blissfuljs alias [`#1410`](https://github.com/Financial-Times/polyfill-library/pull/1410)
|
1274
|
-
- add es6 tests for object assign [`#1395`](https://github.com/Financial-Times/polyfill-library/pull/1395)
|
1275
|
-
- Re-enable RUM, using BigQuery [`#1402`](https://github.com/Financial-Times/polyfill-library/pull/1402)
|
1276
|
-
- Do not serve devicePixelRatio to safari 9.1 or iOS 9.3 [`#1407`](https://github.com/Financial-Times/polyfill-library/pull/1407)
|
1277
|
-
- Make Object.defineProperty work on objects without a prototype [`#1408`](https://github.com/Financial-Times/polyfill-library/pull/1408)
|
1278
|
-
- Complex test case for setPrototypeOf [`#1396`](https://github.com/Financial-Times/polyfill-library/pull/1396)
|
1279
|
-
- Add support contact details to origami.json [`#1404`](https://github.com/Financial-Times/polyfill-library/pull/1404)
|
1280
|
-
- build the polyfills after installing the project as we ingore the `__dist` directory from npm and git [`#1398`](https://github.com/Financial-Times/polyfill-library/pull/1398)
|
1281
|
-
- Update the tests after unning on Samsung Internet 6.2 which has the Chromium v56 Engine, with some features from 57. [`#1397`](https://github.com/Financial-Times/polyfill-library/pull/1397)
|
1282
|
-
- Fail the feature detect for localstorage if we are in safari private browser [`#1345`](https://github.com/Financial-Times/polyfill-library/pull/1345)
|
1283
|
-
- Make the method non-enumerable, fixes #1333 [`#1393`](https://github.com/Financial-Times/polyfill-library/pull/1393)
|
1284
|
-
- `Event.focusin` is supported in Firefox and Firefox Mobile since Version 52. [`#1383`](https://github.com/Financial-Times/polyfill-library/pull/1383)
|
1285
|
-
- dont polyfill if inside a web worker, fixes #1292 [`#1394`](https://github.com/Financial-Times/polyfill-library/pull/1394)
|
1286
|
-
- Improve DOMTokenList interface by supporting multiple arguments [`#1347`](https://github.com/Financial-Times/polyfill-library/pull/1347)
|
1287
|
-
- Do not set XMLHttpRequest.responseType in navigator.sendBeacon [`#1382`](https://github.com/Financial-Times/polyfill-library/pull/1382)
|
1288
|
-
- Update engines to node 9 [`#1389`](https://github.com/Financial-Times/polyfill-library/pull/1389)
|
1289
|
-
- Add `iterable` support for `Map` and `Set` iterators. [`#1385`](https://github.com/Financial-Times/polyfill-library/pull/1385)
|
1290
|
-
- updates HTMLPictureElement config as ie 13, safari 9.1 and ios_saf 9.3 have shipped support. [`#1378`](https://github.com/Financial-Times/polyfill-library/pull/1378)
|
1291
|
-
- Add whitesource task and run it on CI [`#1381`](https://github.com/Financial-Times/polyfill-library/pull/1381)
|
1292
|
-
- Add Typed arrays polyfill [`#1374`](https://github.com/Financial-Times/polyfill-library/pull/1374)
|
1293
|
-
- update js-polyfill to get opera mini url fix [`#1375`](https://github.com/Financial-Times/polyfill-library/pull/1375)
|
1294
|
-
- Add RegExp.prototype.flags polyfill [`#1372`](https://github.com/Financial-Times/polyfill-library/pull/1372)
|
1295
|
-
- Add String.prototype.codePointAt polyfill [`#1373`](https://github.com/Financial-Times/polyfill-library/pull/1373)
|
1296
|
-
- Add Array.prototype.copyWithin [`#1371`](https://github.com/Financial-Times/polyfill-library/pull/1371)
|
1297
|
-
- Add Number.isSafeInteger polyfill [`#1369`](https://github.com/Financial-Times/polyfill-library/pull/1369)
|
1298
|
-
- Add Number.EPSILON polyfill [`#1368`](https://github.com/Financial-Times/polyfill-library/pull/1368)
|
1299
|
-
- Update/Swap dependencies for versions which do not have vulnerabilities in them according to WhiteSource [`#1366`](https://github.com/Financial-Times/polyfill-library/pull/1366)
|
1300
|
-
- Enable `URL` polyfill for all versions of Opera Mini. [`#1349`](https://github.com/Financial-Times/polyfill-library/pull/1349)
|
1301
|
-
- Add spaces around the dash to ensure it is used as a semver range [`#1365`](https://github.com/Financial-Times/polyfill-library/pull/1365)
|
1302
|
-
- fix(UA): add alias for modern yandex [`#1357`](https://github.com/Financial-Times/polyfill-library/pull/1357)
|
1303
|
-
- Remove sourcemapURL comments from polyfills [`#1283`](https://github.com/Financial-Times/polyfill-library/pull/1283)
|
1304
|
-
- Enable backends to be over-ridden by x-origin-env [`#1352`](https://github.com/Financial-Times/polyfill-library/pull/1352)
|
1305
|
-
- update mocha, request and request-promise [`#1350`](https://github.com/Financial-Times/polyfill-library/pull/1350)
|
1306
|
-
- Enable `Symbol`polyfill for all versions of Opera Mini. [`#1344`](https://github.com/Financial-Times/polyfill-library/pull/1344)
|
1307
|
-
- Reduce variance in QA/prod code paths [`#1328`](https://github.com/Financial-Times/polyfill-library/pull/1328)
|
1308
|
-
- Allow the `SENTRY_RELEASE` environment variable to be used (#1335) [`#1336`](https://github.com/Financial-Times/polyfill-library/pull/1336)
|
1309
|
-
- Add es2016 alias to all polyfills aliased as es7 [`#1339`](https://github.com/Financial-Times/polyfill-library/pull/1339)
|
1310
|
-
- Stop polyfill IntersectionObserver for FF >= 55 [`#1340`](https://github.com/Financial-Times/polyfill-library/pull/1340)
|
1311
|
-
- Only create RUM report if a RUM database exists [`#1338`](https://github.com/Financial-Times/polyfill-library/pull/1338)
|
1312
|
-
- Add privacy-policy and T&Cs pages [`#1331`](https://github.com/Financial-Times/polyfill-library/pull/1331)
|
1313
|
-
- Revert "Remove codepaths which are never executed (#1325)" [`#1326`](https://github.com/Financial-Times/polyfill-library/pull/1326)
|
1314
|
-
- Remove codepaths which are never executed [`#1325`](https://github.com/Financial-Times/polyfill-library/pull/1325)
|
1315
|
-
- use variable according to spec [`#1322`](https://github.com/Financial-Times/polyfill-library/pull/1322)
|
1316
|
-
- Only remove the single item being requsted for removal [`#1312`](https://github.com/Financial-Times/polyfill-library/pull/1312)
|
1317
|
-
- Remove unused function [`#1311`](https://github.com/Financial-Times/polyfill-library/pull/1311)
|
1318
|
-
- Add favicon magic [`#1310`](https://github.com/Financial-Times/polyfill-library/pull/1310)
|
1319
|
-
- only declare handler variable once [`#1315`](https://github.com/Financial-Times/polyfill-library/pull/1315)
|
1320
|
-
- declare variable only once [`#1313`](https://github.com/Financial-Times/polyfill-library/pull/1313)
|
1321
|
-
- do not redeclare variable [`#1314`](https://github.com/Financial-Times/polyfill-library/pull/1314)
|
1322
|
-
- fix typo [`#1323`](https://github.com/Financial-Times/polyfill-library/pull/1323)
|
1323
|
-
- Remove unused variable [`#1324`](https://github.com/Financial-Times/polyfill-library/pull/1324)
|
1324
|
-
- remove unusued variable [`#1316`](https://github.com/Financial-Times/polyfill-library/pull/1316)
|
1325
|
-
- remove duplicated variable declaration [`#1317`](https://github.com/Financial-Times/polyfill-library/pull/1317)
|
1326
|
-
- bodyCheck takes 0 arguments [`#1318`](https://github.com/Financial-Times/polyfill-library/pull/1318)
|
1327
|
-
- Remove the double assignment [`#1320`](https://github.com/Financial-Times/polyfill-library/pull/1320)
|
1328
|
-
- Remove code which is never reached [`#1319`](https://github.com/Financial-Times/polyfill-library/pull/1319)
|
1329
|
-
- Remove unused variable [`#1321`](https://github.com/Financial-Times/polyfill-library/pull/1321)
|
1330
|
-
- remove unused assignment [`#1309`](https://github.com/Financial-Times/polyfill-library/pull/1309)
|
1331
|
-
- Remove unused parameter [`#1308`](https://github.com/Financial-Times/polyfill-library/pull/1308)
|
1332
|
-
- Remove unused variables [`#1307`](https://github.com/Financial-Times/polyfill-library/pull/1307)
|
1333
|
-
- Use html entity for < and use code tags for ` [`#1306`](https://github.com/Financial-Times/polyfill-library/pull/1306)
|
1334
|
-
- Remove unused parameter [`#1304`](https://github.com/Financial-Times/polyfill-library/pull/1304)
|
1335
|
-
- Replace Function constructor call with a real VM execution [`#1303`](https://github.com/Financial-Times/polyfill-library/pull/1303)
|
1336
|
-
- Remove code branch which can never be reached [`#1302`](https://github.com/Financial-Times/polyfill-library/pull/1302)
|
1337
|
-
- Support Objects which have Symbol.iterator defined [`#1293`](https://github.com/Financial-Times/polyfill-library/pull/1293)
|
1338
|
-
- Fix: Do not call callback for Map.prototype.forEach if no map entries exist [`#1300`](https://github.com/Financial-Times/polyfill-library/pull/1300)
|
1339
|
-
- revert ea0ecde3c9d7f9b466461042819184658f15ef1c [`#1290`](https://github.com/Financial-Times/polyfill-library/pull/1290)
|
1340
|
-
- Add Object.freeze polyfill [`#1297`](https://github.com/Financial-Times/polyfill-library/pull/1297)
|
1341
|
-
- Alias modern opera to version of chrome they are using [`#1296`](https://github.com/Financial-Times/polyfill-library/pull/1296)
|
1342
|
-
- Set Symbol.toStringTag to be writable to make this polyfill spec compliant and to work with generator polyfills [`#1295`](https://github.com/Financial-Times/polyfill-library/pull/1295)
|
1343
|
-
- Add es2015 aliases to all polyfills aliased as es6 [`#1287`](https://github.com/Financial-Times/polyfill-library/pull/1287)
|
1344
|
-
- Ensure Maps and Sets have correct constructor references, fixes #1161 [`#1178`](https://github.com/Financial-Times/polyfill-library/pull/1178)
|
1345
|
-
- Make Element.prototype.closest work for SVG nodes in IE11) [`#1285`](https://github.com/Financial-Times/polyfill-library/pull/1285)
|
1346
|
-
- Move to CircleCI 2 workflows for faster builds [`#1286`](https://github.com/Financial-Times/polyfill-library/pull/1286)
|
1347
|
-
- Array.from working with IE11 native Set - issue #1259 [`#1260`](https://github.com/Financial-Times/polyfill-library/pull/1260)
|
1348
|
-
- Object keys es6 implementation [`#1033`](https://github.com/Financial-Times/polyfill-library/pull/1033)
|
1349
|
-
- Polyfill prepend for DocumentFragment [`#1158`](https://github.com/Financial-Times/polyfill-library/pull/1158)
|
1350
|
-
- Add tests for ES5 version of Object.assign [`#1284`](https://github.com/Financial-Times/polyfill-library/pull/1284)
|
1351
|
-
- Remove sourcemapURL comments from polyfills [`#1283`](https://github.com/Financial-Times/polyfill-library/pull/1283)
|
1352
|
-
- Set the age header to 0 before sending the request back to the browser [`#1282`](https://github.com/Financial-Times/polyfill-library/pull/1282)
|
1353
|
-
- updated Symbol to detect ios safari lt version 9 [`#1186`](https://github.com/Financial-Times/polyfill-library/pull/1186)
|
1354
|
-
- .after spec [`#1270`](https://github.com/Financial-Times/polyfill-library/pull/1270)
|
1355
|
-
- avoid setting read-only function length properties [`#1281`](https://github.com/Financial-Times/polyfill-library/pull/1281)
|
1356
|
-
- Enable `Map`, `Set`, `Array.includes` and `String.includes` polyfils for all versions of Opera Mini. [`#1064`](https://github.com/Financial-Times/polyfill-library/pull/1064)
|
1357
|
-
- take more cases in _mutation for older browsers [`#1280`](https://github.com/Financial-Times/polyfill-library/pull/1280)
|
1358
|
-
- [fix] add `append(...args)` to fragments too [`#1272`](https://github.com/Financial-Times/polyfill-library/pull/1272)
|
1359
|
-
- non-node are accepted and converted as Text [`#1269`](https://github.com/Financial-Times/polyfill-library/pull/1269)
|
1360
|
-
- Add URL polyfill to Chrome 49 ~50 [`#1254`](https://github.com/Financial-Times/polyfill-library/pull/1254)
|
1361
|
-
- Use typeof callback === 'function' instead of instanceof [`#1253`](https://github.com/Financial-Times/polyfill-library/pull/1253)
|
1362
|
-
- Remove the note about `searchParams` not being iterable [`#1249`](https://github.com/Financial-Times/polyfill-library/pull/1249)
|
1363
|
-
- Chrome 45 - Polyfill Object.assign and Array.prototype.find [`#1278`](https://github.com/Financial-Times/polyfill-library/pull/1278)
|
1364
|
-
- String.prototype.padStart.length should be 1 - 2nd argument is optional which means it should not count towards function's length property [`#1263`](https://github.com/Financial-Times/polyfill-library/pull/1263)
|
1365
|
-
- String.prototype.padEnd.length should be 1 - 2nd argument is optional which means it should not count towards function's length property [`#1262`](https://github.com/Financial-Times/polyfill-library/pull/1262)
|
1366
|
-
- No versions of IE support toBlob [`#1258`](https://github.com/Financial-Times/polyfill-library/pull/1258)
|
1367
|
-
- fix: requestAnimationFrame is not supported in any android version [`#1271`](https://github.com/Financial-Times/polyfill-library/pull/1271)
|
1368
|
-
- To avoid an error where console is undefined, check that console exists before checking a console method exists [`#1277`](https://github.com/Financial-Times/polyfill-library/pull/1277)
|
1369
|
-
- Add DocumentFragment polyfill [`#1261`](https://github.com/Financial-Times/polyfill-library/pull/1261)
|
1370
|
-
- Fix NODE_ENV doc [`#1266`](https://github.com/Financial-Times/polyfill-library/pull/1266)
|
1371
|
-
- Function.name is available since at least chrome 15 [`#1248`](https://github.com/Financial-Times/polyfill-library/pull/1248)
|
1372
|
-
- Stop serving IO polyfill to Edge 15 [`#1235`](https://github.com/Financial-Times/polyfill-library/pull/1235)
|
1373
|
-
- Fix incorrect work addListener() and removeListener() methods in MediaQueryList [`#1086`](https://github.com/Financial-Times/polyfill-library/pull/1086)
|
1374
|
-
- Add MediaQueryList to global [`#1085`](https://github.com/Financial-Times/polyfill-library/pull/1085)
|
1375
|
-
- Update Array.prototype.values config for Firefox [`#1103`](https://github.com/Financial-Times/polyfill-library/pull/1103)
|
1376
|
-
- Enable service to work correctly when hosted on a path [`#1094`](https://github.com/Financial-Times/polyfill-library/pull/1094)
|
1377
|
-
- Default value of deep parameter should be false (Fixes #1189) [`#1190`](https://github.com/Financial-Times/polyfill-library/pull/1190)
|
1378
|
-
- Object.values is only available on >= chrome 54 [`#1218`](https://github.com/Financial-Times/polyfill-library/pull/1218)
|
1379
|
-
- Add missing XMLHttpRequest state code [`#1184`](https://github.com/Financial-Times/polyfill-library/pull/1184)
|
1380
|
-
- Object.entries is only available on chrome 54+ [`#1219`](https://github.com/Financial-Times/polyfill-library/pull/1219)
|
1381
|
-
- start using npm5 lockfile format now that node8 has been released [`#1221`](https://github.com/Financial-Times/polyfill-library/pull/1221)
|
1382
|
-
- Removed unused dependencies (Fixes #1229) [`#1234`](https://github.com/Financial-Times/polyfill-library/pull/1234)
|
1383
|
-
- Fix pointing _keys and _values to the same object after clear [`#1227`](https://github.com/Financial-Times/polyfill-library/pull/1227)
|
1384
|
-
- Docs: Fix feature search [`#1232`](https://github.com/Financial-Times/polyfill-library/pull/1232)
|
1385
|
-
- Update compat.json file [`#1228`](https://github.com/Financial-Times/polyfill-library/pull/1228)
|
1386
|
-
- Do not run compat test on android 4.3 or 4.2 as they are not working correctly on browserstack [`#1226`](https://github.com/Financial-Times/polyfill-library/pull/1226)
|
1387
|
-
- Do not use the callback value if it is not a string [`#1225`](https://github.com/Financial-Times/polyfill-library/pull/1225)
|
1388
|
-
- Fix script injection in 'unknown' parameter inside library [`#1224`](https://github.com/Financial-Times/polyfill-library/pull/1224)
|
1389
|
-
- Fix script injection in 'unknown' parameter [`#1223`](https://github.com/Financial-Times/polyfill-library/pull/1223)
|
1390
|
-
- update browser testing list [`#1220`](https://github.com/Financial-Times/polyfill-library/pull/1220)
|
1391
|
-
- Add Samsung target to String pad polyfills. [`#1215`](https://github.com/Financial-Times/polyfill-library/pull/1215)
|
1392
|
-
- Do not include fetch in latest safari and safari ios versions [`#1214`](https://github.com/Financial-Times/polyfill-library/pull/1214)
|
1393
|
-
- Fix Set.prototype[@@iterator] [`#1217`](https://github.com/Financial-Times/polyfill-library/pull/1217)
|
1394
|
-
- make cache hit ratio chart use data for 7 days instead of 180 days [`#1206`](https://github.com/Financial-Times/polyfill-library/pull/1206)
|
1395
|
-
- Optimize the size tracking operations in the Map/Set polyfills [`#1157`](https://github.com/Financial-Times/polyfill-library/pull/1157)
|
1396
|
-
- Add web animation polyfill [`#1072`](https://github.com/Financial-Times/polyfill-library/pull/1072)
|
1397
|
-
- Prevent Event being applied in web workers, fixes #1110 [`#1146`](https://github.com/Financial-Times/polyfill-library/pull/1146)
|
1398
|
-
- Add a feature detect for mutationobserver, fixes #1155 [`#1179`](https://github.com/Financial-Times/polyfill-library/pull/1179)
|
1399
|
-
- deploy to US staging as well as EU [`#1195`](https://github.com/Financial-Times/polyfill-library/pull/1195)
|
1400
|
-
- Enable load-balancing logic for qa service [`#1191`](https://github.com/Financial-Times/polyfill-library/pull/1191)
|
1401
|
-
- Add a contribution scenario for reporting errors in polyfills [`#1177`](https://github.com/Financial-Times/polyfill-library/pull/1177)
|
1402
|
-
- Prevent Map/Set polyfills from failing on UCBrowser (#1172) [`#1173`](https://github.com/Financial-Times/polyfill-library/pull/1173)
|
1403
|
-
- `checked` property is not present on input[type=text] [`#1188`](https://github.com/Financial-Times/polyfill-library/pull/1188)
|
1404
|
-
- Safari 9 does not have native nodelist.prototype[Symbol.iterator] support [`#1176`](https://github.com/Financial-Times/polyfill-library/pull/1176)
|
1405
|
-
- update yaku to 0.17.11 [`#1175`](https://github.com/Financial-Times/polyfill-library/pull/1175)
|
1406
|
-
- Abstract out iteration, add String iteration [`#1165`](https://github.com/Financial-Times/polyfill-library/pull/1165)
|
1407
|
-
- run each draw function when they are ready [`#1164`](https://github.com/Financial-Times/polyfill-library/pull/1164)
|
1408
|
-
- UA parsing for Facebook and Electron, fixes #990, #1129 [`#1147`](https://github.com/Financial-Times/polyfill-library/pull/1147)
|
1409
|
-
- Add String.fromCodePoint polyfill [`#1152`](https://github.com/Financial-Times/polyfill-library/pull/1152)
|
1410
|
-
- Fix #1045 - s/protoype/prototype/ [`#1149`](https://github.com/Financial-Times/polyfill-library/pull/1149)
|
1411
|
-
- raise minimum version of yaku used in service [`#1150`](https://github.com/Financial-Times/polyfill-library/pull/1150)
|
1412
|
-
- Make contains non-enumerable [`#1141`](https://github.com/Financial-Times/polyfill-library/pull/1141)
|
1413
|
-
- Cache content on CDN for a year, soft purge from CDN when deploying [`#1145`](https://github.com/Financial-Times/polyfill-library/pull/1145)
|
1414
|
-
- Stop tests route from blocking the event loop with sync fs methods [`#1144`](https://github.com/Financial-Times/polyfill-library/pull/1144)
|
1415
|
-
- whatwg-fetch@2.0.3, with update script [`#1133`](https://github.com/Financial-Times/polyfill-library/pull/1133)
|
1416
|
-
- Require handles relative paths [`#1140`](https://github.com/Financial-Times/polyfill-library/pull/1140)
|
1417
|
-
- Add start of integration tests [`#1139`](https://github.com/Financial-Times/polyfill-library/pull/1139)
|
1418
|
-
- Add unit tests for library code [`#1092`](https://github.com/Financial-Times/polyfill-library/pull/1092)
|
1419
|
-
- Polyfill String.prototype.padStart and String.prototype.padEnd [`#1117`](https://github.com/Financial-Times/polyfill-library/pull/1117)
|
1420
|
-
- Updated config.json [`#1078`](https://github.com/Financial-Times/polyfill-library/pull/1078)
|
1421
|
-
- Add EventSource polyfill [`#1073`](https://github.com/Financial-Times/polyfill-library/pull/1073)
|
1422
|
-
- fix shrinkwrap of dependencies [`#1136`](https://github.com/Financial-Times/polyfill-library/pull/1136)
|
1423
|
-
- add polyfill of Object.values [`#1082`](https://github.com/Financial-Times/polyfill-library/pull/1082)
|
1424
|
-
- Use brotli compression if browser supports it [`#1132`](https://github.com/Financial-Times/polyfill-library/pull/1132)
|
1425
|
-
- Add some extra security headers [`#1131`](https://github.com/Financial-Times/polyfill-library/pull/1131)
|
1426
|
-
- Update advice on importing third party polyfills [`#1130`](https://github.com/Financial-Times/polyfill-library/pull/1130)
|
1427
|
-
- Only execute the supportedLocalesOf methods if they exist - Fixes #1125 [`#1126`](https://github.com/Financial-Times/polyfill-library/pull/1126)
|
1428
|
-
- Add latest browser versions to test runner [`#1128`](https://github.com/Financial-Times/polyfill-library/pull/1128)
|
1429
|
-
- Set IntersectionObserver to not yet shipped for FF [`#1120`](https://github.com/Financial-Times/polyfill-library/pull/1120)
|
1430
|
-
- Set the Host header in order to let Heroku's router know which app to route to [`#1127`](https://github.com/Financial-Times/polyfill-library/pull/1127)
|
1431
|
-
- Fix UA detection for wkwebview [`#1124`](https://github.com/Financial-Times/polyfill-library/pull/1124)
|
1432
|
-
- include subdomains in hsts and add to preload list [`#1118`](https://github.com/Financial-Times/polyfill-library/pull/1118)
|
1433
|
-
- Simply the HTTPS redirection logic in the VCL [`#1116`](https://github.com/Financial-Times/polyfill-library/pull/1116)
|
1434
|
-
- Ie11 mobile matches [`#1071`](https://github.com/Financial-Times/polyfill-library/pull/1071)
|
1435
|
-
- Update Opera configurations for ES6 requirements [`#1100`](https://github.com/Financial-Times/polyfill-library/pull/1100)
|
1436
|
-
- Update iOS Safari browser versions for Symbol based on Kangax ES6 compat table [`#1115`](https://github.com/Financial-Times/polyfill-library/pull/1115)
|
1437
|
-
- update compat data [`#1109`](https://github.com/Financial-Times/polyfill-library/pull/1109)
|
1438
|
-
- Cache results to avoid extraneous fs operations [`#1108`](https://github.com/Financial-Times/polyfill-library/pull/1108)
|
1439
|
-
- Use graceful-fs to handle EMFILE issues automatically (#1106) [`#1107`](https://github.com/Financial-Times/polyfill-library/pull/1107)
|
1440
|
-
- gather rum data when running the test suite [`#1102`](https://github.com/Financial-Times/polyfill-library/pull/1102)
|
1441
|
-
- Fixed Object.getOwnPropertySymbols for Object.prototype [`#1093`](https://github.com/Financial-Times/polyfill-library/pull/1093)
|
1442
|
-
- Run polyfill service in multiple regions and enable automatic failover if a region is unhealthy [`#1098`](https://github.com/Financial-Times/polyfill-library/pull/1098)
|
1443
|
-
- HTTPS where possible [`#1096`](https://github.com/Financial-Times/polyfill-library/pull/1096)
|
1444
|
-
- Use the canonical link [`#1095`](https://github.com/Financial-Times/polyfill-library/pull/1095)
|
1445
|
-
- Update all the dependencies [`#1090`](https://github.com/Financial-Times/polyfill-library/pull/1090)
|
1446
|
-
- Polyfill targeting updates [`#1055`](https://github.com/Financial-Times/polyfill-library/pull/1055)
|
1447
|
-
- Fixes Map in IE [`#1070`](https://github.com/Financial-Times/polyfill-library/pull/1070)
|
1448
|
-
- Add pre-parse for Vivaldi, fixes #735 [`#1050`](https://github.com/Financial-Times/polyfill-library/pull/1050)
|
1449
|
-
- The final line could equally be a comment in the non-minified version [`#1089`](https://github.com/Financial-Times/polyfill-library/pull/1089)
|
1450
|
-
- Remove Docker to simplify and speed up deployments to Heroku [`#1069`](https://github.com/Financial-Times/polyfill-library/pull/1069)
|
1451
|
-
- Separate Promise.prototype.finally from Promise polyfill [`#1063`](https://github.com/Financial-Times/polyfill-library/pull/1063)
|
1452
|
-
- Update polyfills config for Samsung Internet 5 [`#1067`](https://github.com/Financial-Times/polyfill-library/pull/1067)
|
1453
|
-
- Retarget Opera, fixes #860 [`#1061`](https://github.com/Financial-Times/polyfill-library/pull/1061)
|
1454
|
-
- add mutation observer polyfill [`#1056`](https://github.com/Financial-Times/polyfill-library/pull/1056)
|
1455
|
-
- Update sponsor links [`#1060`](https://github.com/Financial-Times/polyfill-library/pull/1060)
|
1456
|
-
- use the new build service domain [`#1059`](https://github.com/Financial-Times/polyfill-library/pull/1059)
|
1457
|
-
- Update IO polyfill, fixes #776 [`#1057`](https://github.com/Financial-Times/polyfill-library/pull/1057)
|
1458
|
-
- Added bb to array includes config [`#1041`](https://github.com/Financial-Times/polyfill-library/pull/1041)
|
1459
|
-
- Update Array.prototype.includes Safari support [`#1038`](https://github.com/Financial-Times/polyfill-library/pull/1038)
|
1460
|
-
- Update useragent module, fixes #749 [`#1049`](https://github.com/Financial-Times/polyfill-library/pull/1049)
|
1461
|
-
- Remove references to non-existent dependency polyfill, fixes #895 [`#1051`](https://github.com/Financial-Times/polyfill-library/pull/1051)
|
1462
|
-
- Extend `Performance.now` polyfill range for Android Browser. [`#1044`](https://github.com/Financial-Times/polyfill-library/pull/1044)
|
1463
|
-
- Fix clean-dist command to remove correct directory [`#1040`](https://github.com/Financial-Times/polyfill-library/pull/1040)
|
1464
|
-
- Enable tests to run on browserstack and saucelabs [`#1046`](https://github.com/Financial-Times/polyfill-library/pull/1046)
|
1465
|
-
- Note that readable streams aren't supported. [`#1039`](https://github.com/Financial-Times/polyfill-library/pull/1039)
|
1466
|
-
- PR for issue #1036 [`#1037`](https://github.com/Financial-Times/polyfill-library/pull/1037)
|
1467
|
-
- Bugfix: Element.prototype.placeholder not working on textarea [`#1022`](https://github.com/Financial-Times/polyfill-library/pull/1022)
|
1468
|
-
- Fix contribution terms link, fixes #1014 [`#1032`](https://github.com/Financial-Times/polyfill-library/pull/1032)
|
1469
|
-
- Adding feature filter [`#1007`](https://github.com/Financial-Times/polyfill-library/pull/1007)
|
1470
|
-
- Purge assets for website on deployment [`#1031`](https://github.com/Financial-Times/polyfill-library/pull/1031)
|
1471
|
-
- Serve intl to browsers who identify as chrome <= version 34 [`#1028`](https://github.com/Financial-Times/polyfill-library/pull/1028)
|
1472
|
-
- Add bespoke detects for each Intl locale [`#1027`](https://github.com/Financial-Times/polyfill-library/pull/1027)
|
1473
|
-
- update yaku to include the finally method :tada: [`#1017`](https://github.com/Financial-Times/polyfill-library/pull/1017)
|
1474
|
-
- README.md: fix typo: 'rebuiling' -> 'rebuilding' [`#1030`](https://github.com/Financial-Times/polyfill-library/pull/1030)
|
1475
|
-
- Prevent output of RUM when `rum=0` is included in ?qs [`#1021`](https://github.com/Financial-Times/polyfill-library/pull/1021)
|
1476
|
-
- Add polyfill for Number.parseFloat and Number.parseInt. [`#1012`](https://github.com/Financial-Times/polyfill-library/pull/1012)
|
1477
|
-
- Add Object.entries polyfill [`#976`](https://github.com/Financial-Times/polyfill-library/pull/976)
|
1478
|
-
- Enable `Function.name` via es6 alias [`#1013`](https://github.com/Financial-Times/polyfill-library/pull/1013)
|
1479
|
-
- removing files created at build time and tidying up ignores [`#1009`](https://github.com/Financial-Times/polyfill-library/pull/1009)
|
1480
|
-
- update the shrinkwrap now that we removed many modules [`#1016`](https://github.com/Financial-Times/polyfill-library/pull/1016)
|
1481
|
-
- add ipv6 tracking [`#1011`](https://github.com/Financial-Times/polyfill-library/pull/1011)
|
1482
|
-
- Add logging from fastly [`#1010`](https://github.com/Financial-Times/polyfill-library/pull/1010)
|
1483
|
-
- Normalise purge [`#1008`](https://github.com/Financial-Times/polyfill-library/pull/1008)
|
1484
|
-
- A bit less grunt [`#1000`](https://github.com/Financial-Times/polyfill-library/pull/1000)
|
1485
|
-
- Use a feature which is not in the default set [`#1005`](https://github.com/Financial-Times/polyfill-library/pull/1005)
|
1486
|
-
- Rum report [`#999`](https://github.com/Financial-Times/polyfill-library/pull/999)
|
1487
|
-
- Fix document.currentScript [`#975`](https://github.com/Financial-Times/polyfill-library/pull/975)
|
1488
|
-
- onhashchange is undefined when not configured, even when supported by the browser [`#947`](https://github.com/Financial-Times/polyfill-library/pull/947)
|
1489
|
-
- Improve UI JS, fixes #966 [`#998`](https://github.com/Financial-Times/polyfill-library/pull/998)
|
1490
|
-
- Enable `performance.now` and `Array.from` for Opera Mini [`#1004`](https://github.com/Financial-Times/polyfill-library/pull/1004)
|
1491
|
-
- remove minimist [`#1003`](https://github.com/Financial-Times/polyfill-library/pull/1003)
|
1492
|
-
- update shrinkwrap [`#1001`](https://github.com/Financial-Times/polyfill-library/pull/1001)
|
1493
|
-
- Add deprecation note to String.prototype.contains as for Array.prototype.contains. [`#965`](https://github.com/Financial-Times/polyfill-library/pull/965)
|
1494
|
-
- Make IE/Edge nomenclature clearer [`#997`](https://github.com/Financial-Times/polyfill-library/pull/997)
|
1495
|
-
- Adding dataset polyfill [`#983`](https://github.com/Financial-Times/polyfill-library/pull/983)
|
1496
|
-
- Nicer sauce [`#992`](https://github.com/Financial-Times/polyfill-library/pull/992)
|
1497
|
-
- Add HTMLCanvasElement.protoype.toBlob polyfill [`#921`](https://github.com/Financial-Times/polyfill-library/pull/921)
|
1498
|
-
- Update min mobile safari version for Math.trunc [`#988`](https://github.com/Financial-Times/polyfill-library/pull/988)
|
1499
|
-
- Swap out custom stream lib for external libs [`#987`](https://github.com/Financial-Times/polyfill-library/pull/987)
|
1500
|
-
- Workflow files for issue template and contribution guide [`#989`](https://github.com/Financial-Times/polyfill-library/pull/989)
|
1501
|
-
- Firefox shipped IO in 52 [`#972`](https://github.com/Financial-Times/polyfill-library/pull/972)
|
1502
|
-
- fix `polyfill.io CDN` link in README [`#984`](https://github.com/Financial-Times/polyfill-library/pull/984)
|
1503
|
-
- Add Event and performance.now as deps to intersectionobserver [`#964`](https://github.com/Financial-Times/polyfill-library/pull/964)
|
1504
|
-
- Update test browsers [`#954`](https://github.com/Financial-Times/polyfill-library/pull/954)
|
1505
|
-
- Add `Number.isInteger` polyfill [`#977`](https://github.com/Financial-Times/polyfill-library/pull/977)
|
1506
|
-
- Update intl and drop support for IE 7&8 [`#913`](https://github.com/Financial-Times/polyfill-library/pull/913)
|
1507
|
-
- Add polyfill for HTML5's `document.currentScript` [`#973`](https://github.com/Financial-Times/polyfill-library/pull/973)
|
1508
|
-
- Add support for Android for requestAnimationFrame [`#944`](https://github.com/Financial-Times/polyfill-library/pull/944)
|
1509
|
-
- Doesn't throw in ES6 context, instead returns undefined [`#971`](https://github.com/Financial-Times/polyfill-library/pull/971)
|
1510
|
-
- Update error messages for Object.defineProperty [`#970`](https://github.com/Financial-Times/polyfill-library/pull/970)
|
1511
|
-
- Completed iterators don't always contain a value property [`#969`](https://github.com/Financial-Times/polyfill-library/pull/969)
|
1512
|
-
- Pass in parameters as empty asserts throw exceptions [`#968`](https://github.com/Financial-Times/polyfill-library/pull/968)
|
1513
|
-
- Update config.json of HTMLPictureElement [`#930`](https://github.com/Financial-Times/polyfill-library/pull/930)
|
1514
|
-
- Remove detect from fetch polyfill [`#948`](https://github.com/Financial-Times/polyfill-library/pull/948)
|
1515
|
-
- Fix semver for IE/Edge for NodeList.prototype.@@iterator [`#962`](https://github.com/Financial-Times/polyfill-library/pull/962)
|
1516
|
-
- Switch from JSHint to ESLint for website JS [`#938`](https://github.com/Financial-Times/polyfill-library/pull/938)
|
1517
|
-
- Grunt build (fixes #955) [`#956`](https://github.com/Financial-Times/polyfill-library/pull/956)
|
1518
|
-
- Fix Set iteration bug #949 [`#950`](https://github.com/Financial-Times/polyfill-library/pull/950)
|
1519
|
-
- Add polyfill for pre-ES6 form of `Function.name` [`#951`](https://github.com/Financial-Times/polyfill-library/pull/951)
|
1520
|
-
- polyfill URL for all IEs and Edge browsers [`#946`](https://github.com/Financial-Times/polyfill-library/pull/946)
|
1521
|
-
- Stream output [`#903`](https://github.com/Financial-Times/polyfill-library/pull/903)
|
1522
|
-
- Redirect qa to https [`#942`](https://github.com/Financial-Times/polyfill-library/pull/942)
|
1523
|
-
- Update config.json of Number.isNaN [`#929`](https://github.com/Financial-Times/polyfill-library/pull/929)
|
1524
|
-
- _mutation [`#940`](https://github.com/Financial-Times/polyfill-library/pull/940)
|
1525
|
-
- Fix typo in url [`#939`](https://github.com/Financial-Times/polyfill-library/pull/939)
|
1526
|
-
- Polyfill console.info and console.error for IE Mobile <= 9 [`#914`](https://github.com/Financial-Times/polyfill-library/pull/914)
|
1527
|
-
- Fix semver syntax bug, closes #931 [`#932`](https://github.com/Financial-Times/polyfill-library/pull/932)
|
1528
|
-
- Fix syntax error [`#935`](https://github.com/Financial-Times/polyfill-library/pull/935)
|
1529
|
-
- Don't overwrite console object if it exists. [`#926`](https://github.com/Financial-Times/polyfill-library/pull/926)
|
1530
|
-
- Switch edge 12 for edge 14 [`#936`](https://github.com/Financial-Times/polyfill-library/pull/936)
|
1531
|
-
- Add examples for feature detection and async loading [`#925`](https://github.com/Financial-Times/polyfill-library/pull/925)
|
1532
|
-
- Merge DOMContentLoaded in Event Polyfill [`#862`](https://github.com/Financial-Times/polyfill-library/pull/862)
|
1533
|
-
- polyfill symbol in BlackBerry [`#918`](https://github.com/Financial-Times/polyfill-library/pull/918)
|
1534
|
-
- Run linter on CI [`#919`](https://github.com/Financial-Times/polyfill-library/pull/919)
|
1535
|
-
- Update sources.js [`#917`](https://github.com/Financial-Times/polyfill-library/pull/917)
|
1536
|
-
- Map/Set IteratorResults now always have a value [`#901`](https://github.com/Financial-Times/polyfill-library/pull/901)
|
1537
|
-
- Update jsdoc with correct params and return types [`#909`](https://github.com/Financial-Times/polyfill-library/pull/909)
|
1538
|
-
- Simplify require call for appVersion [`#908`](https://github.com/Financial-Times/polyfill-library/pull/908)
|
1539
|
-
- Change detect to use `this` instead of `window` [`#907`](https://github.com/Financial-Times/polyfill-library/pull/907)
|
1540
|
-
- Add missing Document dependency for html5shiv [`#906`](https://github.com/Financial-Times/polyfill-library/pull/906)
|
1541
|
-
- Fix: Safari 10 now supports Intl [`#904`](https://github.com/Financial-Times/polyfill-library/pull/904)
|
1542
|
-
- Compat update from RUM data [`#902`](https://github.com/Financial-Times/polyfill-library/pull/902)
|
1543
|
-
- Update config.json [`#899`](https://github.com/Financial-Times/polyfill-library/pull/899)
|
1544
|
-
- values property should not be enumerable, fixes #880 [`#894`](https://github.com/Financial-Times/polyfill-library/pull/894)
|
1545
|
-
- Fix the validation order [`#872`](https://github.com/Financial-Times/polyfill-library/pull/872)
|
1546
|
-
- Adjust Symbol config for Opera browser [`#889`](https://github.com/Financial-Times/polyfill-library/pull/889)
|
1547
|
-
- Update config.json for Element [`#867`](https://github.com/Financial-Times/polyfill-library/pull/867)
|
1548
|
-
- Reinstate RUM improvements with fix for gated flag [`#890`](https://github.com/Financial-Times/polyfill-library/pull/890)
|
1549
|
-
- Fix compat RUM data (comes in as a string, so '0' is true!) [`#891`](https://github.com/Financial-Times/polyfill-library/pull/891)
|
1550
|
-
- Add MIN_SAFE_INTEGER [`#886`](https://github.com/Financial-Times/polyfill-library/pull/886)
|
1551
|
-
- Add MAX_SAFE_INTEGER [`#885`](https://github.com/Financial-Times/polyfill-library/pull/885)
|
1552
|
-
- Fixes #887 [`#888`](https://github.com/Financial-Times/polyfill-library/pull/888)
|
1553
|
-
- Remove Object.defineProperty dependency [`#874`](https://github.com/Financial-Times/polyfill-library/pull/874)
|
1554
|
-
- Serve ArrayIterator polyfill to Samsung Browser [`#877`](https://github.com/Financial-Times/polyfill-library/pull/877)
|
1555
|
-
- change ie browser version for Symbol polyfills [`#882`](https://github.com/Financial-Times/polyfill-library/pull/882)
|
1556
|
-
- Missing a space in an exception message. [`#883`](https://github.com/Financial-Times/polyfill-library/pull/883)
|
1557
|
-
- use json polyfill via third party install method [`#831`](https://github.com/Financial-Times/polyfill-library/pull/831)
|
1558
|
-
- Add UC Browser - mimic IE [`#853`](https://github.com/Financial-Times/polyfill-library/pull/853)
|
1559
|
-
- Revert "Rum improvements (#859)" [`#878`](https://github.com/Financial-Times/polyfill-library/pull/878)
|
1560
|
-
- Add detect for incomplete Safari 8 implementation [`#870`](https://github.com/Financial-Times/polyfill-library/pull/870)
|
1561
|
-
- All EDGE 14 builds do not support fetch [`#865`](https://github.com/Financial-Times/polyfill-library/pull/865)
|
1562
|
-
- Update config.json for Symbol [`#868`](https://github.com/Financial-Times/polyfill-library/pull/868)
|
1563
|
-
- Update release-process documentation [`#866`](https://github.com/Financial-Times/polyfill-library/pull/866)
|
1564
|
-
- Change from ESI to cookie for data centre detection [`#864`](https://github.com/Financial-Times/polyfill-library/pull/864)
|
1565
|
-
- Rum improvements [`#859`](https://github.com/Financial-Times/polyfill-library/pull/859)
|
1566
|
-
- Lambda task for RUM processing [`#851`](https://github.com/Financial-Times/polyfill-library/pull/851)
|
1567
|
-
- widen browser delivery of iterators [`#848`](https://github.com/Financial-Times/polyfill-library/pull/848)
|
1568
|
-
- Add linting to first-party polyfills [`#809`](https://github.com/Financial-Times/polyfill-library/pull/809)
|
1569
|
-
- Update to latest version of URL, use new install mechanism [`#800`](https://github.com/Financial-Times/polyfill-library/pull/800)
|
1570
|
-
- Add es6 alias to es6 features [`#847`](https://github.com/Financial-Times/polyfill-library/pull/847)
|
1571
|
-
- Add missing dev-dependency node-fetch [`#839`](https://github.com/Financial-Times/polyfill-library/pull/839)
|
1572
|
-
- Fix browser support configurations of Map/Set/WeakMap/WeakSet [`#818`](https://github.com/Financial-Times/polyfill-library/pull/818)
|
1573
|
-
- Fix browser support configurations of Array [`#825`](https://github.com/Financial-Times/polyfill-library/pull/825)
|
1574
|
-
- correct spelling of agreement [`#837`](https://github.com/Financial-Times/polyfill-library/pull/837)
|
1575
|
-
- Number.isFinite(...) [`#834`](https://github.com/Financial-Times/polyfill-library/pull/834)
|
1576
|
-
- Add a script to purge assets from the CDN, run this script after each deploy [`#836`](https://github.com/Financial-Times/polyfill-library/pull/836)
|
1577
|
-
- Update dependencies and shrinkwrap [`#832`](https://github.com/Financial-Times/polyfill-library/pull/832)
|
1578
|
-
- install UserTiming polyfill via third-party mechanism [`#830`](https://github.com/Financial-Times/polyfill-library/pull/830)
|
1579
|
-
- Fix closing code tags in docs/contributing/common-scenarios.html [`#828`](https://github.com/Financial-Times/polyfill-library/pull/828)
|
1580
|
-
- Sourcemaps issue [`#821`](https://github.com/Financial-Times/polyfill-library/pull/821)
|
1581
|
-
- Add array.of via new third party install method [`#805`](https://github.com/Financial-Times/polyfill-library/pull/805)
|
1582
|
-
- Set browser to Unknown if below baseline version [`#819`](https://github.com/Financial-Times/polyfill-library/pull/819)
|
1583
|
-
- Set browser to Unknown if below baseline version [`#819`](https://github.com/Financial-Times/polyfill-library/pull/819)
|
1584
|
-
- Revert "Revert "Need to set Picture polyfill IE to 7+ to support Methode"" [`#804`](https://github.com/Financial-Times/polyfill-library/pull/804)
|
1585
|
-
- Add atob btoa via new third party install method [`#806`](https://github.com/Financial-Times/polyfill-library/pull/806)
|
1586
|
-
- Switch from expect.js to Proclaim [`#813`](https://github.com/Financial-Times/polyfill-library/pull/813)
|
1587
|
-
- Remove a not own property constraint for iterators in Array.from [`#817`](https://github.com/Financial-Times/polyfill-library/pull/817)
|
1588
|
-
- Add html5shiv via new third party install method [`#807`](https://github.com/Financial-Times/polyfill-library/pull/807)
|
1589
|
-
- Add AudioContext via new third party install method [`#808`](https://github.com/Financial-Times/polyfill-library/pull/808)
|
1590
|
-
- Update Element.prototype.after et al. config [`#815`](https://github.com/Financial-Times/polyfill-library/pull/815)
|
1591
|
-
- chore(package): update dependencies [`#814`](https://github.com/Financial-Times/polyfill-library/pull/814)
|
1592
|
-
- Update dependencies [`#811`](https://github.com/Financial-Times/polyfill-library/pull/811)
|
1593
|
-
- Sort querystring using boltsort for better caching [`#812`](https://github.com/Financial-Times/polyfill-library/pull/812)
|
1594
|
-
- samsing -> samsung [`#802`](https://github.com/Financial-Times/polyfill-library/pull/802)
|
1595
|
-
- Update docs with better walkthroughs [`#801`](https://github.com/Financial-Times/polyfill-library/pull/801)
|
1596
|
-
- Add tests for fb ios app useragent [`#791`](https://github.com/Financial-Times/polyfill-library/pull/791)
|
1597
|
-
- Rhys/dom iterators [`#798`](https://github.com/Financial-Times/polyfill-library/pull/798)
|
1598
|
-
- Fix Math.clz32 [`#786`](https://github.com/Financial-Times/polyfill-library/pull/786)
|
1599
|
-
- Move RUM logging to CDN [`#790`](https://github.com/Financial-Times/polyfill-library/pull/790)
|
1600
|
-
- update deployment documentation [`#789`](https://github.com/Financial-Times/polyfill-library/pull/789)
|
1601
|
-
- Samsung browser support [`#787`](https://github.com/Financial-Times/polyfill-library/pull/787)
|
1602
|
-
- Identify the polyfills needed for Samsung Internet 4 [`#783`](https://github.com/Financial-Times/polyfill-library/pull/783)
|
1603
|
-
- Rhys/array iterators [`#726`](https://github.com/Financial-Times/polyfill-library/pull/726)
|
1604
|
-
- Add writeable property descriptors returned by Object.getOwnPropertyDescriptor polyfill [`#784`](https://github.com/Financial-Times/polyfill-library/pull/784)
|
1605
|
-
- Pass string to factory to avoid throwing errors in modern browsers [`#773`](https://github.com/Financial-Times/polyfill-library/pull/773)
|
1606
|
-
- Build polyfills inside Docker image instead of copying from the host. [`#770`](https://github.com/Financial-Times/polyfill-library/pull/770)
|
1607
|
-
- Failing Array.from test (IE) [`#766`](https://github.com/Financial-Times/polyfill-library/pull/766)
|
1608
|
-
- Promises: Switch from Octane to Yaku [`#780`](https://github.com/Financial-Times/polyfill-library/pull/780)
|
1609
|
-
- Use relative path to fix clean task [`#781`](https://github.com/Financial-Times/polyfill-library/pull/781)
|
1610
|
-
- Add aliasing for FB in-app browser on iOS, fixes #561 [`#775`](https://github.com/Financial-Times/polyfill-library/pull/775)
|
1611
|
-
- Minified reserved words [`#779`](https://github.com/Financial-Times/polyfill-library/pull/779)
|
1612
|
-
- update intl to latest version [`#698`](https://github.com/Financial-Times/polyfill-library/pull/698)
|
1613
|
-
- Enable Object.create(Function.prototype) to work [`#777`](https://github.com/Financial-Times/polyfill-library/pull/777)
|
1614
|
-
- Simplify installing third-party polyfills from NPM [`#762`](https://github.com/Financial-Times/polyfill-library/pull/762)
|
1615
|
-
- Add browsers to IntersectionObserver config [`#769`](https://github.com/Financial-Times/polyfill-library/pull/769)
|
1616
|
-
- Added callback type check in addEventListener to avoid exceptions [`#767`](https://github.com/Financial-Times/polyfill-library/pull/767)
|
1617
|
-
- Symbol polyfill: Resolve cross-domain issue on IE11 [`#760`](https://github.com/Financial-Times/polyfill-library/pull/760)
|
1618
|
-
- protocol agnostic rum collection [`#759`](https://github.com/Financial-Times/polyfill-library/pull/759)
|
1619
|
-
- Enable Symbols to be added to NodeList in IE11 [`#757`](https://github.com/Financial-Times/polyfill-library/pull/757)
|
1620
|
-
- Add "android" browser to Intl locales [`#754`](https://github.com/Financial-Times/polyfill-library/pull/754)
|
1621
|
-
- Add IE mobile to Symbol.* polyfills [`#756`](https://github.com/Financial-Times/polyfill-library/pull/756)
|
1622
|
-
- IntersectionObserver shipped in Chrome 51 [`#755`](https://github.com/Financial-Times/polyfill-library/pull/755)
|
1623
|
-
- Real user monitoring [`#743`](https://github.com/Financial-Times/polyfill-library/pull/743)
|
1624
|
-
- Switch calls from buildsources to build [`#742`](https://github.com/Financial-Times/polyfill-library/pull/742)
|
1625
|
-
- Revert "Add commonJS support for external modules (#719)" [`#744`](https://github.com/Financial-Times/polyfill-library/pull/744)
|
1626
|
-
- IntersectionObserver shipped in Chrome 51 [`#741`](https://github.com/Financial-Times/polyfill-library/pull/741)
|
1627
|
-
- Change version shown in link text in Contrib docs. [`#740`](https://github.com/Financial-Times/polyfill-library/pull/740)
|
1628
|
-
- Update Promise/Symbol/fetch polyfills for Edge [`#737`](https://github.com/Financial-Times/polyfill-library/pull/737)
|
1629
|
-
- IntersectionObserver [`#684`](https://github.com/Financial-Times/polyfill-library/pull/684)
|
1630
|
-
- Routes [`#738`](https://github.com/Financial-Times/polyfill-library/pull/738)
|
1631
|
-
- Update fetch, closes #724, closes #710 [`#728`](https://github.com/Financial-Times/polyfill-library/pull/728)
|
1632
|
-
- Redirect to https if the host is just polyfill.io [`#730`](https://github.com/Financial-Times/polyfill-library/pull/730)
|
1633
|
-
- Provide immutable default sets [`#725`](https://github.com/Financial-Times/polyfill-library/pull/725)
|
1634
|
-
- add fastly purge auth to vcl file [`#729`](https://github.com/Financial-Times/polyfill-library/pull/729)
|
1635
|
-
- Reinstate the existing Event prototype, fixes #705 [`#713`](https://github.com/Financial-Times/polyfill-library/pull/713)
|
1636
|
-
- assign append to the correct method name for Document [`#721`](https://github.com/Financial-Times/polyfill-library/pull/721)
|
1637
|
-
- Add commonJS support for external modules [`#719`](https://github.com/Financial-Times/polyfill-library/pull/719)
|
1638
|
-
- syntax error, fixes #709 [`#711`](https://github.com/Financial-Times/polyfill-library/pull/711)
|
1639
|
-
- Possible docker deployment approach [`#658`](https://github.com/Financial-Times/polyfill-library/pull/658)
|
1640
|
-
- Fixed Object.create polyfill issue when called through Babel's Object's create wrapper [`#708`](https://github.com/Financial-Times/polyfill-library/pull/708)
|
1641
|
-
- Implement Set polyfill, closes #680 [`#694`](https://github.com/Financial-Times/polyfill-library/pull/694)
|
1642
|
-
- Use a private DOMTokenList implementation for classList polyfill since we need an accessible constructor [`#693`](https://github.com/Financial-Times/polyfill-library/pull/693)
|
1643
|
-
- Add navigator.sendBeacon, closes #539 [`#689`](https://github.com/Financial-Times/polyfill-library/pull/689)
|
1644
|
-
- Force TLS, and update VCL on deploy, closes #677 [`#682`](https://github.com/Financial-Times/polyfill-library/pull/682)
|
1645
|
-
- Raise baseline to exclude IE6, Safari 3, Android 2. [`#687`](https://github.com/Financial-Times/polyfill-library/pull/687)
|
1646
|
-
- Add getElementsByClassName, closes #169 [`#688`](https://github.com/Financial-Times/polyfill-library/pull/688)
|
1647
|
-
- Use Node 6 to handle HTTP clientError scenarios correctly, fixes #567 [`#686`](https://github.com/Financial-Times/polyfill-library/pull/686)
|
1648
|
-
- Daily stats [`#685`](https://github.com/Financial-Times/polyfill-library/pull/685)
|
1649
|
-
- Exclude option, closes #435 [`#683`](https://github.com/Financial-Times/polyfill-library/pull/683)
|
1650
|
-
- Add warning note for accessor props on IE8 [`#681`](https://github.com/Financial-Times/polyfill-library/pull/681)
|
1651
|
-
- Add Map polyfill [`#670`](https://github.com/Financial-Times/polyfill-library/pull/670)
|
1652
|
-
- Change build URLs [`#674`](https://github.com/Financial-Times/polyfill-library/pull/674)
|
1653
|
-
- Add hsts header [`#673`](https://github.com/Financial-Times/polyfill-library/pull/673)
|
1654
|
-
- Add Promise to es6 set [`#672`](https://github.com/Financial-Times/polyfill-library/pull/672)
|
1655
|
-
- Add deployment notes and rewrite readme [`#669`](https://github.com/Financial-Times/polyfill-library/pull/669)
|
1656
|
-
- Symbol polyfill [`#585`](https://github.com/Financial-Times/polyfill-library/pull/585)
|
1657
|
-
- add o-techdocs-container for o-techdocs 5 migration [`#668`](https://github.com/Financial-Times/polyfill-library/pull/668)
|
1658
|
-
- Add more polyfills to the default set, see #655 [`#660`](https://github.com/Financial-Times/polyfill-library/pull/660)
|
1659
|
-
- Show console warning when using the 'all' alias [`#659`](https://github.com/Financial-Times/polyfill-library/pull/659)
|
1660
|
-
- Add acid test mode to features page, closes #611 [`#641`](https://github.com/Financial-Times/polyfill-library/pull/641)
|
1661
|
-
- Pagevisibility rename [`#661`](https://github.com/Financial-Times/polyfill-library/pull/661)
|
1662
|
-
- Skip tests that fail against native impl in FF, fixes #640 [`#656`](https://github.com/Financial-Times/polyfill-library/pull/656)
|
1663
|
-
- Updated browser support - Fixes #642 [`#657`](https://github.com/Financial-Times/polyfill-library/pull/657)
|
1664
|
-
- Add Array.prototype.fill polyfill [`#601`](https://github.com/Financial-Times/polyfill-library/pull/601)
|
1665
|
-
- Issue 610 - Fixing Windows build [`#651`](https://github.com/Financial-Times/polyfill-library/pull/651)
|
1666
|
-
- Update syntax to ES6 [`#643`](https://github.com/Financial-Times/polyfill-library/pull/643)
|
1667
|
-
- Make classlist polyfill configurable [`#648`](https://github.com/Financial-Times/polyfill-library/pull/648)
|
1668
|
-
- Add Circle CI [`#647`](https://github.com/Financial-Times/polyfill-library/pull/647)
|
1669
|
-
- pass absolute path to grunt-clean [`#639`](https://github.com/Financial-Times/polyfill-library/pull/639)
|
1670
|
-
- Improve docs [`#620`](https://github.com/Financial-Times/polyfill-library/pull/620)
|
1671
|
-
- NaN (closes #608) [`#637`](https://github.com/Financial-Times/polyfill-library/pull/637)
|
1672
|
-
- fix config for URL [`#630`](https://github.com/Financial-Times/polyfill-library/pull/630)
|
1673
|
-
- Update files from build service to use the v2 endpoint [`#626`](https://github.com/Financial-Times/polyfill-library/pull/626)
|
1674
|
-
- return Boolean from URL detect [`#629`](https://github.com/Financial-Times/polyfill-library/pull/629)
|
1675
|
-
- Intl update [`#624`](https://github.com/Financial-Times/polyfill-library/pull/624)
|
1676
|
-
- HTMLPictureElement polyfill in IE8 [`#534`](https://github.com/Financial-Times/polyfill-library/pull/534)
|
1677
|
-
- updated semver ranges for safari mobile array properties [`#612`](https://github.com/Financial-Times/polyfill-library/pull/612)
|
1678
|
-
- Update browser compatibility for Array.from [`#622`](https://github.com/Financial-Times/polyfill-library/pull/622)
|
1679
|
-
- Validate dependency graph as part of build process [`#619`](https://github.com/Financial-Times/polyfill-library/pull/619)
|
1680
|
-
- Add individual console methods [`#570`](https://github.com/Financial-Times/polyfill-library/pull/570)
|
1681
|
-
- Suppress unused deps [`#618`](https://github.com/Financial-Times/polyfill-library/pull/618)
|
1682
|
-
- fix: Need Intl polypill for native android browser [`#613`](https://github.com/Financial-Times/polyfill-library/pull/613)
|
1683
|
-
- Restrict setImmediate config [`#588`](https://github.com/Financial-Times/polyfill-library/pull/588)
|
1684
|
-
- Strip Firefox from iOS UAs [`#617`](https://github.com/Financial-Times/polyfill-library/pull/617)
|
1685
|
-
- Polyfill fetch for BlackBerry [`#602`](https://github.com/Financial-Times/polyfill-library/pull/602)
|
1686
|
-
- node version - add minimal version in package.json [`#609`](https://github.com/Financial-Times/polyfill-library/pull/609)
|
1687
|
-
- Return before trying to cast property to string [`#592`](https://github.com/Financial-Times/polyfill-library/pull/592)
|
1688
|
-
- Fix typos [`#598`](https://github.com/Financial-Times/polyfill-library/pull/598)
|
1689
|
-
- Added blissfuljs alias, as discussed in #594 [`#596`](https://github.com/Financial-Times/polyfill-library/pull/596)
|
1690
|
-
- UserTiming polyfill [`#586`](https://github.com/Financial-Times/polyfill-library/pull/586)
|
1691
|
-
- Element.prototype.placeholder not displaying - fixes #566 [`#584`](https://github.com/Financial-Times/polyfill-library/pull/584)
|
1692
|
-
- Add picturefill on android [`#574`](https://github.com/Financial-Times/polyfill-library/pull/574)
|
1693
|
-
- Deliver findIndex to Blackberry devices [`#583`](https://github.com/Financial-Times/polyfill-library/pull/583)
|
1694
|
-
- grunt task buildsources - fix for missing subdirectories [`#565`](https://github.com/Financial-Times/polyfill-library/pull/565)
|
1695
|
-
- Classify all unsupported browser families as unknown, express debug more clearly, fixes #572 [`#573`](https://github.com/Financial-Times/polyfill-library/pull/573)
|
1696
|
-
- Add edge mobile [`#571`](https://github.com/Financial-Times/polyfill-library/pull/571)
|
1697
|
-
- Closes #557 [`#569`](https://github.com/Financial-Times/polyfill-library/pull/569)
|
1698
|
-
- Fix old markdown link [`#562`](https://github.com/Financial-Times/polyfill-library/pull/562)
|
1699
|
-
- Corrected indexOf casing in matchMedia polyfill [`#515`](https://github.com/Financial-Times/polyfill-library/pull/515)
|
1700
|
-
- Remove support for v1 API [`#560`](https://github.com/Financial-Times/polyfill-library/pull/560)
|
1701
|
-
- Enable `localStorage` polyfill in Opera Mini [`#503`](https://github.com/Financial-Times/polyfill-library/pull/503)
|
1702
|
-
- No variants [`#559`](https://github.com/Financial-Times/polyfill-library/pull/559)
|
1703
|
-
- Array.prototype.includes updated browser support for firefox 43 [`#549`](https://github.com/Financial-Times/polyfill-library/pull/549)
|
1704
|
-
- String.prototype.startsWith updated browser support for chrome 41 [`#550`](https://github.com/Financial-Times/polyfill-library/pull/550)
|
1705
|
-
- String.prototype.includes browser support for chrome 41 and firefox 40 [`#551`](https://github.com/Financial-Times/polyfill-library/pull/551)
|
1706
|
-
- Array.prototype.find updated browser support for chrome 45 [`#552`](https://github.com/Financial-Times/polyfill-library/pull/552)
|
1707
|
-
- Array.prototype.findIndex updated browser support for chrome 45 [`#553`](https://github.com/Financial-Times/polyfill-library/pull/553)
|
1708
|
-
- Array.from updated browser support for firefox 32 [`#554`](https://github.com/Financial-Times/polyfill-library/pull/554)
|
1709
|
-
- Array.of updated browser support for chrome 45 [`#555`](https://github.com/Financial-Times/polyfill-library/pull/555)
|
1710
|
-
- polyfilling page visibility api [`#536`](https://github.com/Financial-Times/polyfill-library/pull/536)
|
1711
|
-
- HTMLPictureElement for BB7-10 [`#548`](https://github.com/Financial-Times/polyfill-library/pull/548)
|
1712
|
-
- RequestAnimationFrame webkit polyfill ios_saf 6 [`#543`](https://github.com/Financial-Times/polyfill-library/pull/543)
|
1713
|
-
- Give Array.prototype.find to BB devices [`#544`](https://github.com/Financial-Times/polyfill-library/pull/544)
|
1714
|
-
- Event/polyfill-ie8.js certain event listeners on window in IE8 never fire (local for #463) [`#475`](https://github.com/Financial-Times/polyfill-library/pull/475)
|
1715
|
-
- Update picturefill [`#533`](https://github.com/Financial-Times/polyfill-library/pull/533)
|
1716
|
-
- Add to whatever Vary header has been set already, rather than overwrite [`#541`](https://github.com/Financial-Times/polyfill-library/pull/541)
|
1717
|
-
- Add simple memory cache around the latest polyfill collection [`#529`](https://github.com/Financial-Times/polyfill-library/pull/529)
|
1718
|
-
- Add android native browser for fetch polyfill (local for #508) [`#513`](https://github.com/Financial-Times/polyfill-library/pull/513)
|
1719
|
-
- Make window.hasOwnProperty work in IE8 (local for #486) [`#512`](https://github.com/Financial-Times/polyfill-library/pull/512)
|
1720
|
-
- Update versions from String.prototype.repeat [`#510`](https://github.com/Financial-Times/polyfill-library/pull/510)
|
1721
|
-
- Tp/paramsbug [`#506`](https://github.com/Financial-Times/polyfill-library/pull/506)
|
1722
|
-
- Add blocked event loop metrics [`#507`](https://github.com/Financial-Times/polyfill-library/pull/507)
|
1723
|
-
- Update HTML5 Shiv to latest version (3.7.3) [`#489`](https://github.com/Financial-Times/polyfill-library/pull/489)
|
1724
|
-
- fix: Function.prototype.bind was failing on new BoundFn() (local for #483) [`#485`](https://github.com/Financial-Times/polyfill-library/pull/485)
|
1725
|
-
- Support Firefox for Android [`#481`](https://github.com/Financial-Times/polyfill-library/pull/481)
|
1726
|
-
- IE11 doesn't support Event constructor - adding to required browsers [`#482`](https://github.com/Financial-Times/polyfill-library/pull/482)
|
1727
|
-
- Configure IE polyfills to match IE Mobile [`#474`](https://github.com/Financial-Times/polyfill-library/pull/474)
|
1728
|
-
- Change license for rAF polyfill to MIT [`#476`](https://github.com/Financial-Times/polyfill-library/pull/476)
|
1729
|
-
- Local UA cache [`#465`](https://github.com/Financial-Times/polyfill-library/pull/465)
|
1730
|
-
- update deploy to haikro 2 api [`#471`](https://github.com/Financial-Times/polyfill-library/pull/471)
|
1731
|
-
- Async refactor for individual source caching [`#472`](https://github.com/Financial-Times/polyfill-library/pull/472)
|
1732
|
-
- Include the PID, if available, in the metric key [`#464`](https://github.com/Financial-Times/polyfill-library/pull/464)
|
1733
|
-
- Reorg into folders [`#462`](https://github.com/Financial-Times/polyfill-library/pull/462)
|
1734
|
-
- Picturefill (local for #437) [`#448`](https://github.com/Financial-Times/polyfill-library/pull/448)
|
1735
|
-
- polyfill Promise also for mobile IE11 [`#459`](https://github.com/Financial-Times/polyfill-library/pull/459)
|
1736
|
-
- Changes to docs and testing for subfolder structure, fixes #438, fixes #454 [`#458`](https://github.com/Financial-Times/polyfill-library/pull/458)
|
1737
|
-
- Add missing mobile browsers [`#457`](https://github.com/Financial-Times/polyfill-library/pull/457)
|
1738
|
-
- Object get own property names patch [`#439`](https://github.com/Financial-Times/polyfill-library/pull/439)
|
1739
|
-
- polyfill querySelector in ie8 [`#445`](https://github.com/Financial-Times/polyfill-library/pull/445)
|
1740
|
-
- Provide bin entry, bin for global installation and CLI usage (see #442) [`#446`](https://github.com/Financial-Times/polyfill-library/pull/446)
|
1741
|
-
- CI opt out to speed up CI on Intl [`#447`](https://github.com/Financial-Times/polyfill-library/pull/447)
|
1742
|
-
- Fix npm licence SPDX conformity warning by using the CC0-1.0 identifier [`#441`](https://github.com/Financial-Times/polyfill-library/pull/441)
|
1743
|
-
- Change TTL for polyfills to 1 week [`#434`](https://github.com/Financial-Times/polyfill-library/pull/434)
|
1744
|
-
- Cache node_modules on travis [`#428`](https://github.com/Financial-Times/polyfill-library/pull/428)
|
1745
|
-
- Switch from .semver to package.json version [`#431`](https://github.com/Financial-Times/polyfill-library/pull/431)
|
1746
|
-
- Add shrinkwrap file [`#425`](https://github.com/Financial-Times/polyfill-library/pull/425)
|
1747
|
-
- Switch the range for _enqueueMicrotask back to IE 9 and above [`#426`](https://github.com/Financial-Times/polyfill-library/pull/426)
|
1748
|
-
- adds grunt task to general intl polyfill structure [`#419`](https://github.com/Financial-Times/polyfill-library/pull/419)
|
1749
|
-
- Element.prototype.classlist for svg elements [`#423`](https://github.com/Financial-Times/polyfill-library/pull/423)
|
1750
|
-
- Adds test to Object.create for API objects as it fails in IE8 [`#381`](https://github.com/Financial-Times/polyfill-library/pull/381)
|
1751
|
-
- Strip any mention of the CriOS version from the user agent string [`#416`](https://github.com/Financial-Times/polyfill-library/pull/416)
|
1752
|
-
- Do not polyfill fetch for supporting browsers [`#415`](https://github.com/Financial-Times/polyfill-library/pull/415)
|
1753
|
-
- Fix String.prototype.endsWith when more than one match is found [`#413`](https://github.com/Financial-Times/polyfill-library/pull/413)
|
1754
|
-
- polyfilling screen.orientation in webkit [`#403`](https://github.com/Financial-Times/polyfill-library/pull/403)
|
1755
|
-
- add test and fix matchMedia operator "only" [`#407`](https://github.com/Financial-Times/polyfill-library/pull/407)
|
1756
|
-
- Object.assign avoid arguments object deopt [`#396`](https://github.com/Financial-Times/polyfill-library/pull/396)
|
1757
|
-
- Failing match media test [`#393`](https://github.com/Financial-Times/polyfill-library/pull/393)
|
1758
|
-
- Updated config for String.prototype.includes to match all Firefox versions [`#385`](https://github.com/Financial-Times/polyfill-library/pull/385)
|
1759
|
-
- Use o-header img [`#389`](https://github.com/Financial-Times/polyfill-library/pull/389)
|
1760
|
-
- Revert my previous comit [`#380`](https://github.com/Financial-Times/polyfill-library/pull/380)
|
1761
|
-
- Saucelabs task refactor [`#379`](https://github.com/Financial-Times/polyfill-library/pull/379)
|
1762
|
-
- Standardise detects, closes #332 [`#372`](https://github.com/Financial-Times/polyfill-library/pull/372)
|
1763
|
-
- Remove license metadata for fetch polyfill [`#376`](https://github.com/Financial-Times/polyfill-library/pull/376)
|
1764
|
-
- Update browser spec for Array.prototype.findIndex [`#368`](https://github.com/Financial-Times/polyfill-library/pull/368)
|
1765
|
-
- Remove redundant techdocs class [`#343`](https://github.com/Financial-Times/polyfill-library/pull/343)
|
1766
|
-
- Remove prettyprint since o-techdocs includes highlightjs [`#344`](https://github.com/Financial-Times/polyfill-library/pull/344)
|
1767
|
-
- fix polyfill String.prototype.endsWith [`#349`](https://github.com/Financial-Times/polyfill-library/pull/349)
|
1768
|
-
- String.prototype.endsWith chrome [`#350`](https://github.com/Financial-Times/polyfill-library/pull/350)
|
1769
|
-
- Contrib terms per hangout with @jonathantneal, closes #327 [`#338`](https://github.com/Financial-Times/polyfill-library/pull/338)
|
1770
|
-
- _enqueueMicrotask should target all browser versions [`#351`](https://github.com/Financial-Times/polyfill-library/pull/351)
|
1771
|
-
- Add note about EventTarget methods [`#362`](https://github.com/Financial-Times/polyfill-library/pull/362)
|
1772
|
-
- Include dependencies for the variants [`#348`](https://github.com/Financial-Times/polyfill-library/pull/348)
|
1773
|
-
- Add (most) missing docs links [`#354`](https://github.com/Financial-Times/polyfill-library/pull/354)
|
1774
|
-
- Load webfonts [`#342`](https://github.com/Financial-Times/polyfill-library/pull/342)
|
1775
|
-
- devicePixelRatio broken in IE8 [`#333`](https://github.com/Financial-Times/polyfill-library/pull/333)
|
1776
|
-
- Use es5-shim version of Function.prototype.bind [`#336`](https://github.com/Financial-Times/polyfill-library/pull/336)
|
1777
|
-
- Extend config for repo, docs, spec, remove author [`#337`](https://github.com/Financial-Times/polyfill-library/pull/337)
|
1778
|
-
- #319 [`#322`](https://github.com/Financial-Times/polyfill-library/pull/322)
|
1779
|
-
- Update Function.prototype.bind [`#329`](https://github.com/Financial-Times/polyfill-library/pull/329)
|
1780
|
-
- Window.location.origin [`#324`](https://github.com/Financial-Times/polyfill-library/pull/324)
|
1781
|
-
- Fix installing collections [`#318`](https://github.com/Financial-Times/polyfill-library/pull/318)
|
1782
|
-
- Error handling for Object.defineProperty [`#263`](https://github.com/Financial-Times/polyfill-library/pull/263)
|
1783
|
-
- Fix Promise.all, fixes #307 [`#315`](https://github.com/Financial-Times/polyfill-library/pull/315)
|
1784
|
-
- Fix targeting of Array.prototype.find, fixes #308 [`#314`](https://github.com/Financial-Times/polyfill-library/pull/314)
|
1785
|
-
- Fix typo in polyfills/Events/tests.js [`#311`](https://github.com/Financial-Times/polyfill-library/pull/311)
|
1786
|
-
- delete element._events[type] when last listener is removed. Fixes #302 [`#306`](https://github.com/Financial-Times/polyfill-library/pull/306)
|
1787
|
-
- Adds Modernizr matchMedia alias [`#304`](https://github.com/Financial-Times/polyfill-library/pull/304)
|
1788
|
-
- Url polyfill [`#298`](https://github.com/Financial-Times/polyfill-library/pull/298)
|
1789
|
-
- Set separate jshint standards for the node app and the polyfills library [`#279`](https://github.com/Financial-Times/polyfill-library/pull/279)
|
1790
|
-
- Use graphite for metrics (+better env var docs to support that) [`#293`](https://github.com/Financial-Times/polyfill-library/pull/293)
|
1791
|
-
- Separate Element mutations methods [`#288`](https://github.com/Financial-Times/polyfill-library/pull/288)
|
1792
|
-
- Add enqueueMicrotask [`#287`](https://github.com/Financial-Times/polyfill-library/pull/287)
|
1793
|
-
- Fix matchMedia queries with multiple dimensions [`#289`](https://github.com/Financial-Times/polyfill-library/pull/289)
|
1794
|
-
- Array contains -> includes, fix bug, closes #294 [`#295`](https://github.com/Financial-Times/polyfill-library/pull/295)
|
1795
|
-
- Allow resource timing [`#292`](https://github.com/Financial-Times/polyfill-library/pull/292)
|
1796
|
-
- Fix matchMedia queries with landscape [`#290`](https://github.com/Financial-Times/polyfill-library/pull/290)
|
1797
|
-
- Update replace method as replaceWith [`#254`](https://github.com/Financial-Times/polyfill-library/pull/254)
|
1798
|
-
- Support 'unknown' param, closes #252. Tidy and reorg service/lib interface [`#276`](https://github.com/Financial-Times/polyfill-library/pull/276)
|
1799
|
-
- Add 'all' alias mapping to entire feature set, closes #258 [`#275`](https://github.com/Financial-Times/polyfill-library/pull/275)
|
1800
|
-
- Move source compilation to a build step, closes #233 [`#269`](https://github.com/Financial-Times/polyfill-library/pull/269)
|
1801
|
-
- Polyfill fetch API, closes #109 [`#246`](https://github.com/Financial-Times/polyfill-library/pull/246)
|
1802
|
-
- New promise polyfill [`#257`](https://github.com/Financial-Times/polyfill-library/pull/257)
|
1803
|
-
- Fix API docs [`#262`](https://github.com/Financial-Times/polyfill-library/pull/262)
|
1804
|
-
- Build Service relies on CustomEvent, which is not supported by IE9 natively [`#259`](https://github.com/Financial-Times/polyfill-library/pull/259)
|
1805
|
-
- String.prototype.contains is now includes, closes #240 [`#245`](https://github.com/Financial-Times/polyfill-library/pull/245)
|
1806
|
-
- Shrinkwrapping, closes #242 [`#243`](https://github.com/Financial-Times/polyfill-library/pull/243)
|
1807
|
-
- Atob fix [`#251`](https://github.com/Financial-Times/polyfill-library/pull/251)
|
1808
|
-
- Matches ie mob [`#249`](https://github.com/Financial-Times/polyfill-library/pull/249)
|
1809
|
-
- Fix broken link to lib/UA.js [`#247`](https://github.com/Financial-Times/polyfill-library/pull/247)
|
1810
|
-
- Can't set window properties to undefined in IE7/8: "Not implemented", closes #239 [`#244`](https://github.com/Financial-Times/polyfill-library/pull/244)
|
1811
|
-
- Add WeakMap, closes #96 [`#229`](https://github.com/Financial-Times/polyfill-library/pull/229)
|
1812
|
-
- HTMLElement is undefined in IE8 [`#237`](https://github.com/Financial-Times/polyfill-library/pull/237)
|
1813
|
-
- Faking high precisiong timing in requestAnimationFrame [`#236`](https://github.com/Financial-Times/polyfill-library/pull/236)
|
1814
|
-
- Add WeakSet, closes #221 [`#234`](https://github.com/Financial-Times/polyfill-library/pull/234)
|
1815
|
-
- Adventures in Document constructor, HTML5Shiv and cloneNode [`#222`](https://github.com/Financial-Times/polyfill-library/pull/222)
|
1816
|
-
- Improve docs, fixes #215 [`#217`](https://github.com/Financial-Times/polyfill-library/pull/217)
|
1817
|
-
- Object.assign on Internet Explorer Mobile [`#226`](https://github.com/Financial-Times/polyfill-library/pull/226)
|
1818
|
-
- Trailing comma in config.json [`#223`](https://github.com/Financial-Times/polyfill-library/pull/223)
|
1819
|
-
- Fixed erroneous parameters for Math.imul polyfill. [`#224`](https://github.com/Financial-Times/polyfill-library/pull/224)
|
1820
|
-
- Blank polyfill for default Element/polyfill.js. [`#220`](https://github.com/Financial-Times/polyfill-library/pull/220)
|
1821
|
-
- Fix library usage [`#210`](https://github.com/Financial-Times/polyfill-library/pull/210)
|
1822
|
-
- Prefix for screen.orientation property [`#212`](https://github.com/Financial-Times/polyfill-library/pull/212)
|
1823
|
-
- Fix typo and add instructions to install the npm package [`#209`](https://github.com/Financial-Times/polyfill-library/pull/209)
|
1824
|
-
- fixing detect script to work in safari 5 [`#205`](https://github.com/Financial-Times/polyfill-library/pull/205)
|
1825
|
-
- Adding some tests [`#206`](https://github.com/Financial-Times/polyfill-library/pull/206)
|
1826
|
-
- Updating detect for CustomEvent and Event [`#200`](https://github.com/Financial-Times/polyfill-library/pull/200)
|
1827
|
-
- Updating the Default set [`#199`](https://github.com/Financial-Times/polyfill-library/pull/199)
|
1828
|
-
- Update setImmediate [`#185`](https://github.com/Financial-Times/polyfill-library/pull/185)
|
1829
|
-
- Update Promise [`#166`](https://github.com/Financial-Times/polyfill-library/pull/166)
|
1830
|
-
- Update Node.prototype.contains [`#183`](https://github.com/Financial-Times/polyfill-library/pull/183)
|
1831
|
-
- Support callback param, fixes #111 [`#190`](https://github.com/Financial-Times/polyfill-library/pull/190)
|
1832
|
-
- Update Opera support [`#184`](https://github.com/Financial-Times/polyfill-library/pull/184)
|
1833
|
-
- Redirect legacy traffic to legacy.polyfill.io [`#171`](https://github.com/Financial-Times/polyfill-library/pull/171)
|
1834
|
-
- Updated compat.json [`#175`](https://github.com/Financial-Times/polyfill-library/pull/175)
|
1835
|
-
- Update String.prototype.repeat [`#173`](https://github.com/Financial-Times/polyfill-library/pull/173)
|
1836
|
-
- Update Object.keys [`#174`](https://github.com/Financial-Times/polyfill-library/pull/174)
|
1837
|
-
- Update Event.hashchange [`#168`](https://github.com/Financial-Times/polyfill-library/pull/168)
|
1838
|
-
- Fix failing tests in matches and closest by tolerating failure to throw an expected exception from queryselector [`#172`](https://github.com/Financial-Times/polyfill-library/pull/172)
|
1839
|
-
- Set cache ttl to one hour for the usage endpoint [`#150`](https://github.com/Financial-Times/polyfill-library/pull/150)
|
1840
|
-
- Add extra metadata to compat table entries, fixes #152, #158 [`#167`](https://github.com/Financial-Times/polyfill-library/pull/167)
|
1841
|
-
- Fixing value of `this` in PolyfillSet [`#164`](https://github.com/Financial-Times/polyfill-library/pull/164)
|
1842
|
-
- Update Element.prototype.mutation [`#161`](https://github.com/Financial-Times/polyfill-library/pull/161)
|
1843
|
-
- Cleanup config.json [`#160`](https://github.com/Financial-Times/polyfill-library/pull/160)
|
1844
|
-
- Remove unnecessary x-powered-by header. Save a few bytes! [`#159`](https://github.com/Financial-Times/polyfill-library/pull/159)
|
1845
|
-
- Updates [`#148`](https://github.com/Financial-Times/polyfill-library/pull/148)
|
1846
|
-
- Update compat.html [`#157`](https://github.com/Financial-Times/polyfill-library/pull/157)
|
1847
|
-
- Added iceweasel as a firefox alias closes #153 [`#154`](https://github.com/Financial-Times/polyfill-library/pull/154)
|
1848
|
-
- Readsync [`#149`](https://github.com/Financial-Times/polyfill-library/pull/149)
|
1849
|
-
- Put key above browser support table [`#147`](https://github.com/Financial-Times/polyfill-library/pull/147)
|
1850
|
-
- Added contributing guide [`#138`](https://github.com/Financial-Times/polyfill-library/pull/138)
|
1851
|
-
- Refactored events with variants, added tests and fixed a few bugs [`#141`](https://github.com/Financial-Times/polyfill-library/pull/141)
|
1852
|
-
- Added some basic matchMedia tests [`#139`](https://github.com/Financial-Times/polyfill-library/pull/139)
|
1853
|
-
- Fixes failing reduceRight tests in IE6 and IE7 (and probably others). [`#140`](https://github.com/Financial-Times/polyfill-library/pull/140)
|
1854
|
-
- Added some Element.prototype.matches tests [`#135`](https://github.com/Financial-Times/polyfill-library/pull/135)
|
1855
|
-
- Element.prototype.classList tests [`#134`](https://github.com/Financial-Times/polyfill-library/pull/134)
|
1856
|
-
- Element.prototype.closest tests and browser configuration [`#137`](https://github.com/Financial-Times/polyfill-library/pull/137)
|
1857
|
-
- Some initial Object.create tests [`#132`](https://github.com/Financial-Times/polyfill-library/pull/132)
|
1858
|
-
- Correctly serve variant polyfills closes #130 [`#131`](https://github.com/Financial-Times/polyfill-library/pull/131)
|
1859
|
-
- Array.prototype.some tests [`#129`](https://github.com/Financial-Times/polyfill-library/pull/129)
|
1860
|
-
- Tests for Math.acosh [`#127`](https://github.com/Financial-Times/polyfill-library/pull/127)
|
1861
|
-
- Math.asinh tests [`#128`](https://github.com/Financial-Times/polyfill-library/pull/128)
|
1862
|
-
- Test framework [`#105`](https://github.com/Financial-Times/polyfill-library/pull/105)
|
1863
|
-
- Update API and add method for getting a list of unaliased polyfills based on their configured browser ranges [`#121`](https://github.com/Financial-Times/polyfill-library/pull/121)
|
1864
|
-
- Apply a minimum baseline [`#118`](https://github.com/Financial-Times/polyfill-library/pull/118)
|
1865
|
-
- Publish head revision reference with built code so that appversion can be reported by HTTP [`#113`](https://github.com/Financial-Times/polyfill-library/pull/113)
|
1866
|
-
- Add alias for default polyfill set [`#112`](https://github.com/Financial-Times/polyfill-library/pull/112)
|
1867
|
-
- Added polyfill for ES6 `Math.sign` [`#115`](https://github.com/Financial-Times/polyfill-library/pull/115)
|
1868
|
-
- Deploy to heroku [`#102`](https://github.com/Financial-Times/polyfill-library/pull/102)
|
1869
|
-
- Range must be a node-semver range [`#101`](https://github.com/Financial-Times/polyfill-library/pull/101)
|
1870
|
-
- Added browsers to Promise polyfill config.json [`#95`](https://github.com/Financial-Times/polyfill-library/pull/95)
|
1871
|
-
- added strict express routing to fix infinite redirect loop [`#93`](https://github.com/Financial-Times/polyfill-library/pull/93)
|
1872
|
-
- Don't show an error on http://cdn.polyfill.io/v1 [`#92`](https://github.com/Financial-Times/polyfill-library/pull/92)
|
1873
|
-
- Allow port to be specified by environment variable [`#85`](https://github.com/Financial-Times/polyfill-library/pull/85)
|
1874
|
-
- Fix typo and use UTF-8 everywhere [`#83`](https://github.com/Financial-Times/polyfill-library/pull/83)
|
1875
|
-
- Fix domtokenlist polyfill [`#72`](https://github.com/Financial-Times/polyfill-library/pull/72)
|
1876
|
-
- Properly handle SVGElement className properties in spliceClassList. [`#37`](https://github.com/Financial-Times/polyfill-library/pull/37)
|
1877
|
-
- Add detect.js files for a range of common polyfills [`#67`](https://github.com/Financial-Times/polyfill-library/pull/67)
|
1878
|
-
- Expand namespaced polyfill names separated by dot separators [`#66`](https://github.com/Financial-Times/polyfill-library/pull/66)
|
1879
|
-
- Adds a selection of modernizr aliases [`#65`](https://github.com/Financial-Times/polyfill-library/pull/65)
|
1880
|
-
- Add browser names mappings from ua-parser to caniuse names [`#64`](https://github.com/Financial-Times/polyfill-library/pull/64)
|
1881
|
-
- Add UA query string parameter, closes #46 [`#63`](https://github.com/Financial-Times/polyfill-library/pull/63)
|
1882
|
-
- Make sure the addition happens *before* the division... [`#62`](https://github.com/Financial-Times/polyfill-library/pull/62)
|
1883
|
-
- Add html5shiv polyfill [`#61`](https://github.com/Financial-Times/polyfill-library/pull/61)
|
1884
|
-
- Combine the different 'matches' fills. [`#60`](https://github.com/Financial-Times/polyfill-library/pull/60)
|
1885
|
-
- Include SPDX identifier from the config.json in the explainer output [`#58`](https://github.com/Financial-Times/polyfill-library/pull/58)
|
1886
|
-
- Add logic for using the 'gated' feature. [`#55`](https://github.com/Financial-Times/polyfill-library/pull/55)
|
1887
|
-
- changed source to polyfills in link [`#56`](https://github.com/Financial-Times/polyfill-library/pull/56)
|
1888
|
-
- Bundle header [`#53`](https://github.com/Financial-Times/polyfill-library/pull/53)
|
1889
|
-
- Rebased alias refactor [`#50`](https://github.com/Financial-Times/polyfill-library/pull/50)
|
1890
|
-
- New Readme [`#48`](https://github.com/Financial-Times/polyfill-library/pull/48)
|
1891
|
-
- Issue7/metrics [`#41`](https://github.com/Financial-Times/polyfill-library/pull/41)
|
1892
|
-
- Added port parameter [`#44`](https://github.com/Financial-Times/polyfill-library/pull/44)
|
1893
|
-
- Correctly serve the documentation (ENOENT before) [`#43`](https://github.com/Financial-Times/polyfill-library/pull/43)
|
1894
|
-
- Integrate docs into service, and redirect root to v1. Update to latest techdocs, and add ua query arg. [`#40`](https://github.com/Financial-Times/polyfill-library/pull/40)
|
1895
|
-
- Manually merge in the 'add __healthcheck commit [`#39`](https://github.com/Financial-Times/polyfill-library/pull/39)
|
1896
|
-
- Add minimal travis.yml [`#38`](https://github.com/Financial-Times/polyfill-library/pull/38)
|
1897
|
-
- Added topological sorting of dependencies before building the response string [`#35`](https://github.com/Financial-Times/polyfill-library/pull/35)
|
1898
|
-
- Add forever to package.json [`#26`](https://github.com/Financial-Times/polyfill-library/pull/26)
|
1899
|
-
- Add __gtg endpoint [`#33`](https://github.com/Financial-Times/polyfill-library/pull/33)
|
1900
|
-
- Issue27/simpleapi [`#30`](https://github.com/Financial-Times/polyfill-library/pull/30)
|
1901
|
-
- Set cache control to one day [`#29`](https://github.com/Financial-Times/polyfill-library/pull/29)
|
1902
|
-
- Add ACAO header for CORS [`#23`](https://github.com/Financial-Times/polyfill-library/pull/23)
|
1903
|
-
- Starting point for Origami compliant hosted API documentation [`#17`](https://github.com/Financial-Times/polyfill-library/pull/17)
|
1904
|
-
- Added Origami JSON [`#21`](https://github.com/Financial-Times/polyfill-library/pull/21)
|
1905
|
-
- Fixing wrong Function.prototype.bind behavior with Array arguments [`#61`](https://github.com/Financial-Times/polyfill-library/pull/61)
|
1906
|
-
- More robust matchMedia [`#58`](https://github.com/Financial-Times/polyfill-library/pull/58)
|
1907
|
-
- fix el.remove() and el.replace() [`#50`](https://github.com/Financial-Times/polyfill-library/pull/50)
|
1908
|
-
- create a package.json [`#35`](https://github.com/Financial-Times/polyfill-library/pull/35)
|
1909
|
-
- Fix broken links [`#30`](https://github.com/Financial-Times/polyfill-library/pull/30)
|
1910
|
-
- Improve `README.md` [`#29`](https://github.com/Financial-Times/polyfill-library/pull/29)
|
1911
|
-
- Use Grunt for the minifying process [`#17`](https://github.com/Financial-Times/polyfill-library/pull/17)
|
1912
|
-
- Update README.md: Load CSS in link element not script element [`#7`](https://github.com/Financial-Times/polyfill-library/pull/7)
|
1913
|
-
- Do not serve devicePixelRatio to safari 9.1 or iOS 9.3 (#1407) [`#1406`](https://github.com/Financial-Times/polyfill-library/issues/1406)
|
1914
|
-
- Make the method non-enumerable, fixes #1333 (#1393) [`#1333`](https://github.com/Financial-Times/polyfill-library/issues/1333)
|
1915
|
-
- `Event.focusin` is supported in Firefox and Firefox Mobile since Version 52. (#1383) [`#1379`](https://github.com/Financial-Times/polyfill-service/issues/1379)
|
1916
|
-
- dont polyfill if inside a web worker, fixes #1292 (#1394) [`#1292`](https://github.com/Financial-Times/polyfill-library/issues/1292)
|
1917
|
-
- Improve DOMTokenList interface by supporting multiple arguments (#1347) [`#1222`](https://github.com/Financial-Times/polyfill-library/issues/1222)
|
1918
|
-
- Add spaces around the dash to ensure it is used as a semver range (#1365) [`#1364`](https://github.com/Financial-Times/polyfill-library/issues/1364)
|
1919
|
-
- Remove sourcemapURL comments from polyfills (#1283) [`#1244`](https://github.com/Financial-Times/polyfill-library/issues/1244)
|
1920
|
-
- Ensure Maps and Sets have correct constructor references, fixes #1161 (#1178) [`#1161`](https://github.com/Financial-Times/polyfill-library/issues/1161) [`#1161`](https://github.com/Financial-Times/polyfill-library/issues/1161)
|
1921
|
-
- Make Element.prototype.closest work for SVG nodes in IE11) (#1285) [`#1279`](https://github.com/Financial-Times/polyfill-library/issues/1279)
|
1922
|
-
- Remove sourcemapURL comments from polyfills (#1283) [`#1244`](https://github.com/Financial-Times/polyfill-library/issues/1244)
|
1923
|
-
- Use typeof callback === 'function' instead of instanceof (#1253) [`#1245`](https://github.com/Financial-Times/polyfill-library/issues/1245)
|
1924
|
-
- Function.name is available since at least chrome 15 (#1248) [`#1052`](https://github.com/Financial-Times/polyfill-library/issues/1052)
|
1925
|
-
- Default value of deep parameter should be false (Fixes #1189) (#1190) [`#1189`](https://github.com/Financial-Times/polyfill-library/issues/1189)
|
1926
|
-
- Removed unused dependencies (Fixes #1229) (#1234) [`#1229`](https://github.com/Financial-Times/polyfill-library/issues/1229)
|
1927
|
-
- Optimize the size tracking operations in the Map/Set polyfills (#1157) [`#1153`](https://github.com/Financial-Times/polyfill-library/issues/1153)
|
1928
|
-
- Prevent Event being applied in web workers, fixes #1110 (#1146) [`#1110`](https://github.com/Financial-Times/polyfill-library/issues/1110)
|
1929
|
-
- Add a feature detect for mutationobserver, fixes #1155 (#1179) [`#1155`](https://github.com/Financial-Times/polyfill-library/issues/1155)
|
1930
|
-
- UA parsing for Facebook and Electron, fixes #990, #1129 (#1147) [`#990`](https://github.com/Financial-Times/polyfill-library/issues/990) [`#990`](https://github.com/Financial-Times/polyfill-library/issues/990)
|
1931
|
-
- Fix #1045 - s/protoype/prototype/ (#1149) [`#1045`](https://github.com/Financial-Times/polyfill-library/issues/1045)
|
1932
|
-
- Only execute the supportedLocalesOf methods if they exist - Fixes #1125 (#1126) [`#1125`](https://github.com/Financial-Times/polyfill-library/issues/1125)
|
1933
|
-
- Fixed Object.getOwnPropertySymbols for Object.prototype (#1093) [`#1058`](https://github.com/Financial-Times/polyfill-library/issues/1058)
|
1934
|
-
- Add pre-parse for Vivaldi, fixes #735 (#1050) [`#735`](https://github.com/Financial-Times/polyfill-library/issues/735) [`#735`](https://github.com/Financial-Times/polyfill-library/issues/735)
|
1935
|
-
- Retarget Opera, fixes #860 (#1061) [`#860`](https://github.com/Financial-Times/polyfill-library/issues/860)
|
1936
|
-
- Update IO polyfill, fixes #776 (#1057) [`#776`](https://github.com/Financial-Times/polyfill-library/issues/776)
|
1937
|
-
- Update useragent module, fixes #749 (#1049) [`#749`](https://github.com/Financial-Times/polyfill-library/issues/749)
|
1938
|
-
- Remove references to non-existent dependency polyfill, fixes #895 (#1051) [`#895`](https://github.com/Financial-Times/polyfill-library/issues/895)
|
1939
|
-
- ios 9 and 10 have symbol support (#1035) - Fixes https://github.com/Financial-Times/polyfill-service/issues/1034 [`#1034`](https://github.com/Financial-Times/polyfill-service/issues/1034) [`#1034`](https://github.com/Financial-Times/polyfill-service/issues/1034)
|
1940
|
-
- Fix contribution terms link, fixes #1014 (#1032) [`#1014`](https://github.com/Financial-Times/polyfill-library/issues/1014)
|
1941
|
-
- Add polyfill for Number.parseFloat and Number.parseInt. (#1012) [`#980`](https://github.com/Financial-Times/polyfill-library/issues/980)
|
1942
|
-
- Improve UI JS, fixes #966 (#998) [`#966`](https://github.com/Financial-Times/polyfill-library/issues/966) [`#966`](https://github.com/Financial-Times/polyfill-library/issues/966)
|
1943
|
-
- Add polyfill for HTML5's `document.currentScript` (#973) [`#952`](https://github.com/Financial-Times/polyfill-library/issues/952)
|
1944
|
-
- Grunt build (fixes #955) (#956) [`#955`](https://github.com/Financial-Times/polyfill-library/issues/955)
|
1945
|
-
- Fix Set iteration bug #949 (#950) [`#949`](https://github.com/Financial-Times/polyfill-library/issues/949)
|
1946
|
-
- Add polyfill for pre-ES6 form of `Function.name` (#951) [`#943`](https://github.com/Financial-Times/polyfill-library/issues/943)
|
1947
|
-
- Polyfill console.info and console.error for IE Mobile <= 9 (#914) [`#910`](https://github.com/Financial-Times/polyfill-service/issues/910) [`#910`](https://github.com/Financial-Times/polyfill-service/issues/910)
|
1948
|
-
- Fix semver syntax bug, closes #931 (#932) [`#931`](https://github.com/Financial-Times/polyfill-library/issues/931) [`#931`](https://github.com/Financial-Times/polyfill-library/issues/931)
|
1949
|
-
- Update config.json (#899) [`#898`](https://github.com/Financial-Times/polyfill-library/issues/898)
|
1950
|
-
- values property should not be enumerable, fixes #880 (#894) [`#880`](https://github.com/Financial-Times/polyfill-library/issues/880) [`#880`](https://github.com/Financial-Times/polyfill-library/issues/880)
|
1951
|
-
- Reinstate RUM improvements with fix for gated flag (#890) [`#875`](https://github.com/Financial-Times/polyfill-library/issues/875)
|
1952
|
-
- Fixes #887 (#888) [`#887`](https://github.com/Financial-Times/polyfill-library/issues/887)
|
1953
|
-
- Serve ArrayIterator polyfill to Samsung Browser (#877) [`#876`](https://github.com/Financial-Times/polyfill-library/issues/876)
|
1954
|
-
- Add aliasing for FB in-app browser on iOS, fixes #561 (#775) [`#561`](https://github.com/Financial-Times/polyfill-library/issues/561) [`#561`](https://github.com/Financial-Times/polyfill-library/issues/561)
|
1955
|
-
- Added callback type check in addEventListener to avoid exceptions (#767) [`#467`](https://github.com/Financial-Times/polyfill-library/issues/467)
|
1956
|
-
- Fix https://app.getsentry.com/nextftcom/polyfill-service-dev/issues/137403821/ [`#137403821`](https://app.getsentry.com/nextftcom/polyfill-service-dev/issues/137403821)
|
1957
|
-
- Fix https://app.getsentry.com/nextftcom/polyfill-service-prod/issues/116498360/ [`#116498360`](https://app.getsentry.com/nextftcom/polyfill-service-prod/issues/116498360)
|
1958
|
-
- Update fetch, closes #724, closes #710 (#728) [`#724`](https://github.com/Financial-Times/polyfill-library/issues/724) [`#710`](https://github.com/Financial-Times/polyfill-library/issues/710)
|
1959
|
-
- Reinstate the existing Event prototype, fixes #705 (#713) [`#705`](https://github.com/Financial-Times/polyfill-library/issues/705)
|
1960
|
-
- syntax error, fixes #709 (#711) [`#709`](https://github.com/Financial-Times/polyfill-library/issues/709)
|
1961
|
-
- Fix TLS redirect, fixes #707 [`#707`](https://github.com/Financial-Times/polyfill-library/issues/707)
|
1962
|
-
- Implement Set polyfill, closes #680 (#694) [`#680`](https://github.com/Financial-Times/polyfill-library/issues/680)
|
1963
|
-
- Add navigator.sendBeacon, closes #539 (#689) [`#539`](https://github.com/Financial-Times/polyfill-library/issues/539)
|
1964
|
-
- Force TLS, and update VCL on deploy, closes #677 (#682) [`#677`](https://github.com/Financial-Times/polyfill-library/issues/677)
|
1965
|
-
- Add getElementsByClassName, closes #169 (#688) [`#169`](https://github.com/Financial-Times/polyfill-library/issues/169)
|
1966
|
-
- Fix https://app.getsentry.com/nextftcom/polyfill-service-prod/issues/116498360/ [`#116498360`](https://app.getsentry.com/nextftcom/polyfill-service-prod/issues/116498360)
|
1967
|
-
- Use Node 6 to handle HTTP clientError scenarios correctly, fixes #567 (#686) [`#567`](https://github.com/Financial-Times/polyfill-library/issues/567)
|
1968
|
-
- Exclude option, closes #435 (#683) [`#435`](https://github.com/Financial-Times/polyfill-library/issues/435)
|
1969
|
-
- Merge pull request #641 from Financial-Times/testcurrent [`#611`](https://github.com/Financial-Times/polyfill-library/issues/611)
|
1970
|
-
- Merge pull request #656 from Financial-Times/url-test-ff [`#640`](https://github.com/Financial-Times/polyfill-library/issues/640)
|
1971
|
-
- Merge branch 'master' of github.com:Financial-Times/polyfill-service into symbol [`#642`](https://github.com/Financial-Times/polyfill-library/issues/642)
|
1972
|
-
- Merge pull request #657 from buzinas/patch-1 [`#642`](https://github.com/Financial-Times/polyfill-library/issues/642)
|
1973
|
-
- Updated browser support - Fixes #642 [`#642`](https://github.com/Financial-Times/polyfill-library/issues/642)
|
1974
|
-
- Merge pull request #637 from Financial-Times/nan [`#608`](https://github.com/Financial-Times/polyfill-library/issues/608)
|
1975
|
-
- Merge branch 'master' of github.com:Financial-Times/polyfill-service into symbol [`#621`](https://github.com/Financial-Times/polyfill-library/issues/621)
|
1976
|
-
- Allow full indexing, fixes #621 [`#621`](https://github.com/Financial-Times/polyfill-library/issues/621)
|
1977
|
-
- Update browser targeting, fixes #404 [`#404`](https://github.com/Financial-Times/polyfill-library/issues/404)
|
1978
|
-
- Add Safari mobile webview, fixes #579 [`#579`](https://github.com/Financial-Times/polyfill-library/issues/579)
|
1979
|
-
- Merge pull request #584 from deddu/master [`#566`](https://github.com/Financial-Times/polyfill-library/issues/566)
|
1980
|
-
- Merge pull request #573 from Financial-Times/more-unknown [`#572`](https://github.com/Financial-Times/polyfill-library/issues/572)
|
1981
|
-
- Update semver lib, fixes #563 [`#563`](https://github.com/Financial-Times/polyfill-library/issues/563)
|
1982
|
-
- Merge pull request #569 from Financial-Times/console [`#557`](https://github.com/Financial-Times/polyfill-library/issues/557)
|
1983
|
-
- Update deps, fixes #491 [`#491`](https://github.com/Financial-Times/polyfill-library/issues/491)
|
1984
|
-
- Fix #495: basedir only worked when built on the same system as where it was used. If built on a different system before deployment, the path replacement did not work. Path is now relative [`#495`](https://github.com/Financial-Times/polyfill-library/issues/495)
|
1985
|
-
- Update fetch, closes #494 [`#494`](https://github.com/Financial-Times/polyfill-library/issues/494)
|
1986
|
-
- Update browser support, closes #469 [`#469`](https://github.com/Financial-Times/polyfill-library/issues/469)
|
1987
|
-
- Merge pull request #458 from Financial-Times/polyfill-basedir [`#438`](https://github.com/Financial-Times/polyfill-library/issues/438) [`#454`](https://github.com/Financial-Times/polyfill-library/issues/454)
|
1988
|
-
- Extend placeholder polyfill to IE9, closes #443 [`#443`](https://github.com/Financial-Times/polyfill-library/issues/443)
|
1989
|
-
- Use correct browser names, fixes #422 [`#422`](https://github.com/Financial-Times/polyfill-library/issues/422)
|
1990
|
-
- Correct documentation, closes #405 [`#405`](https://github.com/Financial-Times/polyfill-library/issues/405)
|
1991
|
-
- Fix event delegation, fixes #391 [`#391`](https://github.com/Financial-Times/polyfill-library/issues/391)
|
1992
|
-
- Use HTTPS in examples, closes #386 [`#386`](https://github.com/Financial-Times/polyfill-library/issues/386)
|
1993
|
-
- Cuts the mustard for docs, improve availability stats, fixes #367 [`#367`](https://github.com/Financial-Times/polyfill-library/issues/367)
|
1994
|
-
- Apply CustomEvent polyfill in Android < 4.4, fixes #378 [`#378`](https://github.com/Financial-Times/polyfill-library/issues/378)
|
1995
|
-
- RAF is prefixed in iOS 6.1, fixes #390 [`#390`](https://github.com/Financial-Times/polyfill-library/issues/390)
|
1996
|
-
- Correct metadata, fixes #375 [`#375`](https://github.com/Financial-Times/polyfill-library/issues/375)
|
1997
|
-
- Merge pull request #372 from Financial-Times/standardise-detects [`#332`](https://github.com/Financial-Times/polyfill-library/issues/332)
|
1998
|
-
- Better IIFE, fixes #352 [`#352`](https://github.com/Financial-Times/polyfill-library/issues/352)
|
1999
|
-
- document.head is required by geolocation, fixes #335 [`#335`](https://github.com/Financial-Times/polyfill-library/issues/335)
|
2000
|
-
- Add detect for setImmediate, fixes #353 [`#353`](https://github.com/Financial-Times/polyfill-library/issues/353)
|
2001
|
-
- Merge pull request #338 from Financial-Times/contributor-terms [`#327`](https://github.com/Financial-Times/polyfill-library/issues/327)
|
2002
|
-
- Add default flag to legend, fixes #330 [`#330`](https://github.com/Financial-Times/polyfill-library/issues/330)
|
2003
|
-
- Avoid confusion when running build task, fixes #325 [`#325`](https://github.com/Financial-Times/polyfill-library/issues/325)
|
2004
|
-
- Merge pull request #315 from Financial-Times/promise-array-test [`#307`](https://github.com/Financial-Times/polyfill-library/issues/307)
|
2005
|
-
- Fix #307 [`#307`](https://github.com/Financial-Times/polyfill-library/issues/307)
|
2006
|
-
- Merge pull request #314 from Financial-Times/triblondon-patch-1 [`#308`](https://github.com/Financial-Times/polyfill-library/issues/308)
|
2007
|
-
- Fix targeting of Array.prototype.find, fixes #308 [`#308`](https://github.com/Financial-Times/polyfill-library/issues/308)
|
2008
|
-
- Fix typo in polyfills/Events/tests.js: 'should should' -> 'should'. Fixes #309 [`#309`](https://github.com/Financial-Times/polyfill-library/issues/309)
|
2009
|
-
- Merge pull request #306 from tejacques/bug_302 [`#302`](https://github.com/Financial-Times/polyfill-library/issues/302)
|
2010
|
-
- delete element._events[type] when last listener is removed. Fixes #302 [`#302`](https://github.com/Financial-Times/polyfill-library/issues/302)
|
2011
|
-
- Allow symlinks to be included in sources file, fixes #285 [`#285`](https://github.com/Financial-Times/polyfill-library/issues/285)
|
2012
|
-
- Fixes #299, added test [`#299`](https://github.com/Financial-Times/polyfill-library/issues/299)
|
2013
|
-
- Merge pull request #295 from Financial-Times/array-contains-bug [`#294`](https://github.com/Financial-Times/polyfill-library/issues/294)
|
2014
|
-
- Merge pull request #276 from Financial-Times/enableunknown [`#252`](https://github.com/Financial-Times/polyfill-library/issues/252)
|
2015
|
-
- Merge pull request #275 from Financial-Times/aliasall [`#258`](https://github.com/Financial-Times/polyfill-library/issues/258)
|
2016
|
-
- Merge pull request #269 from Financial-Times/precompile [`#233`](https://github.com/Financial-Times/polyfill-library/issues/233)
|
2017
|
-
- Support 'unknown' param, closes #252. Tidy and reorg service/lib interface [`#252`](https://github.com/Financial-Times/polyfill-library/issues/252)
|
2018
|
-
- Merge pull request #246 from Financial-Times/fetch [`#109`](https://github.com/Financial-Times/polyfill-library/issues/109)
|
2019
|
-
- Merge pull request #245 from Financial-Times/string.includes [`#240`](https://github.com/Financial-Times/polyfill-library/issues/240)
|
2020
|
-
- Merge pull request #243 from Financial-Times/version-lock [`#242`](https://github.com/Financial-Times/polyfill-library/issues/242)
|
2021
|
-
- Merge pull request #244 from Financial-Times/issue-239 [`#239`](https://github.com/Financial-Times/polyfill-library/issues/239)
|
2022
|
-
- Merge pull request #229 from Financial-Times/weakmap [`#96`](https://github.com/Financial-Times/polyfill-library/issues/96)
|
2023
|
-
- Merge pull request #234 from Financial-Times/weakset [`#221`](https://github.com/Financial-Times/polyfill-library/issues/221)
|
2024
|
-
- Add WeakSet, closes #221. [`#221`](https://github.com/Financial-Times/polyfill-library/issues/221)
|
2025
|
-
- Add WeakMap, closes #96 [`#96`](https://github.com/Financial-Times/polyfill-library/issues/96)
|
2026
|
-
- Code no longer referenced from config.json, and it looks unlikely that we'll fix this soon. Closes #144 [`#144`](https://github.com/Financial-Times/polyfill-library/issues/144)
|
2027
|
-
- Remove tests for focusin until we can resolve #213 [`#213`](https://github.com/Financial-Times/polyfill-library/issues/213)
|
2028
|
-
- Merge pull request #217 from Financial-Times/docs [`#215`](https://github.com/Financial-Times/polyfill-library/issues/215)
|
2029
|
-
- Fix #203, and move the cloneNode polyfill into a new entry with tests. [`#203`](https://github.com/Financial-Times/polyfill-library/issues/203)
|
2030
|
-
- Improve docs, fixes #215 [`#215`](https://github.com/Financial-Times/polyfill-library/issues/215)
|
2031
|
-
- Remove redirects from cdn to legacy, since canonical domain now has whitelist embedded. Fixes #214 [`#214`](https://github.com/Financial-Times/polyfill-library/issues/214)
|
2032
|
-
- Phantom JS -> safari/5, and support more intelligent aliasing, closes #208 [`#208`](https://github.com/Financial-Times/polyfill-library/issues/208)
|
2033
|
-
- Polyfill bundle size chart, closes #207 [`#207`](https://github.com/Financial-Times/polyfill-library/issues/207)
|
2034
|
-
- Merge pull request #190 from Financial-Times/callback [`#111`](https://github.com/Financial-Times/polyfill-library/issues/111)
|
2035
|
-
- Support callback param, fixes #111 [`#111`](https://github.com/Financial-Times/polyfill-library/issues/111)
|
2036
|
-
- Add link to repo on every page of docs, fixes #151 [`#151`](https://github.com/Financial-Times/polyfill-library/issues/151)
|
2037
|
-
- Update Node.prototype.contains [`#177`](https://github.com/Financial-Times/polyfill-library/issues/177)
|
2038
|
-
- Update String.prototype.repeat [`#103`](https://github.com/Financial-Times/polyfill-library/issues/103)
|
2039
|
-
- Update Object.keys [`#99`](https://github.com/Financial-Times/polyfill-library/issues/99)
|
2040
|
-
- Merge pull request #167 from Financial-Times/better-compat-table [`#152`](https://github.com/Financial-Times/polyfill-library/issues/152)
|
2041
|
-
- Add extra metadata to compat table entries, fixes #152 [`#152`](https://github.com/Financial-Times/polyfill-library/issues/152)
|
2042
|
-
- Merge pull request #154 from Financial-Times/iceweasel [`#153`](https://github.com/Financial-Times/polyfill-library/issues/153)
|
2043
|
-
- Added iceweasel as a firefox alias closes #153 [`#153`](https://github.com/Financial-Times/polyfill-library/issues/153)
|
2044
|
-
- Fix file naming typo, closes #136 [`#136`](https://github.com/Financial-Times/polyfill-library/issues/136)
|
2045
|
-
- Merge pull request #131 from Financial-Times/variants-issue130 [`#130`](https://github.com/Financial-Times/polyfill-library/issues/130)
|
2046
|
-
- Correctly serve variant polyfills closes #130 [`#130`](https://github.com/Financial-Times/polyfill-library/issues/130)
|
2047
|
-
- Merge pull request #63 from Financial-Times/issue46/uaquery [`#46`](https://github.com/Financial-Times/polyfill-library/issues/46)
|
2048
|
-
- Add UA query string parameter, closes #46 [`#46`](https://github.com/Financial-Times/polyfill-library/issues/46)
|
2049
|
-
- Revert unnecessary whitespace changes [`2133994`](https://github.com/Financial-Times/polyfill-library/commit/21339947190701de76ffe3afca50e1513d006cd9)
|
2050
|
-
- Convert all space indentation to tab indentiation in the config files [`f53a656`](https://github.com/Financial-Times/polyfill-library/commit/f53a656e477ecd13ceb307623e8111ac096b2735)
|
2051
|
-
- update Intl.js polyfill to version 1.1.0 [`c43ef44`](https://github.com/Financial-Times/polyfill-library/commit/c43ef44d680800412c1fcb11419df8cefab1da8e)
|
13
|
+
- Get HTMLCollection by children property of an element [`871a6c3`](https://github.com/Financial-Times/polyfill-library/commit/871a6c3d2a419a245bfc2c6359990f0beb132da2)
|