Releases: customink/signalerjs
Releases · customink/signalerjs
v1.2.0
What's Changed
- Use production domain for cookies on staging by @dominikjasek in #16
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- Update stale.yml config by @ci-atlas-bot in #13
- Add catalog.yaml. Please review the values and merge. by @ci-atlas-bot in #12
- Merge config from constructor with default config by @dominikjasek in #15
New Contributors
- @ci-atlas-bot made their first contribution in #13
- @dominikjasek made their first contribution in #15
Full Changelog: v1.0.0...v1.1.0
v1.0.0
What's Changed
- [PEG-25] Update API to behave synchronously for client-based usage by @superkat64 in #7
- Deprecated
md5
dependency - v1.0.0 by @superkat64 in #9
Full Changelog: v0.5.1...v1.0.0
v0.5.1
Latest changes transpiled to ES6 breaking the one downstream application. This relase reconfigures babel to transpile to ES5 and not subsequently break the one application (we know of) that uses this as a dependency.
What's Changed
- Remove Chai and Sinon from
client_backed.test.js
by @superkat64 in #6 - Fix package.json & webpack/babel to transpile to ES5 by @superkat64 in #5
Full Changelog: v0.5.0...v0.5.1
v0.5.0
[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