Skip to content

Releases: single-spa/import-map-deployer

v2.2.4

05 Sep 04:06
Compare
Choose a tag to compare

Fixes

  • Add better error message when manifestFormat is invalid (#77 via @brandones)
  • Allow for username/password to be set as environment variables (#73 via @kgehmlich)

Maintenance

  • Bump lodash from 4.17.15 to 4.17.19 (#66)
  • refactor(updateDeleteServiceDocumentation): Update delete service docs (#67 via @elefantelimpio)
  • Bump dot-prop from 5.1.0 to 5.2.0 (#69)
  • Bump dot-prop from 5.1.0 to 5.2.0 (#69)
  • docs: adds example for travis ci, aws, and no import map deployer (#71 via @thawkin3)
  • fix: corrects the github urls in package.json (#72 via @thawkin3)
  • fix: correction of the conf.js example (#75)
  • Adding jq examples (#76)

v2.2.3

13 Jul 18:13
Compare
Choose a tag to compare

This release is exactly the same as 2.2.2. We created it to test docker hub's auto build feature to ensure that new versions are published to docker hub with the correct tag. More info at #61 (comment)

v2.2.2

13 Jul 17:31
Compare
Choose a tag to compare

Fixes

  • Delete trailing slash entry when deleting service. Resolves #64. (#65)

v2.2.1

07 Jul 03:28
Compare
Choose a tag to compare

Maintanence

  • Tagged docker images are now pushed with each release (#61)

v2.2.0

01 Jul 15:41
Compare
Choose a tag to compare

Features

Documentation Part 1 (Search for packagesViaTrailingSlashes)
Documentation Part 2 (Search for packageDirLevel)

// conf.js
module.exports = {
  packagesViaTrailingSlashes: true,
  // add all the other required options to this, as well
}

The following request:

http PATCH :5000/services\?env=stage service=my-service url=http://example.com/path/to/my-service.js

Results in the following import map

{
  "imports": {
    "my-service": "http://example.com/path/to/my-service.js",
    "my-service/": "http://example.com/path/to/"
  }
}

Documentation (Search for scopes)

http PATCH :5000/import-map.json\?env=prod < importmap.json

{
  "imports": {
    "querystringify": "/node_modules/querystringify/index.js"
  },
  "scopes": {
    "/node_modules/socksjs-client/": {
      "querystringify": "/node_modules/socksjs-client/querystringify/index.js"
    }
  }
}

Fixes

Maintenance

v2.1.0

04 Jun 19:16
Compare
Choose a tag to compare

Features

  • Setting the correct Cache-Control header for Azure Storage import maps (#52 @BartJanvanAssen)
  • S3 PutObject options are now configurable, including changing the ACL (#49)
  • Adding skipValidUrlCheck option. Resolves #41 (#43 @joeldenning)
  • add ability to set custom container port exposed + add image build instructions (@kristianmandrup)
  • Support for setting environment variables via dotenv (#52 @BartJanvanAssen)

Fixes

Examples

Docs

Maintenance

  • Update Azure Storage client (#52 @BartJanvanAssen)
  • Bump minimist from 1.2.0 to 1.2.2 (#36)
  • Bump minimist from 1.2.2 to 1.2.3 (#39)
  • Bump https-proxy-agent from 2.2.2 to 2.2.4 (#40)
  • Switching to prettier for code formatting (#42)

v1.0.0

21 Nov 15:30
Compare
Choose a tag to compare

1.0.0 release

  • Publishing to npm