Changelog
 2023-08-24
- Added Client-side errors.
 
 2023-07-31
- Added 
[turnstile.isExpired]. - Added 
uklanguage. 
 2023-05-25
- Added idempotency support for 
POST /siteverifyrequests via theidempotency_keyparameter. 
 2023-04-17
- Added references to Turnstile Public API.
 - Added references for 
[after-interactive-callback],[before-interactive-callback], and[unsupported-callback]. 
 2023-03-06
- Added 
[execution]and[appearance]. 
 2023-02-15
- Added the 
[turnstile.ready]callback. 
 2023-02-01
- Added the 
[data-]languageparameter. 
 2022-12-12
POST /siteverifysupports JSON requests now.
 2022-11-11
- Added 
retryandretry-intervalfor controlling retry behavior. 
 2022-10-28
- Renamed the 
[data-]expired-callbackcallback to[data-]timeout-callback(called when the challenge times out). - Added the 
[data-]expired-callbackcallback (called when the token expires). 
 2022-10-24
- Added 
response-fieldandresponse-field-namefor controlling the input element created by Turnstile. - Added option for changing the size of the Turnstile widget.
 
 2022-10-13
- Added validation for action: 
/^[a-z0-9_-]{0,32}$/i - Added validation for cData: 
/^[a-z0-9_-]{0,255}$/i 
 2022-10-11
- Added 
turnstile.remove