Skip to content

Releases: nuskey8/CsSqlite

v1.2.0

Choose a tag to compare

@nuskey8 nuskey8 released this 12 Jun 04:43

What's Changed

  • fix: nuget badge url by @nuskey8 in #12
  • Rename: SpliteParameters -> SqliteParameters by @AlexeyTaranov in #15
  • fix: NUL-terminate UTF-8 strings passed to C-string APIs by @shiena in #19
  • fix: include Constants.cs in Unity package to fix IL2CPP build by @shiena in #18
  • feat: batching support by @nuskey8 in #21

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.0

Choose a tag to compare

@nuskey8 nuskey8 released this 25 Sep 07:26

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

Choose a tag to compare

@nuskey8 nuskey8 released this 23 Sep 13:39
0b6e86b

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

Choose a tag to compare

@nuskey8 nuskey8 released this 23 Sep 11:37