File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
+ ## [ 2.1.5] ( https://github.com/mariadb-corporation/mariadb-connector-nodejs/tree/2.1.5 ) (07 Jan. 2020)
3
+ [ Full Changelog] ( https://github.com/mariadb-corporation/mariadb-connector-nodejs/compare/2.1.4...2.1.5 )
4
+
5
+ * CONJS-115 Batch improvement
6
+ - supporting array of parameters if only one parameter per query, not only array of array
7
+ - supporting empty array for query without parameters
8
+ * correction on licence tag: LGPL-2.1-or-later (was tag LGPL-2.1+ that is deprecated)
9
+ * dependencies update
10
+
2
11
## [ 2.1.4] ( https://github.com/mariadb-corporation/mariadb-connector-nodejs/tree/2.1.4 ) (02 Dec. 2019)
3
12
[ Full Changelog] ( https://github.com/mariadb-corporation/mariadb-connector-nodejs/compare/2.1.3...2.1.4 )
4
13
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mariadb" ,
3
- "version" : " 2.1.4 " ,
3
+ "version" : " 2.1.5 " ,
4
4
"description" : " fast mariadb/mysql connector." ,
5
5
"main" : " promise.js" ,
6
6
"types" : " types/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments