- Added caret semver to
cordova-plugin-add-swift-support
#80 - [iOS] Fixed handling of invalid TXTRecord keyValues that crash #86
- [iOS] updating cordova-plugin-add-swift-support dependency to 2.0.2
- [Android] updating JmDNS dependency to 3.5.5
- [iOS] updating cordova-plugin-add-swift-support dependency to 2.0.1
- [iOS] support Swift 4
- [Android] updating JmDNS dependency to 3.5.4
- [Android] preventing crash (ConcurrentModificationException and RuntimeException)
- [iOS] updating cordova-plugin-add-swift-support dependency to 1.7.2
- [Android] acquiring Multicast lock on browsing only
- [iOS] updating cordova-plugin-add-swift-support dependency to version 1.7.1
- Added
reInit()
method to allow for runtime plugin reset - [iOS] Added
close()
callback (per #52) - [iOS] Added
stop()
callback
- [Android] fixing NPE when calling close right after unwatch and stop right after unregister
- [Android] fixing getHostName for API 26+
- [Android] upgrading jmdns should fix slow closing
- [Android] upgrading to org.jmdns:jmdns:3.5.3
- [Android] fixing watchAddressFamily option not applied
- [iOS] setting version of cordova-plugin-add-swift-support dependency.
- new 'resolved' event
- [Android] fixing unwatch does not return
- Changelog moved to CHANGELOG.md
- [Android] speed discovery up using new configuration options: registerAddressFamily and watchAddressFamily
- [Android] upgrading to org.jmdns:jmdns:3.5.2
- plugin.xml: moving js clobbers from global to only supported platforms
- [iOS] fix for empty txtRecords
- [Android] listening on all multicast and non-loopback interfaces instead of first found IPv4 and first found IPv6
- [Android] fixing java.util.concurrent.RejectedExecutionException (BrowserManager.serviceAdded)
- [Android] re-registering while DNS entry is still cached causes IllegalStateException
- [Android] check that NetworkInterface.supportsMulticast
- [iOS] add Hostname.m to the target
- new getHostname function
- added parameter for domain
- added success/failure callbacks
- normalized service object
- more ipv6 support