Skip to content

Releases: meyfa/recaptcha-promise

v3.1.0

21 Jul 08:35
33f0c62
Compare
Choose a tag to compare

3.1.0 (2024-07-21)

Features

v3.0.2

17 Nov 11:28
5a904ce
Compare
Choose a tag to compare

3.0.2 (2023-11-17)

Bug Fixes

  • Bump axios dependency range (#145) (0acca00)
  • deps: update dependency axios to v1.6.0 [security] (#142) (671f998)

v3.0.1

23 Jul 20:10
24ea702
Compare
Choose a tag to compare

3.0.1 (2023-07-23)

Miscellaneous Chores

v3.0.0

05 Jul 11:09
dfc76a5
Compare
Choose a tag to compare

3.0.0 (2023-07-05)

⚠ BREAKING CHANGES

  • Drop support for Node.js older than v18.16.1 (#112)

Miscellaneous Chores

  • Drop support for Node.js older than v18.16.1 (#112) (153a3ce)

v2.0.2

08 Oct 22:08
cad3c18
Compare
Choose a tag to compare

2.0.2 (2022-10-08)

Bug Fixes

  • deps: update dependency axios to ^1.1.2 (#79) (6e70601)
  • Use URLSearchParams instead of querystring (#77) (99200cf)

v2.0.1

06 Oct 17:50
f5507a6
Compare
Choose a tag to compare

2.0.1 (2022-10-06)

Bug Fixes

  • deps: update dependency axios to ^0.25.0 (#22) (189bd66)
  • deps: update dependency axios to ^0.26.0 (#30) (20e013f)
  • deps: update dependency axios to ^0.27.0 (#41) (4fdd277)
  • deps: update dependency axios to v1 (#73) (4b062da)

v2.0.0

28 Nov 20:35
3a5b927
Compare
Choose a tag to compare

What's Changed

  • feat: Convert everything to TypeScript by @meyfa in #10
  • chore: Add nyc and set up coverage reporting via CI and CodeClimate by @meyfa in #11
  • test: Refactor tests using simplified async/await by @meyfa in #12

Full Changelog: v1.1.0...v2.0.0

v1.1.0

14 Sep 11:01
0802f99
Compare
Choose a tag to compare
  • Dependency updates (PRs #1, #2, #3, #4, #5, #6, #8)
  • Improvement of project metadata (npm files array instead of .npmignore, etc) (#8)
  • GitHub Actions (#9)

v1.0.0

09 Oct 19:14
2abb7c4
Compare
Choose a tag to compare

Hooray! A major release! This release is 100% backwards-compatible, except for the minimum Node version (v10.0.0). Still, recaptcha-promise has matured enough to warrant a 1.0.0.

  • Add methods for creating locally-configured instances (dee2250)
  • Specify minimum Node version: 10.0.0 or newer (276d53c)

Modernizations behing the scenes:

  • Rewrite with async and Axios library, instead of Bluebird and Request (ed86630)
  • Use JS Standard style and configure linting (1225043)
  • Add package-lock.json (1225043)

Misc.:

v0.1.3

26 Jul 20:29
Compare
Choose a tag to compare
  • Reduce amount of unneeded empty lines (582b5ec)
  • Update repo data and license year (ae87cef)