Skip to content

Releases: single-spa/import-map-deployer

v4.5.4

19 Aug 22:14
Compare
Choose a tag to compare

This release only exists to test the new github workflow that relies on github releases.

v4.5.3

19 Aug 21:59
Compare
Choose a tag to compare

This release was just to test our new github workflow that is triggered by releases.

v4.5.2

19 Aug 21:57
Compare
Choose a tag to compare

This release is just to test our new dockerhub build workflow. It did not change any of the functionality of import-map-deployer.

v4.5.1

19 Aug 21:42
Compare
Choose a tag to compare

Maintenance

  • Use github actions to automatically run build in dockerhub (#123 via @TheMcMurder)

v4.5.0

17 Aug 19:02
Compare
Choose a tag to compare

Features

  • feature: Adding ability to sort the import map alphabetically (#122) …

Maintenance

  • Bump path-parse from 1.0.6 to 1.0.7 (#121)

v4.4.1

27 Jun 00:13
Compare
Choose a tag to compare

Fixes

  • Preventing "" as a service key (#120)

Maintenance

  • Bump glob-parent from 5.1.1 to 5.1.2 (#118)
  • Bump ws from 7.3.0 to 7.4.6 (#117)

v4.4.0

17 May 16:47
Compare
Choose a tag to compare

Features

  • Local file system IO method now creates empty import map if it doesn't yet exist (#113 @quenchaman)

v4.3.0

13 May 21:42
Compare
Choose a tag to compare

Features

  • (GCP Storage) create empty import map if it does not yet exist in bucket (#112 via @quenchaman)

Maintenance

  • Bump lodash from 4.17.19 to 4.17.21 (#111)
  • Bump hosted-git-info from 2.8.8 to 2.8.9 (#110)

v4.2.0

07 May 22:19
Compare
Choose a tag to compare

Features

  • If the import map does not yet exist in Azure storage, an empty import map will be automatically connected. (#109 via @quenchaman)

v4.1.0

05 May 00:51
Compare
Choose a tag to compare

Features

  • For AWS S3, an import map is created for you if the object key does not yet exist (#107 via @quenchaman). We'd like this to be the case for other providers, too, but haven't implemented it for them yet (contributions welcome!)