Skip to content

Releases: cheminfo/smart-sqlite3-filter

v1.0.0

Choose a tag to compare

@cheminfo-bot cheminfo-bot released this 16 Jul 05:05
ff96f89

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

Choose a tag to compare

@cheminfo-bot cheminfo-bot released this 31 Mar 08:52
1965f1f

0.8.0 (2026-03-31)

⚠ BREAKING CHANGES

  • migrate to native module (#17)

Features

Bug Fixes

  • update dynamic-typing dependency (#19) (a63b193)

v0.7.0

Choose a tag to compare

@cheminfo-bot cheminfo-bot released this 26 Feb 07:37
fcdf3f6

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

Choose a tag to compare

@cheminfo-bot cheminfo-bot released this 23 Feb 06:22
16ac896

0.6.0 (2025-02-23)

Features

  • allow column types with any case (#9) (b000810)

v0.5.0

Choose a tag to compare

@cheminfo-bot cheminfo-bot released this 17 Jan 18:12
c372a3e

0.5.0 (2025-01-17)

Features

v0.4.0

Choose a tag to compare

@cheminfo-bot cheminfo-bot released this 07 Jan 12:01
fae7867

0.4.0 (2025-01-07)

Features

  • add logger level debug with SQL statement (43e3661)

v0.3.0

Choose a tag to compare

@cheminfo-bot cheminfo-bot released this 24 Jul 09:07
ee67dbf

0.3.0 (2024-07-24)

Features

v0.2.0

Choose a tag to compare

@cheminfo-bot cheminfo-bot released this 23 Jul 05:07
0db572a

0.2.0 (2024-07-23)

Features

v0.1.2

Choose a tag to compare

@cheminfo-bot cheminfo-bot released this 21 Jul 15:01
908189f

0.1.2 (2024-07-21)

Bug Fixes

  • ignore filtering values that do not have the right type (e4a01b4)

v0.1.1

Choose a tag to compare

@cheminfo-bot cheminfo-bot released this 19 Jul 19:55
f177e2f

0.1.1 (2024-07-19)

Bug Fixes

  • refactor and expose types (0bb9ea0)