Skip to content

Latest commit

History

History
25 lines (15 loc) 路 619 Bytes

File metadata and controls

25 lines (15 loc) 路 619 Bytes

JavaScriptKit Changelog

馃敄 v2.0.1

Fixed

  • Fixed a crash for CocoaPods users related to resource bundles. Thanks @a2.

馃敄 v2.0.0

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

馃敄 v1.0.0

  • Inital Release