File tree 2 files changed +20
-5
lines changed
2 files changed +20
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Master (Unreleased)
2
2
3
+ # 0.20.5 - 29 December, 2019
4
+
5
+ ### New features:
6
+
7
+ - Return more information about empty updates #3597
8
+
9
+ ### Bug fixes:
10
+
11
+ - Fix colors in debug logs #3592
12
+
13
+ ### Test / internal changes:
14
+
15
+ - Use more efficient algorithm for generating internal ids #3595 #3596
16
+ - Use Buffer.alloc() instead of deprecated constructor #3574
17
+
3
18
# 0.20.4 - 08 December, 2019
4
19
5
20
### Bug fixes:
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " knex" ,
3
- "version" : " 0.20.4 " ,
3
+ "version" : " 0.20.5 " ,
4
4
"description" : " A batteries-included SQL query & schema builder for Postgres, MySQL and SQLite3 and the Browser" ,
5
5
"main" : " knex.js" ,
6
6
"types" : " types/index.d.ts" ,
28
28
"stress:destroy" : " docker-compose -f scripts/stress-test/docker-compose.yml stop"
29
29
},
30
30
"dependencies" : {
31
- "bluebird" : " ^3.7.1 " ,
31
+ "bluebird" : " ^3.7.2 " ,
32
32
"colorette" : " 1.1.0" ,
33
33
"commander" : " ^4.0.1" ,
34
34
"debug" : " 4.1.1" ,
75
75
]
76
76
},
77
77
"devDependencies" : {
78
- "@types/node" : " ^10.17.5 " ,
78
+ "@types/node" : " ^10.17.13 " ,
79
79
"JSONStream" : " ^1.3.5" ,
80
80
"chai" : " ^4.2.0" ,
81
81
"chai-subset-in-order" : " ^2.1.3" ,
82
82
"cli-testlab" : " ^1.8.0" ,
83
- "coveralls" : " ^3.0.7 " ,
83
+ "coveralls" : " ^3.0.9 " ,
84
84
"cross-env" : " ^6.0.3" ,
85
85
"dtslint" : " ^2.0.2" ,
86
86
"eslint" : " ^6.6.0" ,
95
95
"mysql" : " ^2.17.1" ,
96
96
"mysql2" : " ^2.0.0" ,
97
97
"nyc" : " ^14.1.1" ,
98
- "pg" : " ^7.12 .1" ,
98
+ "pg" : " ^7.16 .1" ,
99
99
"pg-query-stream" : " ^2.0.1" ,
100
100
"prettier" : " 1.18.2" ,
101
101
"rimraf" : " ^3.0.0" ,
You can’t perform that action at this time.
0 commit comments