Releases: vitaly-t/pg-promise
Releases Β· vitaly-t/pg-promise
12.2.0
12.1.3
12.1.2
12.1.1
12.1.0
- Updated the library to use the latest spex v4.x, which also dumped obsolete custom promises, in favour of ES6 Promise, and improves exports and TypeScript declarations.
- Removed
deprecatedlabel from Task.batch function, as its use is still quite alright. And added a note instead:
NOTE:
Consider usingasync/awaitsyntax instead, or if you must have pre-generated promises, then Promise.allSettled.
12.0.0
Legacy Clean-up
Gone: Custom Promises π¨
Removed from the library everything related to supporting custom promises, external promise libraries, such as Bluebird, etc., as obsolete.
Now it is ES6 Promise all the way, nothing else, and no customization in that regard.
For example, initialization option promiseLib is gone also.