Skip to content

1.2

Compare
Choose a tag to compare
@fjcaetano fjcaetano released this 12 Mar 20:40
· 59 commits to master since this release

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.