Releases: Financial-Times/ebi
Releases · Financial-Times/ebi
Drop support for Node 14
This release is part of the Platforms and Reliability set of scheduled breaking change releases in April.
The breaking changes in this package release are:
- Dropping support for Node.js 14
This will not be a breaking change for your application if it:
- Already runs on Node.js 16
If this is a breaking change for your application because it does not yet run on Node 16 you can follow this guide to migrate from Node.js 14 to Node.js 16
update to Node 14 + 16
What's Changed
- Add support for Node 14 and Node 16 by @ivomurrell in #167
Breaking Changes
- Dropped support for Node 12
Full Changelog: v3.0.3...v4.0.0
add npm-auth-token context on publish job
v3.0.3 Merge pull request #168 from Financial-Times/nori/add-context-npm-pub…
update tests
Merge pull request #164 from Financial-Times/cpp-660-remove-n-cluster remove references to n-cluster
v3.0.1: Switched to `main` branch as central branch
This release includes minor changes in the code to reference main
instead of master
.
v3.0.0: Upgrade to Node v12
Merge pull request #125 from Financial-Times/upgrade-to-node-v12 Upgrade to Node v12
support a dot in repo names
Merge pull request #114 from Financial-Times/support-dot-in-repo-name Support a dot in repo names.
v2.0.0 Add ebi library usage and quieter cli default
- Can now be used as a library with
require('ebi');
- Added
no-match
result type when file exists but search/regex is not found - Default command line output does not display
INFO
andERROR
messages. To enable it use the--verbose
flag
v1.3.2 Security patches
Updated jest
and eslint
dependencies for security fixes. Won't affect functionality.
v1.3.1 README updates and added GitHub app configuration files
- Installation instructions have been corrected in the README
- Added GitHub app configuration files