Changelog
0.21.6 - 27 September, 2020
Changelog
0.21.5 - 17 August, 2020
Changelog
0.21.4 - 10 August, 2020
Changelog
0.21.3 - 08 August, 2020
null
as valid binding type #3946Changelog
0.21.2 - 10 July, 2020
void
as return type on migration generator ts stub #3865Changelog
0.21.1 - 28 April, 2020
Changelog
0.21.0 - 18 April, 2020
pg-query-stream
: Changed stream.close to stream.destroy which is the official way to terminate a readable stream. This is a breaking change if you rely on the stream.close method on pg-query-stream...though should be just a find/replace type operation to upgrade as the semantics remain very similar (not exactly the same, since internals are rewritten, but more in line with how streams are "supposed" to behave).