Skip to content

Releases: customink/signalerjs

v1.2.0

18 Jul 12:28
ff06436
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.2.0

v1.1.0

17 Jul 19:54
0216057
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

10 Feb 16:37
edda3b5
Compare
Choose a tag to compare

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

03 Feb 20:14
e001b7b
Compare
Choose a tag to compare

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

02 Feb 17:30
a3dca6a
Compare
Choose a tag to compare

[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