ReCaptcha v1.2 Release Notes

Release Date: 2018-03-12 // about 6 years ago
  • ๐Ÿ”‹ 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.