mirror of
https://github.com/peterbraden/node-opencv.git
synced 2025-12-08 19:45:55 +00:00
v4.0.0
This commit is contained in:
parent
9a7784147c
commit
8e4d10137c
11
CHANGELOG.md
11
CHANGELOG.md
@ -1,6 +1,17 @@
|
||||
|
||||
# Changelog
|
||||
|
||||
## 4.0.0
|
||||
|
||||
I've been super slow releasing this one, and there's a ton of new stuff.
|
||||
|
||||
Importantly, @keeganbrown managed to upgrade nan to 2.0.9 so this should
|
||||
work with newer versions of node.
|
||||
|
||||
Also a ton of new bindings from @jainanshul
|
||||
|
||||
Thanks to the many contributors I haven't named too.
|
||||
|
||||
## 3.2.0
|
||||
|
||||
Bugfixes from @mvines and @dropfen. Thanks!
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
{
|
||||
"name": "opencv",
|
||||
"version": "4.0.0",
|
||||
"description": "Node Bindings to OpenCV",
|
||||
"author": "Peter Braden <peterbraden@peterbraden.co.uk>",
|
||||
"dependencies": {
|
||||
@ -7,7 +8,6 @@
|
||||
"nan": "^2.0.9",
|
||||
"node-pre-gyp": "^0.6.11"
|
||||
},
|
||||
"version": "3.2.0",
|
||||
"devDependencies": {
|
||||
"tape": "^3.0.0",
|
||||
"aws-sdk": "~2.1.20",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user