Comparing version 1.7.0 to 1.7.1
@@ -6,2 +6,10 @@ # Change Log | ||
<a name="1.7.1"></a> | ||
## [1.7.1](https://github.com/sarneeh/reaptcha/compare/v1.7.0...v1.7.1) (2019-12-28) | ||
### Bug Fixes | ||
- add getResponse method ([ab57db7](https://github.com/sarneeh/reaptcha/commit/ab57db7)) | ||
<a name="1.7.0"></a> | ||
@@ -8,0 +16,0 @@ |
@@ -37,2 +37,4 @@ import * as React from 'react'; | ||
public renderExplicitly(): Promise<void>; | ||
public getResponse(): Promise<string>; | ||
} |
{ | ||
"name": "reaptcha", | ||
"version": "1.7.0", | ||
"version": "1.7.1", | ||
"description": "Google reCAPTCHA for React", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -223,7 +223,8 @@ ![Reaptcha](https://i.imgur.com/44zEjD5.png) | ||
| Name | Returns | Description | | ||
| ---------------- | --------------- | ----------------------------------------- | | ||
| renderExplicitly | `Promise<void>` | Renders the reCAPTCHA instance explicitly | | ||
| reset | `Promise<void>` | Resets the reCAPTCHA instance | | ||
| execute | `Promise<void>` | Executes the reCAPTCHA instance | | ||
| Name | Returns | Description | | ||
| ---------------- | ----------------- | ----------------------------------------- | | ||
| renderExplicitly | `Promise<void>` | Renders the reCAPTCHA instance explicitly | | ||
| reset | `Promise<void>` | Resets the reCAPTCHA instance | | ||
| execute | `Promise<void>` | Executes the reCAPTCHA instance | | ||
| getResponse | `Promise<string>` | Returns the reCATPCHA response | | ||
@@ -230,0 +231,0 @@ ### Render prop |
48145
671
299