Skip to content

Releases: tguichaoua/promised-sqlite3

2.1.0

06 Jun 13:20
2fdbd2f
Compare
Choose a tag to compare

What's Changed

  • Async api for Statement in #26

Full Changelog: v2.0.1...v2.1.0

2.0.1

10 Apr 20:02
edda3e8
Compare
Choose a tag to compare

Fix an issue with open when the second argument (mode) isn't set. (#21)

2.0.0

10 Apr 14:59
b200647
Compare
Choose a tag to compare

Read #20 for a complete change log and migration guide.

v1.2.0

14 Apr 16:43
Compare
Choose a tag to compare
  • feature: exists method

v1.1.0

10 Apr 18:57
Compare
Choose a tag to compare
  • feature: add shortcut methods :
    • insert
    • insertMany
    • replace

v1.0.2

09 Apr 21:29
Compare
Choose a tag to compare

fix publish mistake.

v1.0.1

09 Apr 21:19
Compare
Choose a tag to compare

fix a publish mistake.

v1.0.0

09 Apr 20:58
Compare
Choose a tag to compare

Completly rewrite this package into Typescript.
This version is compatible with javascript and typescript.

new feature : shortcut method 'drop table'