-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathCHANGELOG
48 lines (37 loc) · 945 Bytes
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
0.6.0
- support promises everywhere
- added db.end() to close all clients
- updated pg to 7.1
Backward-incompatible changes:
- streaming doesn't work with native bindings anymore
- stream emits 'data' events instead of 'row'
0.5.0
- support native bindings
- updated dependencies: pg to 6.0, debug to 2.2.0
- dropped Node.js 0.10 support
0.4.0
- updated pg to 4.x
- added .raw()
- fixed piping from client
0.3.4
- chain .pipe()
- exposed a reference to underlying pg library
0.3.3
- support streaming from db.query()
- added .pipe() to Query
0.3.2
- support streaming from client.query()
0.3.1
- updated sql-bricks-postgres dep version
0.3.0
- switched to sql-bricks-postgres
- support insert().select()
- resend results from func wrapped with transaction
0.2.2
- updated to point-free 0.1.0
0.2.1
- prepared for sql-tricks API break in 1.0 (Peter Rust)
0.2.0
- added .rows(), .row(), .col(), .val() accessors
0.1.0
- initial version