Skip to content

Releases: mrcgrtz/create-security-txt

v1.1.0

28 Jul 18:40
8cbb455
Compare
Choose a tag to compare

Release name: Fehmarn Sound Bridge 🌉

Full Changelog: v1.0.0...v1.1.0

v1.0.0

08 May 11:41
ddaf7da
Compare
Choose a tag to compare

Release name: Zeeland Bridge 🌉

Breaking Changes

This package now requires Node 16 or newer. In the future I will always support the latest Node LTS.

v0.0.3

12 May 13:31
dbe632e
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release

Release name: Strelasund Crossing 🌉

v0.0.2

12 May 13:19
5cb3178
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

Release name: Sallingsund Bridge 🌉

Breaking Changes

  • This package is now pure ESM. It cannot be require()'d from CommonJS. This means you have the following choices:

    1. Use ESM yourself. (preferred)
      Use import foo from 'foo' instead of const foo = require('foo') to import the package.
    2. If the package is used in an async context, you could use await import(…) from CommonJS instead of require(…).
    3. If you cannot move to ESM yet, do not upgrade to this version.

    I would strongly recommend moving to ESM. ESM can still import CommonJS packages, but CommonJS packages cannot import ESM packages synchronously.

    ESM is natively supported by Node.js 12 and later.

    Please note: My repos are not the place to ask ESM support questions.

v0.0.1

12 May 13:16
ba9358c
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

Release name: Hampden Bridge 🌉

  • Initial commit.