- 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
- Updated to support Xcode 7.3 and Swift 2.2
- Updated
ELJSBridgeError
to beErrorType
- Changed all
NSError
parameters toErrorType
- 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