Skip to content

Releases: nuskey8/CsSqlite

v1.1.0

25 Sep 07:26

Choose a tag to compare

What's Changed

BREAKING CHANGES

  • change: use function pointer instead delegate by @nuskey8 in #8
  • change: Add(value) -> Add(index, value) by @nuskey8 in #10

Features

  • feat: SqliteParameters.AddLiteral() by @nuskey8 in #9

Bug fixes

  • fix: wrong size of bound text by @ruccho in #6

Others

New Contributors

  • @ruccho made their first contribution in #6

Full Changelog: v1.0.1...v1.1.0

v1.0.1

23 Sep 13:39
0b6e86b

Choose a tag to compare

What's Changed

  • remove: System.Runtime.CompilerServices.Unsafe dependency by @nuskey8 in #1
  • Fix dll name generated by csbindgen by @KurisuJuha in #2
  • fix: windows DllImport path by @nuskey8 in #3
  • chore: bump up to 1.0.1 by @nuskey8 in #4

New Contributors

Full Changelog: v1.0.0...v1.0.1

v1.0.0

23 Sep 11:37

Choose a tag to compare