v2.1.0
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
- @Thexumaker made their first contribution in #84
Full Changelog: v2.0.1...v2.1.0