Skip to content

Files

Latest commit

cff37e8 Β· Feb 26, 2025

History

History
326 lines (200 loc) Β· 11 KB

CHANGELOG.md

File metadata and controls

326 lines (200 loc) Β· 11 KB

Changelog

v0.3.1

compare changes

πŸ’… Refactors

  • Alias sqlite to node-sqlite (55df331)

πŸ“¦ Build

  • Remove deprecated for aliases (0011d57)

❀️ Contributors

  • Pooya Parsa (@pi0)

v0.3.0

compare changes

πŸš€ Enhancements

  • ⚠️ Prepared statements (#157)
  • node-sqlite driver with native node:sqlite (#155)

🩹 Fixes

  • cloudflare-d1: Correctly return results array (#156)
  • Fix type exports (0d5a151)
  • Correct .getInstance() type (6a7dc5a)

πŸ’… Refactors

  • ⚠️ Rename node-sqlite3 to sqlite3 (eb8c06d)

πŸ“– Documentation

πŸ“¦ Build

  • ⚠️ Esm-only dist (7d7bdec)

🏑 Chore

⚠️ Breaking Changes

  • ⚠️ Prepared statements (#157)
  • ⚠️ Rename node-sqlite3 to sqlite3 (eb8c06d)
  • ⚠️ Esm-only dist (7d7bdec)

❀️ Contributors

  • Pooya Parsa (@pi0)

v0.2.4

compare changes

🩹 Fixes

  • bun-sqlite: Remove in-memory fallback when name is not provided (#153)

🏑 Chore

❀️ Contributors

v0.2.3

compare changes

πŸ“¦ Build

  • Export connectors and connector (d411f91)

❀️ Contributors

  • Pooya Parsa (@pi0)

v0.2.2

compare changes

πŸš€ Enhancements

  • Export database instances (#132)
  • Add node-sqlite3 connector (#147)
  • Support RETURNING clause (#139)
  • pglite: Use async init (#130)

🩹 Fixes

  • Add missing mysql to connectors map (#127)
  • Always add { success: true } to select results (#118)

πŸ“¦ Build

  • Generate drivers meta (#136)
  • Field export condition for libsql + web (97630f3)

🏑 Chore

❀️ Contributors

v0.2.1

compare changes

🩹 Fixes

  • sqlite: Support :memory: (1a40c4f)

❀️ Contributors

  • Pooya Parsa (@pi0)

v0.2.0

compare changes

πŸš€ Enhancements

  • Add dialect and planetscale connector (#59)
  • Mysql connector (#86)
  • Support pglite (#110)

🩹 Fixes

  • postgresql: Use default export (#63)
  • pkg: ⚠️ Correct /integrations/drizzle subpath export (#106)

πŸ’… Refactors

  • Relax peer dependencies (a80b62c)
  • postgresql: Correct function name (#114)
  • Explicit exports (f5c30bf)

πŸ“– Documentation

  • vercel: Fix the connector name (#74)
  • Fix typo (#108)
  • sqlite: Fix pm install component (#85)
  • guide: Add information about static parameters (#80)
  • Added jsdocs to exported functions and types (#89)
  • Remove non existent sql import (9e5550f)

🏑 Chore

βœ… Tests

  • integrations: Drizzle integration test (#79)

⚠️ Breaking Changes

  • pkg: ⚠️ Correct /integrations/drizzle subpath export (#106)

❀️ Contributors

v0.1.4

compare changes

🩹 Fixes

  • d1: Support __env__ for accessing binding (2ef9d57)

πŸ’… Refactors

  • d1: Throw a better error if binding not found (#60)

πŸ“– Documentation

  • Fix typos (#56)

🏑 Chore

  • Apply automated updates (5760665)

❀️ Contributors

v0.1.3

compare changes

πŸš€ Enhancements

πŸ“– Documentation

  • readme: Fix links (#52)

🏑 Chore

❀️ Contributors

  • Pooya Parsa (@pi0)
  • Shoshana Connack

v0.1.2

compare changes

πŸš€ Enhancements

  • Add libsql support (#25)
  • Support multiple libsql exports (#31)
  • Support static placeholders with sql template (378fe62)

πŸ’… Refactors

πŸ“– Documentation

🏑 Chore

πŸ€– CI

  • Use conventional commit for autofix action (#34)

❀️ Contributors

v0.1.1

πŸš€ Enhancements

  • Add posgresql connector (51823eb)
  • Support string templates for query (feea30f)
  • Drizzle integration support (#17)

πŸ’… Refactors

  • Merge db.query into db.sql (eef2417)

πŸ“– Documentation

🏑 Chore

❀️ Contributors

  • Pooya Parsa (@pi0)