Releases: agisboye/SwiftLMDB
Releases · agisboye/SwiftLMDB
1.1.1
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 toDataConvertible
, and your deployment target is macOS 10.11+, you can implement the conformance yourself in an extension. See the implementation here.
1.1.0
- 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.