File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ For richer information consult the commit log on github with referenced pull req
4
4
5
5
We do not include break-fix version release in this file.
6
6
7
+ ### v3.6.0
8
+ - Include support for (parsing JSONB)[ https://github.com/brianc/node-pg-types/pull/13 ] (supported in postgres 9.4)
9
+
7
10
### v3.5.0
8
11
- Include support for parsing boolean arrays
9
12
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pg" ,
3
- "version" : " 3.5 .0" ,
3
+ "version" : " 3.6 .0" ,
4
4
"description" : " PostgreSQL client - pure javascript & libpq with the same API" ,
5
5
"keywords" : [
6
6
" postgres" ,
23
23
"nan" : " 1.3.0" ,
24
24
"packet-reader" : " 0.2.0" ,
25
25
"pg-connection-string" : " 0.1.3" ,
26
- "pg-native" : " 1.4.1 " ,
27
- "pg-types" : " 1.5 .0" ,
26
+ "pg-native" : " ^ 1.4.2 " ,
27
+ "pg-types" : " 1.6 .0" ,
28
28
"pgpass" : " 0.0.3"
29
29
},
30
30
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments