Version 1.0.0.beta1
WilliamDenniss
released this
24 Oct 17:27
·
146 commits
to master
since this release
First 1.0.0 beta!
Notable Changes
- All deprecated APIs removed. Please ensure your code builds on version
0.95.0 with no deprecation warnings before upgrading! - Updated for iOS 12, and Xcode 10. As is our policy, AppAuth targets
many versions of iOS, but only the current Xcode toolchain.
If you need to stay on old versions of Xcode for some reason, stay
on the pre-1.0 releases. - macOS 32-bit support removed. If you need this support, stay on the
pre-1.0 releases.
Fixes
x-www-form-urlencoded
encoding and decoding should be 100%
spec compliant now, previously the+
character was not decoded as
0x20 space. This fix was back-ported to the pre-1.0 branch and is
available in the 0.95.0 release.
#291