UNPKG

1.24 kBMarkdownView Raw
1# Changelog
2
3All notable changes to this project will be documented in this file.
4
5The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6and this project adheres to [Semantic
7Versioning](https://semver.org/spec/v2.0.0.html).
8
9<!-- ## [Unreleased] -->
10
11## [2.4.4] - 2020-07-20
12
13- Fixed bug where Object.assign polyfill would copy non-enumerable properties.
14- Convert platform (`Array.from`, `CustomEvent`, `Promise` etc.) polyfills to
15 TypeScript ([#292](https://github.com/webcomponents/polyfills/pull/292))
16- Improve types for JSCompiler compatibility
17 ([#307](https://github.com/webcomponents/polyfills/pull/307))
18- README improvements
19 ([#128](https://github.com/webcomponents/polyfills/pull/128),
20 [#212](https://github.com/webcomponents/polyfills/pull/212),
21 [#214](https://github.com/webcomponents/polyfills/pull/214))
22
23## [2.4.3] - 2020-03-16
24
25- Maintenance release (no user-facing changes)
26
27## [2.4.2] - 2020-02-26
28
29- Remove unnecessary externs
30 ([#272](https://github.com/webcomponents/polyfills/pull/272))
31
32## [2.4.1] - 2020-01-09
33
34- Maintenance release (no user-facing changes)
35
36## [2.4.0] - 2019-11-12
37
38- Add on-demand patching mode
39 ([#189](https://github.com/webcomponents/polyfills/pull/189))