Skip to content

Releases: Financial-Times/next-session-client

v5.0.1

12 Feb 11:15
925da68
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.0.0...v5.0.1

v5.0.0

17 Apr 14:44
2a1f834
Compare
Choose a tag to compare

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

09 May 10:24
6ebe092
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v3.0.1...v4.0.0

Remove package.json from bower ignored files (+ use Node v12)

14 Oct 14:22
521f91f
Compare
Choose a tag to compare

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

28 Sep 08:49
035a0d4
Compare
Choose a tag to compare
Merge pull request #58 from Financial-Times/upgrade-node-to-v14

Upgrade Node to v14

Upgrade n-gage ^3.5.0 -> ^5.0.0

17 Jun 10:24
5749ef0
Compare
Choose a tag to compare
Merge pull request #53 from Financial-Times/upgrade-n-gage

Upgrade n-gage ^3.5.0 -> ^5.0.0

Version 2.4.0

17 Jun 09:58
4bf71aa
Compare
Choose a tag to compare
  • Upgrade Node version v6 (package.json engine) and v8 (CircleCI images) -> v12 (#52).
  • Remove unused dev dependencies (#51).
  • Upgrade bower ^1.7.9 -> ^1.8.8 (#48).
  • Upgrade @financial-times/n-gage ^1.8.5 -> ^3.5.0 (#46).

ESM compatibility update

05 Mar 08:25
1e9603c
Compare
Choose a tag to compare
Merge pull request #45 from Financial-Times/matth/fix-esm

Use named exports as well as a default object

Ensure upgrade

06 Feb 10:31
c8c4244
Compare
Choose a tag to compare

Version bump to ensure users are getting latest dependencies

Cache uuid

21 Mar 14:31
Compare
Choose a tag to compare
Merge pull request #32 from Financial-Times/revert-31-dont-cache-uuid

Revert "Don't cache uuid"