- npm publish v2021.10.20 - update to jslint v2021.10.20 - refactor - replace nodejs-buffer-api-calls with DataView / TextDecoder / TextEncoder
2021.10.20
- revamp - update to jslint_ci.sh from 2020.10.2
2021.9.9
- add sql-function slr_ohlcv() with tests - update file jslint_ci.sh with chorish shell-functions - update function dbOpenAsync with ability to create thread-pool with multiple connections
2021.9.8
- merge files in sqlite-autoconf-3360000 into sqlite3.c, sqlite3_ext.c, sqlite3_shell.c
2021.9.4
- add functions dbGetLastBlob, dbTableInsertAsync - merge file sqlmath_napi.c into sqlmath.c - merge file test.js into sqlmath.mjs - migrate repo to https://github.com/sqlmath/sqlmath - migrate to esm and rename sqlmath.js to sqlmath.mjs
2021.8.26
- merge files sqlmath.h and sqlmath_napi.c into sqlmath.c - add async functions dbOpen, dbExec, dbClose - inline function sqlite3_extension_functions_init without auto_extension - disable warnings for all targets except sqlmath.c and sqlmath_napi.c - fix build for darwin and win32.