Releases: cheminfo/smart-sqlite3-filter
Releases · cheminfo/smart-sqlite3-filter
v1.0.0
Compare
Sorry, something went wrong.
No results found
1.0.0 (2026-07-16)
⚠ BREAKING CHANGES
the database argument is now a DatabaseSync from node:sqlite instead of a better-sqlite3 Database, and Node.js >= 22.13 is required.
Features
add buildWhere, count, and from/columns options to search (6391e30 )
replace better-sqlite3 with the built-in node:sqlite module (dab8e0e )
Bug Fixes
keep buildWhere compliant with noUncheckedIndexedAccess (852315c )
v0.8.0
Compare
Sorry, something went wrong.
No results found
0.8.0 (2026-03-31)
⚠ BREAKING CHANGES
migrate to native module (#17 )
Features
Bug Fixes
v0.7.0
Compare
Sorry, something went wrong.
No results found
0.7.0 (2025-02-26)
Features
generalize mapping of column types (efc28f9 )
Bug Fixes
possible SQL injection in jpath query (a0924fa )
v0.6.0
Compare
Sorry, something went wrong.
No results found
0.6.0 (2025-02-23)
Features
allow column types with any case (#9 ) (b000810 )
v0.5.0
Compare
Sorry, something went wrong.
No results found
0.5.0 (2025-01-17)
Features
v0.4.0
Compare
Sorry, something went wrong.
No results found
0.4.0 (2025-01-07)
Features
add logger level debug with SQL statement (43e3661 )
v0.3.0
Compare
Sorry, something went wrong.
No results found
0.3.0 (2024-07-24)
Features
v0.2.0
Compare
Sorry, something went wrong.
No results found
0.2.0 (2024-07-23)
Features
v0.1.2
Compare
Sorry, something went wrong.
No results found
0.1.2 (2024-07-21)
Bug Fixes
ignore filtering values that do not have the right type (e4a01b4 )
v0.1.1
Compare
Sorry, something went wrong.
No results found
0.1.1 (2024-07-19)
Bug Fixes
refactor and expose types (0bb9ea0 )