- Contributing to this repo? Add info about your change here to be included in next release
New features
- Add get and set server functions (#1464), thanks to Manuel Trezza.
Improvements
- Swift 5 compatibility (#1451), thanks to Nathan Kellert.
- macOS 10.15 compatibility (#1460), thanks to Martin Man.
Fixes
- Removed using NSURLCache in Catalyst (#1469), thanks to Thomas Kollbach and Martin Man.
- Updated project build targets to work with Catalyst (#1473), thanks to Nathan Kellert.
- ParseUI minimum api version should be iOS 8.0 (#1494), thanks to Nathan Kellert.
- Removed
iPhoneSimulator
fromCFBundleSupportedPlatforms
(#1496, #1497), thanks to Tom Fox.
Nathan Kellert and Darren Black did some hard work to not only update build environments to use Xcode 11 but also made necessary changes to get nightly builds to work on both Travis and CircleCI. This will allow us to resume more consistent updates again. Arthur Cinader helped with Travis release build fixes.
- Fixed CircleCI Nightly Build and adding extra PR Testing #1490.
- Fixed tvOS builds #1489.
- Added OCMock manually to CircleCI Build #1490.
- Updated Travis and CircleCI build environments #1473.
After getting in contact with the Bolts Framework maintainers from Facebook they have allowed us to get changes in to fix app store declines due to still using UIWebView(iOS only) rather than updating to WKWebView(iOS, macOS, and iPad OS compatible). Those that got declined should be able to re-submit after updating to the latest version of this SDK as well as its dependencies.
New Features
- tvOS push support (#1375), thanks to Thomas Kollbach.
Fixes
- Update xcbuildtools submodule (#1365), thanks to Darren Black.
- Bandaid for Crashlytics #944 (#1376), thanks to Rogers George.
- Fix Class properties (#1400), thanks to Thomas Kollbach.
- Upgrade ParseFacebookUtils dependency to Facebook SDK v5.x (#1424) thanks to Herrick Wolber and Darren Black.