- Changed the name of the framework/module on MacOS to avoid conflicts in the Xcode new build system.
- Updated for Xcode 10.2
- Swift version was changed to 4.2
- Build setting APPLICATION_EXTENSION_API_ONLY = YES;
- Coders now support extra info.
- Removed old deprecations.
- Added initializer that takes an array of bytes.
- Added extra convenience methods.
- Removed unsafe methods (which were not used anyway).
- Specified Swift version in the podspec.
- Fixed compiler warnings.
- Added MacOS support.
- Added .swift-version
- Internal improvements.
- First version.