Releases: shareup/sqlite
Releases · shareup/sqlite
11.0.0
Rethrow internal error in Database.inTransaction()
instead of returning a Bool
result.
10.1.0
Add KeyedDecodingContainer.decodePreciseDate(forKey:)
and KeyedEncodingContainer.encode(preciseDate:forKey:)
.
10.0.0
Rename Decoder
, Encoder
, and Statement
to SQLiteDecoder
, SQLiteEncoder
, and SQLiteStatement
.
9.0.0
Rename Error
to SQLiteError
.
8.0.0
Removes the SQLite namespace (i.e., empty struct) to clean up the public interface.
7.1.1
Removes our dependency on Forever and replaces it with Combine's Sink
.
7.1.0
- Use public versions of Atomic and Forever
- Update README to include instructions for installing SQLite via Swift Package Manager
7.0.0
Converts SQLite to Swift Package.
6.0
Updates to Swift 5.1 and adds support for Combine.
5.0
Improves parsing of SQL statements to find tables to observe.