Skip to content

🔖 2.0.0

Latest
Compare
Choose a tag to compare
@alexaubry alexaubry released this 23 Dec 15:20
· 3 commits to master since this release
2.0.0
63deb4f

New Features

  • Cleaner API: the web view is now responsible for evaluating the expression, to align with the existing WebKit API (WKWebView.execute(expression:completionHandler:))

Changes

  • Remove dependency on Result, we will migrate to the native type when Swift 5 is available
  • Move to Swift 4.2 and Xcode 10
  • Update documentation
  • Simplified tests
  • Add Fastlane and Azure DevOps support