Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.54 KB

CHANGELOG.md

File metadata and controls

43 lines (27 loc) · 1.54 KB
  • Updated to require ELFoundation v3.0.0
  • Migrated to Swift 3
  • Added support for Xcode 8, Swift 2.3, and iOS SDK 10
  • Added Target Dependencies for iOS and macOS

Breaking Changes

  • Updated to support Xcode 7.3 and Swift 2.2
  • Updated ELJSBridgeError to be ErrorType
  • Changed all NSError parameters to ErrorType
  • Updated to support Xcode 7 and Swift 2.1
  • Set ONLY_ACTIVE_ARCH = NO for QADeployment configuration
  • Added QADeployment configuration to match main project
  • Changed product name of ELJSBridge target to ELJSBridge
  • Changed bundle identifider suffix to ios
  • Added default behavior for lack of an outputHandler on the Console object.
  • Separated Global/Console, added Scriptable protocol, and made bridge additions more explicit.
  • Support for OS X.
  • Added a mechanism to enable a native implementation of common global JS functions
  • Add copy framework build phase to test target
  • Add support for installation via Carthage