Skip to content

Releases: dlang-community/d2sqlite3

v1.0.0: Improved error handling, user-defined serialization

10 Jun 04:15
Compare
Choose a tag to compare

This is the first release under the dlang-community banner.

It features a few internal improvements, doc fixes,
as well as the following major changes since the last release (v0.19.1):

  • ensureNotInGC will no longer allocate (#70);
  • toString(sink) or toString will now be used for serialization if found on an aggregate (#68);
  • Every SqliteException instance now has an error code (#60);
  • VariantException will no longer be catched and wrapped in an SqliteException (#60);

v0.3.0

06 Oct 21:59
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

v0.1.0

12 Jul 20:00
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
Removed warnings in readme