Skip to content

Releases: DavideViolante/ocr-space-api-wrapper

v2.3.2

23 Oct 09:25
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.1...v2.3.2

v2.3.1

13 May 15:13
Compare
Choose a tag to compare

What's Changed

  • Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #69
  • Bump @babel/traverse from 7.15.4 to 7.23.2 by @dependabot in #70
  • Bump follow-redirects from 1.15.2 to 1.15.4 by @dependabot in #71
  • Bump mocha from 10.3.0 to 10.4.0 by @dependabot in #74
  • Fix return type on TypeScript definition file, add Promise

Full Changelog: v2.3.0...v2.3.1

v2.3.0

04 Jun 12:39
e6a9b76
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.0...v2.3.0

v2.2.0

01 Feb 11:36
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.3...v2.2.0

v2.1.3

02 Nov 10:26
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.2...v2.1.3

v2.1.2

01 Sep 08:06
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.1...v2.1.2

v2.1.1

28 Mar 16:19
Compare
Choose a tag to compare

What's Changed

  • Update deps

Full Changelog: v2.1.0...v2.1.1

v2.1.0

17 Dec 12:14
Compare
Choose a tag to compare
  • Add TypeScript typings
  • Add npm publish GitHub Action
  • Update deps

v2.0.0

26 Oct 13:59
Compare
Choose a tag to compare
  • Breaking: to import the lib please use:
const { ocrSpace } = require('ocr-space-api-wrapper'); // ✅

instead of

const ocrSpace = require('ocr-space-api-wrapper'); // ❌
  • Update readme and add more info
  • Update deps
  • Add tests with mocha and coverage
  • Add GitHub Actions for CI and coverage

Full Changelog: v1.0.7...v2.0.0

v1.0.7

22 Oct 14:08
Compare
Choose a tag to compare
  • Update deps
  • Change from ESLint standard to Google