Skip to content

Releases: JakeChampion/polyfill-service-url-builder

v2.3.0

07 Nov 14:21
549866e
Compare
Choose a tag to compare
Delete .github/workflows/automatic-tag-and-release.yml

patch: update lockfile with changes from `npm update`

18 Feb 10:05
58ea358
Compare
Choose a tag to compare
v2.2.6

update lockfile with changes from `npm update` (#246)

patch: Add ability to publish prereleases with a different dist-tag.

22 Jan 16:16
Compare
Choose a tag to compare
Prior to this change, every release would be given the dist-tag `latest`, which is not what we want. We only want stable releases to be given the `latest` dist-tag.

patch: set origami type to cli

10 Nov 18:12
7d0122a
Compare
Choose a tag to compare
set origami type to cli (#224)

https://github.com/Financial-Times/origami-navigation-data/

v2.2.3

13 Oct 14:16
Compare
Choose a tag to compare
Fix error when polyfill is missing browsers

v2.2.2

24 Aug 09:37
Compare
Choose a tag to compare

Bump jest from 26.4.0 to 26.4.2
Bump polyfill-library from 3.95.0 to 3.96.0
Bump @babel/core from 7.11.1 to 7.11.4

patch: Fix bug in browserlist support for `*` ranges

19 Aug 15:47
Compare
Choose a tag to compare

Previously the * would cause an error to be thrown. We have now fixed this so that * works as expected.

minor: Remove cdn subdomain to align with the url builder on polyfill.io website

02 Jul 10:29
Compare
Choose a tag to compare
v2.2.0

Remove cdn subdomain to align with url builder on polyfill.io website

Now works with multiple files

08 Jun 10:45
Compare
Choose a tag to compare

You can now pass multiple files to the --file argument

npx create-polyfill-service-url analyse --file app.js vendor.js

patch: Update publish-to-npm.yml

09 Apr 17:58
f74bb15
Compare
Choose a tag to compare
v2.0.7

Update publish-to-npm.yml (#88)