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.
- On staging, use production domain
.customink.com
- Merge cookieDefaults from constructor with default cookie values
- 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
- md5
- Added
browserslist
section topackage.json
to specify that babel should transpile to ES5
- A CHANGELOG! (a little meta but here we are)
- Introduced Jest as the new testing framework
- Added Prettier
- Updated the outdated Karma tests to Jest tests
- Bumped Node, Babel, Webpack, & ESLint versions
- All other testing libraries: karma, chai, sinon, phantomjs, mocha, istanbul