Skip to content

Commit e6956b4

Browse files
committed
3.2.0
* update M1 Chip system installation instruction (Bimal Jha) * Replace unzip package to fix Node 18 install error (#922) (Timothy Johnson) * update documentation (Bimal Jha) * Add MacOS M1/M2 Chip install instructions (Bimal Jha) * update windows and vscode binaries (Bimal Jha) * add char insert test case for issue #915 (Bimal Jha) * update minimist version in package-lock.json file, issue #905 (Bimal Jha) * fix for issue #904 - correct typo in promise return (Bimal Jha) * fix: use passed length as buffer size for binary array insert, issue #896 (Bimal Jha) * fix: for issue #899 - correct hard coded path in mac vscode binary (Bimal Jha)
1 parent 82ef5f8 commit e6956b4

File tree

3 files changed

+28
-4
lines changed

3 files changed

+28
-4
lines changed

CHANGES.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,28 @@
1-
2022-12-05, Version 3.1.0
1+
2023-05-07, Version 3.2.0
2+
=========================
3+
4+
* update M1 Chip system installation instruction (Bimal Jha)
5+
6+
* Replace unzip package to fix Node 18 install error (#922) (Timothy Johnson)
7+
8+
* update documentation (Bimal Jha)
9+
10+
* Add MacOS M1/M2 Chip install instructions (Bimal Jha)
11+
12+
* update windows and vscode binaries (Bimal Jha)
13+
14+
* add char insert test case for issue #915 (Bimal Jha)
15+
16+
* update minimist version in package-lock.json file, issue #905 (Bimal Jha)
17+
18+
* fix for issue #904 - correct typo in promise return (Bimal Jha)
19+
20+
* fix: use passed length as buffer size for binary array insert, issue #896 (Bimal Jha)
21+
22+
* fix: for issue #899 - correct hard coded path in mac vscode binary (Bimal Jha)
23+
24+
25+
2022-12-04, Version 3.1.0
226
=========================
327

428
* update Readme file (Bimal Jha)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ibm_db",
33
"description": "IBM DB2 and IBM Informix bindings for node",
4-
"version": "3.1.0",
4+
"version": "3.2.0",
55
"main": "lib/odbc.js",
66
"homepage": "https://github.com/ibmdb/node-ibm_db/",
77
"repository": {

0 commit comments

Comments
 (0)