Changelog
4.0.12 - Mon Jul 20 2020 04:19:01
Contributor: dependabot[bot]
Bumps lodash from 4.17.15 to 4.17.19.
Signed-off-by: dependabot[bot] support@github.com
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Changelog
4.0.11 - Fri Jun 12 2020 09:43:39
Contributor: Theo Gravity
@akc42 pointed out that the docs for db.run
says it returns lastId
when it should be lastID
.
Changelog
4.0.10 - Wed Jun 03 2020 00:51:41
Contributor: Gustavo Rodrigues
Shields.io badges were being loaded using HTTP causing mixed-content errors in the NPM page.
Changelog
4.0.9 - Mon May 25 2020 22:50:02
Contributor: Markus Felten
Changelog
4.0.8 - Thu May 21 2020 22:59:57
Contributor: George Corney
Changelog
4.0.7 - Sun Apr 12 2020 19:43:31
Contributor: Yamavol
Changelog
4.0.6 - Sat Apr 11 2020 04:16:08
Contributor: Theo Gravity
This addresses an issue where the sqlite3
API for each()
uses
two callbacks, while this library only uses one for each()
.
An error is now thrown if two callbacks are defined when using the
sqlite
each()
method.
(In sqlite
, the second callback of sqlite3
is used to resolve the
promise.)
Changelog
4.0.5 - Sun Apr 05 2020 20:13:43
Contributor: jameswilddev
Changelog
4.0.4 - Sun Apr 05 2020 07:44:39
This allows the usage of the sqlite3-offline
; library in Typescript.
Changelog
4.0.3 - Sun Apr 05 2020 00:01:31
sql-template-strings
is a forced requirement (#108)It should be an optional dependency and is not required for installation.