Skip to content

Releases: UrielCh/opencv4nodejs

V 7.1.2

13 Sep 18:48
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 7.1.1...7.1.2

V 7.1.1

19 Aug 22:39
Compare
Choose a tag to compare
  • fix support for nodejs 22 windows
  • support vcpkg opencv install

V 7.1.0

10 Jul 10:11
Compare
Choose a tag to compare

What's Changed

  • Add bindings for row, rowRange, col, colRange by @tothadi in #150

New Contributors

Full Changelog: 7.0.0...7.1.0

V 7.0.0

30 Apr 18:44
5e13426
Compare
Choose a tag to compare

ESM Versions

  • Updated code to ESM.
  • Introduced new exports model.
  • Fixed typing errors.
  • Added missing types.
  • Removed typing duplication in codebase.
  • Native code is now generated directly by the default node-gyp rebuild.
  • GitHub actions now test all available Windows, macOS, and Linux environments.

What's Changed

Full Changelog: 6.5.3...7.0.0

V 6.5.3

21 Feb 08:19
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 6.5.2...6.5.3

V 6.5.2

23 May 03:55
Compare
Choose a tag to compare

Version 6.5.2

  • fix typing error

What's Changed

New Contributors

Full Changelog: 6.5.1...6.5.2

V 6.5.1

20 Mar 17:11
Compare
Choose a tag to compare

What's Changed

  • feat: add mask option to the detect function by @piercus in #86
  • fix: imencode electron 21+ memory cage by @Hatzl in #88

New Contributors

  • @Hatzl made their first contribution in #88

Full Changelog: 6.5.0...6.5.1

v 6.5.0

09 Mar 19:30
Compare
Choose a tag to compare

Version 6.5.0

  • integrate native-node-utils code inside cc/native-node-utils
  • add comments in native-node-utils
  • add cv.min cv.max

What's Changed

Full Changelog: 6.4.5...6.5.0

V6.4.5

06 Mar 16:06
Compare
Choose a tag to compare

Version 6.4.5

  • drop .ts files from npm package.
  • add .d.ts file for ts files in npm package.
  • add .d.ts.map file for ts files in npm package.
  • fix issue 81

Full Changelog: 6.4.4...6.4.5

V6.4.4

05 Mar 17:49
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 6.4.3...6.4.4