Skip to content

Releases: shareup/sqlite

11.0.0

19 Jul 17:20
Compare
Choose a tag to compare

Rethrow internal error in Database.inTransaction() instead of returning a Bool result.

10.1.0

16 Jul 18:33
Compare
Choose a tag to compare

Add KeyedDecodingContainer.decodePreciseDate(forKey:) and KeyedEncodingContainer.encode(preciseDate:forKey:).

10.0.0

16 Jul 15:35
Compare
Choose a tag to compare

Rename Decoder, Encoder, and Statement to SQLiteDecoder, SQLiteEncoder, and SQLiteStatement.

9.0.0

15 Jul 21:47
Compare
Choose a tag to compare

Rename Error to SQLiteError.

8.0.0

15 Jul 20:52
f016a5e
Compare
Choose a tag to compare

Removes the SQLite namespace (i.e., empty struct) to clean up the public interface.

7.1.1

06 Jul 20:48
05a3df9
Compare
Choose a tag to compare

Removes our dependency on Forever and replaces it with Combine's Sink.

7.1.0

07 Jul 14:14
798395e
Compare
Choose a tag to compare
  • Use public versions of Atomic and Forever
  • Update README to include instructions for installing SQLite via Swift Package Manager

7.0.0

23 Jun 09:59
654f399
Compare
Choose a tag to compare

Converts SQLite to Swift Package.

6.0

23 Jun 09:30
6203da0
Compare
Choose a tag to compare
6.0

Updates to Swift 5.1 and adds support for Combine.

5.0

03 Jun 07:57
58d7e2d
Compare
Choose a tag to compare
5.0

Improves parsing of SQL statements to find tables to observe.