Releases: mrcgrtz/create-security-txt
Releases · mrcgrtz/create-security-txt
v1.1.0
Release name: Fehmarn Sound Bridge 🌉
- Add support for ISO date strings for the
--expires
flag in #69 - Update dependencies:
- Update to
actions/[email protected]
- Update to
[email protected]
- Update to
[email protected]
- Update to
[email protected]
- Update to
[email protected]
- Update to
[email protected]
- Update to
[email protected]
- Update to
[email protected]
- Update to
[email protected]
- Update to
Full Changelog: v1.0.0...v1.1.0
v1.0.0
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
[email protected]
- Update to
[email protected]
- Update to
- Update, remove or replace development dependencies:
- Update to
[email protected]
- Update to
[email protected]
- Update to
[email protected]
- Update to
[email protected]
, replacingpre-commit
- Update to
[email protected]
- Update to
[email protected]
- Remove
sinon
- Remove
coveralls
- Update to
Breaking Changes
This package now requires Node 16 or newer. In the future I will always support the latest Node LTS.
v0.0.3
Release name: Strelasund Crossing 🌉
- Add tests.
- Update dependencies:
- Update to
[email protected]
- Update to
[email protected]
- Update to
v0.0.2
Release name: Sallingsund Bridge 🌉
- Update dependencies:
- Update to
[email protected]
- Update to
[email protected]
- Update to
Breaking Changes
-
This package is now pure ESM. It cannot be
require()
'd from CommonJS. This means you have the following choices:- Use ESM yourself. (preferred)
Useimport foo from 'foo'
instead ofconst foo = require('foo')
to import the package. - If the package is used in an async context, you could use
await import(…)
from CommonJS instead ofrequire(…)
. - 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.
- Use ESM yourself. (preferred)
v0.0.1
Release name: Hampden Bridge 🌉
- Initial commit.