Version 1.5.5
- Fix issue in Xcode 11 caused by
URLSession
response being captured before initialization. - Fix dangling pointer - use
withUnsafeMutableBytes
in order to explicitly convert the argument to buffer pointer valid for a defined scope. - Update dependencies,
Fastfile
andTravis CI
configuration.