Skip to content

Releases: Workfront/workfront-cookie

4.0.0

24 Mar 08:41

Choose a tag to compare

What's Changed

Package moved under @workfront scope controlled by Adobe Workfront to prevent supply chain attacks.
If you use workfront-cookie, replace it with @workfront/cookie.
There are no code changes, so you only need to change the name.

Internal changes

  • Publishing is now automated and is being done fully from GitHub UI. Provenance is enabled.
  • Upgraded all dependencies

Full Changelog: v3.4.5...4.0.0

Switch to Terser and Yarn

07 May 11:21

Choose a tag to compare

What's new?

  1. bundle is now minified with Terser

Internal changes

  1. Using latest Rollup typescript plugin
  2. Switched to Yarn

Bug fix release after 3.4.0

01 Apr 18:52

Choose a tag to compare

  • fix: use correct path for the main field b1127b9
  • Merge remote-tracking branch 'origin/master' 9dfdf1d
  • Merge pull request #185 from Workfront/renovate/ts-jest-24.x dffc54f
  • chore(deps): update dependency ts-jest to v24.0.1 dc4c9f1

v3.4.0...v3.4.1

Added ESM bundle

29 Mar 21:09

Choose a tag to compare

Features

  1. Added ESM bundle

Internal changes

  1. Using Rollup instead of Webpack for bundling
  2. Using Jest instead of Karma for tests
  3. Switched to TypeScript to autogenerate typings