UNPKG

1.46 kBMarkdownView Raw
1# Change Log
2
3<!-- ## Unreleased -->
4<!-- Add new, unreleased changes here. -->
5
6## [1.1.4] - 2019-05-30
7* Updated Firefox 67 support for modules (specifically because of dynamic import)
8
9## [1.1.3] - 2018-11-15
10* Updated Firefox 63 support for push.
11
12## [1.1.2] - 2018-08-20
13* Opera is now detected.
14
15## [1.1.1] - 2018-06-28
16* Chrome for iOS is now handled correctly, by delegating to the corresponding
17 Safari feature matrix.
18* Safari for iOS is handled more accurately, using iOS version.
19
20## [1.1.0] - 2018-05-03
21* Added new capabilities for es2016, es2017, and es2018.
22* Dropped support for node v6. This is a soft break, as we aren't making any
23 changes that are known to break node v6, but we're no longer testing against
24 it. See our [node version support
25 policy](https://www.polymer-project.org/2.0/docs/tools/node-support) for
26 details.
27
28## [1.0.0] - 2018-04-23
29- Modules support now requires dynamic import and import.meta.
30- Latest Safari now supports service workers and modules.
31
32## [0.2.2] - 2018-01-01
33- Add Chrome Headless browser.
34
35## [0.2.1] - 2017-10-18
36- Remove Firefox from set of browsers with push capability due to
37 https://bugzilla.mozilla.org/show_bug.cgi?id=1409570.
38
39## [0.2.0] - 2017-08-09
40- Add JavaScript modules capability.
41
42## [0.1.1] - 2017-08-08
43- Declare TypeScript typings.
44
45## [0.1.0] - 2017-08-08
46- Initial release. Factored out of
47 https://github.com/Polymer/prpl-server-node/blob/master/src/capabilities.ts