- Fix SPM dependency. OMGHTTPURLRQUserAgent dependency must explicitly called out or "Test" will not build/link due to missing symbol.
- Fix dropping collection values in GET calls
- Some parameters are dropped because insufficient type casting on TDOQueryItem.
- Encoding JSON object's httpBody failure
- Add tests for TDOQueryItem to make sure the type casting is correct.
- Fix dropped non-string parameters types
- SPM now works correctly if using the older Obj-C interface.
- Next release will be a major release, removing the original Obj-C API's.
- Add support for Swift Package Manager (SPM)
- Character escaping logic compliance with RFC 5849 PR
- Fix bug when URL path ends with a trailing slash
- accessToken and accessSecret at optional in the HMAC initializer
- Fix modular headers issue
- Complete re-write into Swift
- Pure Swift-native APIs
- Support for arbitrary hash algorithm
- No longer makes assumptions about NSURLRequests (doesn't generate them for you)
- Backwards-compatible and optional Objective-C bridging layer