Skip to content

Tags: FriendlyCaptcha/friendly-captcha-javascript

Tags

0.3.0

Toggle 0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add support for Risk Intelligence Retrieve endpoint (#12)

* Bump version, add response types, reorganize files

* wip client

* Add support for Risk Intelligence retrieve, add tests

* Call risk intelligence retrieve regardless of captcha state in example

* Simplify example in readme

* Make example print error on missing risk intelligence

* Update to Node 22.x in CI

* Add missing API error codes

0.2.1

Toggle 0.2.1's commit message
Bump to 0.2.1

0.2.0

Toggle 0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Improve package.json with extra fields (#10)

Add "repository" which is required for Trusted Publishing, but
also useful for having a link to the repository on npmjs.com.

Add "files" (replacing .npmignore) which will remove these from
our published tarball:

- .github/
- .prettierrc
- example/
- src/
- test/
- tsconfig.json

Add "publishConfig" to be explicit, and prevents problems if we forget
`--access public` in CI.

0.1.2

Toggle 0.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix import without extension (#6)

* Fix import without extension

* Update package lock

0.1.1

Toggle 0.1.1's commit message
Bump version number in example

0.1.0

Toggle 0.1.0's commit message
No test in release