Skip to content

Releases: calipersjs/calipers

v3.0.0

29 Aug 04:06
Compare
Choose a tag to compare

TLDR

With the previous Bluebird removal there may be certain node versions that are running into issues with Native promises. With those breaking changes in mind we'll be deprecating v2.3.0 and pushing out v3.0.0

Thank you @s1de21 for pointing out the issue.

What's Changed

Full Changelog: v2.1.0...v3.0.0

v2.1.0

24 Aug 16:45
Compare
Choose a tag to compare

What's Changed

  • fix Travis link in README by @mgartner in #64
  • add benchmark script by @mgartner in #66
  • start implementation in typescript by @mgartner in #68
  • allow a buffer to be passed to measure by @mgartner in #69
  • compare buffer bytes directly for faster detection by @mgartner in #70
  • lint only typescript files by @mgartner in #71
  • feat(ci): Migrate from travis -> Github actions by @Thexumaker in #84
  • fix(Buffer): Update buffer init call by @Thexumaker in #85
  • feat(Bluebird Removal): Migrate detect function to native promises by @Thexumaker in #86
  • feat(Bluebird Removal): Remove bluebird from detect.test by @Thexumaker in #87
  • fix(Readme): Update readme to account for new dependencies needed to run on linux by @Thexumaker in #89
  • feat(Bluebird Removal): Remove Bluebird from index by @Thexumaker in #88

TLDR

Calipers and calipers-png, calipers-pdf, calipers-jpeg are now using Native promises instead of Bluebird Promises.

New Contributors

Full Changelog: v2.0.1...v2.1.0