Skip to content

Releases: agisboye/SwiftLMDB

1.1.1

24 Jan 11:14
Compare
Choose a tag to compare

Breaking changes:

  • The URL conformance to DataConvertible has been removed because the required initializer is only available on macOS 10.11+. There is no convenient way of changing the deployment target in the package manifest. If you rely on URL conforming to DataConvertible, and your deployment target is macOS 10.11+, you can implement the conformance yourself in an extension. See the implementation here.

1.1.0

09 Sep 18:09
Compare
Choose a tag to compare
  • Changes the way various types are persisted to make them implementation agnostic as well as make the databases portable across systems of different endianess (#13). Thanks to @regexident.

Breaking changes:
Certain types including numbers, Bool, Date are stored differently in this version, making it incompatible with databases created with previous versions of the library.