Skip to content

Latest commit

 

History

History
55 lines (30 loc) · 1.24 KB

CHANGELOG.md

File metadata and controls

55 lines (30 loc) · 1.24 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[1.2.0] - 2024-07-18

Changed

  • On staging, use production domain .customink.com

[1.1.0] - 2024-07-18

Changed

  • Merge cookieDefaults from constructor with default cookie values

[1.0.0] - 2022-02-09

Changed

  • Updated all client-based value getting to behave sychronously
  • When getting a cookie value, added a check for md5 encryption and if found, we create new cookie without encryption and expire the old cookie

Deprecated

  • md5

[0.5.1] - 2022-02-03

Changed

  • Added browserslist section to package.json to specify that babel should transpile to ES5

[0.5.0] - 2022-02-01

Added

  • A CHANGELOG! (a little meta but here we are)
  • Introduced Jest as the new testing framework
  • Added Prettier

Changed

  • Updated the outdated Karma tests to Jest tests
  • Bumped Node, Babel, Webpack, & ESLint versions

Removed

  • All other testing libraries: karma, chai, sinon, phantomjs, mocha, istanbul