Skip to content

Releases: verifalia/verifalia-js-sdk

v4.1

11 Jan 12:53
Compare
Choose a tag to compare
  • Added support for API v2.5
  • Added support for classification override rules
  • Added support for AI-powered suggestions
  • Improved documentation

v4.0

03 Mar 09:23
Compare
Choose a tag to compare
  • Added support for API v2.4
  • Added support for new completion callback options
  • Added support for parked mail exchangers detection
  • Added support for specifying a custom wait time while submitting and retrieving email verification jobs
  • Breaking change: renamed WaitingStrategy into WaitOptions and refactored the latter so that it now allows to adjust the underlying polling wait times
  • Breaking change: the default job submission and retrieval behavior is now to wait for the completion of jobs (but it is possible to change that through the new WaitOptions class)
  • Improved documentation

v3.2.2

24 Mar 17:40
Compare
Choose a tag to compare

Fixed TypeScript definitions for optional fields (thanks @pierlucg-xs)
Fixed bogus node-fetch dependency in rollup's config

v3.2.1

11 Dec 06:49
Compare
Choose a tag to compare

Fixed form-data dependency, moved debug to devDependencies.

v3.2.0

16 Oct 07:45
Compare
Choose a tag to compare

v3.1.0

08 Oct 08:03
Compare
Choose a tag to compare

Added the underlying fetch / node-fetch Response instance to RestResponse, to support advanced usage scenarios where accessing the original fetched object could be useful (headers, for example).
Deprecated the older status, statusText and body properties of RestResponse, left for backward compatibility only (just use response).

v3.0.3

07 Oct 15:53
Compare
Choose a tag to compare

Minor fix: improved the way options can be specified for file submissions.

v3.0.2

30 Sep 10:35
Compare
Choose a tag to compare

Fixed a minor issue with browser app-key auth.

v3.0.1

19 Nov 10:39
Compare
Choose a tag to compare

Added ESLint support
Improved API endpoints shuffling algorithm
Improved JSDoc documentation
Fixed inclusion of TypeScript definition files
Removed deprecated TSLint support

v3.0

09 Nov 07:32
Compare
Choose a tag to compare

Upgraded to API v2.2
Added support for ES modules in Node
Added support for listing email validation jobs
Added support for submitting files
Added support for promise cancellation
Added build artifacts for ESM, CommonJS, AMD, UMD, System.js, IIFE
Removed dependency on Axios