Skip to content

Commit

Permalink
prepare Version 7
Browse files Browse the repository at this point in the history
  • Loading branch information
UrielCh committed Apr 30, 2024
1 parent 55bf9d8 commit 324d47b
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 44 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# changelog

## Version 7.0.0
- 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.

## Version 6.6.0
- update gcc flag to enable C++ 17
- fix code to support latest onpenCV version up to 4.9
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@u4/opencv4nodejs",
"version": "7.0.0-alpha-7",
"version": "7.0.0",
"description": "Asynchronous OpenCV 3.x / 4.x nodejs bindings with JavaScript and TypeScript API.",
"keywords": [
"opencv",
Expand Down Expand Up @@ -75,7 +75,7 @@
"nan": "^2.19.0",
"node-gyp": "^10.1.0",
"picocolors": "^1.0.0",
"typescript-eslint": "^7.7.1"
"typescript-eslint": "^7.8.0"
},
"devDependencies": {
"@eslint/js": "^9.1.1",
Expand Down
84 changes: 42 additions & 42 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 324d47b

Please sign in to comment.