Skip to content

Latest commit

 

History

History
53 lines (26 loc) · 1.62 KB

CHANGELOG.md

File metadata and controls

53 lines (26 loc) · 1.62 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.0.0 (2024-01-11)

⚠ BREAKING CHANGES

  • bump dependencies

Features

2.0.3 (2022-11-27)

2.0.2 (2022-09-08)

2.0.1 (2022-09-08)

2.0.0 (2022-09-08)

⚠ BREAKING CHANGES

  • upgrade knex peer dependency to 2.0

Features

  • upgrade knex peer dependency to 2.0 (31dfc24), closes #17

1.0.1 (2022-06-03)

1.0.0 (2020-08-28)

⚠ BREAKING CHANGES

  • update knex and rqlite-js

Features

  • update knex and rqlite-js (3b0561b)

0.1.0

  • Added typeConfig function showing the available driver options
  • Updated dependencies (minor)

0.0.1

  • Basic implementation of RqliteDialect based on knex Sqlite3 dialect