Releases: meyfa/recaptcha-promise
Releases · meyfa/recaptcha-promise
v3.1.0
3.1.0 (2024-07-21)
Features
v3.0.2
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
3.0.1 (2023-07-23)
Miscellaneous Chores
v3.0.0
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
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
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
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
- 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
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
- Reduce amount of unneeded empty lines (582b5ec)
- Update repo data and license year (ae87cef)