-
RxSwift 6.0.0 support (#101)
-
Feature: added 2 new cases to ReCaptchaError (
.responseExpired
and.failedRender
) (#79) -
Fix: retire JS arrow functions in favor of standard functions (#78)
-
Swift 5.0 support
-
Feature:
didFinishLoading
callback notifier -
Fix: Resources loading validation (#72 #56 #60)
- Fix: Webview's resource loading detection (#56 #60)
- Fix RxSwift dependency version (#58)
- Feature: Support Swift 4.2
- Feature: enable validation to be skipped for testing
- Fix: Removing leftover print
- Fix: Removing Result dependency from Carthage
-
Feature: Locale support (#39)
-
Fix: Reset not flagging ReCaptha as ready-to-execute (#36)
-
Fix: Multiple configure calls after app being idle (#40)
-
Feature: Resettable ReCaptchas. (#23)
-
Feature: Forcing visible challenge on DEBUG. (#19)
-
Fix: Better encapsulation architecture.
-
Fix: Retiring Result dependency. (#24)
-
Fix:
validate
completion closure being called consecutively. (#29) -
Fix:
configureWebView
being called multiple times. (#31)
- Fix: better logging for when protocol isn't found on
- Fix: Alternate endpoint not loading
- Fix: Prepends a scheme if
baseURL
doesn't have one
- Fix: Better detection of resources loading end (#16)
- Fix: Webview content being dismissed when clicking outside of div frame area (#14)
- Swift 4 support
- Carthage support
- Refactored framework errors
- Alternate endpoint to bypass firewall limitations (#10)
- Fix: JS not loaded (#7)
- Fix: Wrong Domain retrieving (#6)
- Removing
presenterView
from ReCaptchaWebViewManager - Adding view to
validate(on:)
parameters