All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- None.
- Revert wrong modified for thread.
- Change
bridges
access modifier to open.
- Deprecation cocoapods support.
- Remove userScripts property.
- Support Swift Package Manager.
- Change
JSValueType
description to string value.
- Support native return to JavaScript as Promise.
- Add
logEnabled
property. (default:true
) - Add
callbackTimeout
property. (default:10
)
- Rename
shouldSafeMethodCall
toignoreMethodCallWhenReceivedNull
. - Rename
shouldConvertJSONString
toconvertsToDictionaryWhenReceivedJsonString
.
- Fix an issue where string composed of numbers were cast to
JSInt
by parsing top-level objects asJSONSerialization
withallowFragments
read option.
- Migrate to Swift 4.2.
- Fix an issue where compile error with Xcode 9 in Swift 4 mode.
- None.
- Fix build error with Xcode 9.
- Fix build error with Xcode 9.
- Change method invocation notification send order.
- Add
shouldConvertJSONString
option.
- Fix to read methods of higher protocols.
- Fix JSON parse error.
- Fix cast arguments.
- Add method invocation notification.
- Add
shouldSafeMethodCall
property.
- Migrate to Swift 3.
- None.
- Fix an issue where swift value type was parsed incorrectly.
- First release.