Skip to content

Releases: fjcaetano/ReCaptcha

1.6.0

04 Jan 21:07
1.6.0
Compare
Choose a tag to compare

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

02 Jul 14:18
Compare
Choose a tag to compare

Features

  • Swift 5.0 support
  • didFinishLoading callback notifier

Fixes

  • Improves resources loading validation (#72 #56 #60)

1.4.2

06 Dec 18:43
Compare
Choose a tag to compare

Fixes

  • Fix webview's resource loading detection (#56 #60)

1.4.1

12 Nov 18:37
Compare
Choose a tag to compare

Fixes

  • Fix RxSwift dependency version (#58)

1.4

27 Sep 19:28
Compare
Choose a tag to compare
1.4

Features

  • Support Swift 4.2
  • Enable validation to be skipped for testing

1.3.1

07 Sep 23:55
1.3.1
Compare
Choose a tag to compare

Fixes

  • Removing leftover print
  • Removing Result dependency from Carthage

1.3

06 Sep 18:55
Compare
Choose a tag to compare
1.3

Features

  • Locale support (#39)

Fixes

  • Reset not flagging ReCaptha as ready-to-execute (#36)
  • Multiple configure calls after app being idle (#40)

1.2

12 Mar 20:40
Compare
Choose a tag to compare
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

29 Jan 14:17
Compare
Choose a tag to compare
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

10 Jan 15:57
Compare
Choose a tag to compare
  • Fix: Better detection of resources loading end (#16)