Skip to content

Latest commit

 

History

History
124 lines (65 loc) · 5.58 KB

CHANGELOG.md

File metadata and controls

124 lines (65 loc) · 5.58 KB

Changelog

3.1.0 (2024-07-21)

Features

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)

3.0.1 (2023-07-23)

Miscellaneous Chores

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)

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)

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)

2.0.0 (2021-11-28)

What's Changed

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

1.1.0 (2021-09-14)

What's Changed

  • 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)

1.0.0 (2020-10-09)

What's Changed

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 (dee22509045899d0da19987e8da63abc40c17042)
  • Specify minimum Node version: 10.0.0 or newer (276d53ca07c9d496d909af31292da027e5fd22f4)

Modernizations behing the scenes:

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

Misc.:

  • Setup Travis CI (7e0f0425994a2ecbbbeb1dfb23198cbba27e2e1c)
  • Create unit tests (100c963643f176f4a742e432ef293cdd71537290, bcd5c92651a9f39ac07ed475be188601c53911ca)
  • Add .npmignore (46de9216169937effc750abe1add4c70a3c42b24)

0.1.3 (2017-07-26)

What's Changed

  • Reduce amount of unneeded empty lines (582b5ec68b332c3fa54194ecc6fa153fa2c00511)
  • Update repo data and license year (ae87cefafcd70946051404364edeb3800add18ae)

0.1.2 (2016-07-31)

What's Changed

  • Point out optionality of remote_address in example

0.1.1 (2016-07-19)

What's Changed

  • Make usage example more clear

0.1.0 (2016-07-19)

What's Changed

  • Add better description, usage, license to README
  • Add initial code & package.json
  • Initial commit