Releases: fjcaetano/ReCaptcha
Releases · fjcaetano/ReCaptcha
1.6.0
Features
- RxSwift 6.0.0 support (#101)
- Added 2 new cases to ReCaptchaError (
.responseExpired
and .failedRender
) (#79)
Fixes
- Retire JS arrow functions in favor of standard functions (#78)
1.5.0
Features
- Swift 5.0 support
didFinishLoading
callback notifier
Fixes
- Improves resources loading validation (#72 #56 #60)
1.4.2
Fixes
- Fix webview's resource loading detection (#56 #60)
1.4.1
Fixes
- Fix RxSwift dependency version (#58)
1.4
Features
- Support Swift 4.2
- Enable validation to be skipped for testing
1.3.1
Fixes
- Removing leftover print
- Removing Result dependency from Carthage
1.3
Features
Fixes
- Reset not flagging ReCaptha as ready-to-execute (#36)
- Multiple configure calls after app being idle (#40)
1.2
Features
- Resettable ReCaptchas. (#23)
- Forcing visible challenge on DEBUG. (#19)
Fixes
- Better encapsulation architecture.
- Retiring Result dependency. (#24)
validate
completion closure being called consecutively. (#29)
configureWebView
being called multiple times. (#31)
Breaking Changes
ReCaptchaResult
has been refactored. For compatibility reasons, dematerialize
has been kept.
ReCaptcha.rx.validate
now has the token String as the stream element. Therefore, errors may be thrown.
1.1
- Fix: Better logging for when protocol isn't found on
- Fix: Alternate endpoint not loading
- Fix: Prepends a scheme if doesn't have one
1.0.2
- Fix: Better detection of resources loading end (#16)