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 🌉

  • Add support for ISO date strings for the --expires flag in #69
  • Update dependencies:
    • Update to actions/setup-node@3.4.1
    • Update to ava@4.3.1
    • Update to c8@7.12.0
    • Update to date-fns@2.29.1
    • Update to husky@8.0.1
    • Update to lint-staged@13.0.3
    • Update to meow@10.1.3
    • Update to terser@5.14.2
    • Update to xo@0.51.0

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 🌉

  • Require Node 16 or newer
  • Reduce payload
  • Migrate to GitHub Actions
  • Add bug report template
  • Add CodeQL analysis
  • Create dependabot.yml
  • Create FUNDING.yml
  • Create CODE_OF_CONDUCT.md
  • Update dependencies:
    • Update to date-fns@2.23.0
    • Update to meow@10.1.1
  • Update, remove or replace development dependencies:
    • Update to ava@4.0.0
    • Update to c8@7.9.0
    • Update to execa@6.0.0
    • Update to husky@7.0.4, replacing pre-commit
    • Update to lint-staged@12.0.2
    • Update to xo@0.48.0
    • Remove sinon
    • Remove coveralls

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 🌉

  • Add tests.
  • Update dependencies:
    • Update to date-fns@2.21.3
    • Update to xo@0.40.1

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 🌉

  • Update dependencies:
    • Update to date-fns@2.21.2
    • Update to meow@10.0.0

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.