Releases: DavideViolante/ocr-space-api-wrapper
Releases · DavideViolante/ocr-space-api-wrapper
v2.3.2
What's Changed
- Bump braces from 3.0.2 to 3.0.3 by @dependabot in #75
- Bump mocha from 10.4.0 to 10.5.2 by @dependabot in #76
- Bump nyc from 15.1.0 to 17.0.0 by @dependabot in #77
- Bump mocha from 10.5.2 to 10.7.0 by @dependabot in #78
- Bump mocha from 10.7.0 to 10.7.3 by @dependabot in #79
- Bump nyc from 17.0.0 to 17.1.0 by @dependabot in #80
- Export more types for TypeScript by @DavideViolante in efe6afb
Full Changelog: v2.3.1...v2.3.2
v2.3.1
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
What's Changed
- Add TypeScript typings by @DavideViolante in #67
- Bump eslint from 8.39.0 to 8.41.0 by @dependabot in #65
New Contributors
- @DavideViolante made their first contribution in #67
Full Changelog: v2.2.0...v2.3.0
v2.2.0
What's Changed
- Restore axios v0.27.2
- Bump mocha from 10.1.0 to 10.2.0 by @dependabot in #56
- Bump json5 from 2.2.0 to 2.2.3 by @dependabot in #58
- Bump eslint from 8.31.0 to 8.33.0 by @dependabot in #60
Full Changelog: v2.1.3...v2.2.0
v2.1.3
What's Changed
- Bump mocha from 10.0.0 to 10.1.0 by @dependabot in #54
- Bump eslint from 8.24.0 to 8.26.0 by @dependabot in #52
- Bump axios from 0.27.2 to 1.1.3 by @dependabot in #53
Full Changelog: v2.1.2...v2.1.3
v2.1.2
What's Changed
- Bump axios from 0.26.1 to 0.27.2 by @dependabot in #44
- Bump mocha from 9.2.2 to 10.0.0 by @dependabot in #47
- Bump eslint from 8.20.0 to 8.23.0 by @dependabot in #50
Full Changelog: v2.1.1...v2.1.2
v2.1.1
v2.1.0
- Add TypeScript typings
- Add npm publish GitHub Action
- Update deps
v2.0.0
- 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
- Update deps
- Change from ESLint standard to Google