Releases: Financial-Times/next-session-client
v5.0.1
v5.0.0
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
Remove bower.json and bower references
For ticket #CPORM-1
The origami bower registry is being removed in the near future, so this should be an npm-only components.
Removing bower.json and references to bower.
Note that there were several changes to package-lock.json pulled through from previous changes too, plus some non-released, non-functional changes (like changing from "master" to "main"), which have been picked up in the auto-generate release notes.
What's Changed
- Version-agnostic CircleCI container config references by @andygout in #61
- CPP-298 Wait for approval on CircleCI builds from nori and renovate PRs by @emortong in #62
- CPP-442 Upgrade GitHub repos from master to main by @emortong in #63
- CPP-442 remove master reference and fixed circleci svg by @emortong in #64
- Add package-lock.json lockfile by @ivomurrell in #68
- Update to npm 7 by @ivomurrell in #76
- CPP-576 Use renovate-config-next-beta in Platforms Owned repos by @emortong in #81
- Don't force dependents to use npm 7 by @ivomurrell in #82
- Fix issues with engines enforcement by @ivomurrell in #83
- CPP-642 migrate from circleci/* to cimg/* by @serena97 in #87
- Add npm-publish-token CircleCI context by @serena97 in #94
- Upgrade to Node 14/16 by @ivomurrell in #89
- Remove bower.json and references to bower by @debugwand in #100
New Contributors
- @emortong made their first contribution in #62
- @ivomurrell made their first contribution in #68
- @serena97 made their first contribution in #87
Full Changelog: v3.0.1...v4.0.0
Remove package.json from bower ignored files (+ use Node v12)
Merge pull request #60 from Financial-Times/fix/test-suite-cant-find-next-session-client
chore: remove package.json from bowerignore file
Upgrade to Node v14
Merge pull request #58 from Financial-Times/upgrade-node-to-v14 Upgrade Node to v14
Upgrade n-gage ^3.5.0 -> ^5.0.0
Merge pull request #53 from Financial-Times/upgrade-n-gage Upgrade n-gage ^3.5.0 -> ^5.0.0
Version 2.4.0
ESM compatibility update
Merge pull request #45 from Financial-Times/matth/fix-esm Use named exports as well as a default object
Ensure upgrade
Version bump to ensure users are getting latest dependencies
Cache uuid
Merge pull request #32 from Financial-Times/revert-31-dont-cache-uuid Revert "Don't cache uuid"