Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 3.95 KB

CHANGELOG.md

File metadata and controls

44 lines (32 loc) · 3.95 KB

Parse-SDK-iOS-OSX Changelog

master

Full Changelog

  • Contributing to this repo? Add info about your change here to be included in next release

1.18.0

Full Changelog

New features

Improvements

Fixes

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.

Notice

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.

1.17.3

Full Changelog

New Features

Fixes