Releases: anngth/react-native-image-code-scanner
Releases · anngth/react-native-image-code-scanner
Release list
v1.2.0
Changes
- chore: update CI workflows to remove conditional checks for versioned tags in Android and iOS builds, and refine publish job conditions (c7244b7)
- docs: enhance README to clarify QR/barcode scanning capabilities and add use cases (10a0394)
- chore(deps): bump flatted from 3.3.3 to 3.4.2 (8cd1409)
- chore(deps): bump fast-xml-parser from 4.5.4 to 4.5.5 (f05c728)
- chore(deps): bump picomatch from 2.3.1 to 2.3.2 (c5449e8)
- chore(deps): bump defu from 6.1.4 to 6.1.6 (4500d2c)
- chore(deps): bump node-forge from 1.3.3 to 1.4.0 (1c81748)
- chore(deps): bump lodash from 4.17.23 to 4.18.1 (a193fd1)
- chore(deps): bump basic-ftp from 5.2.0 to 5.2.2 (ef329c3)
- chore(deps): bump ip-address from 10.1.0 to 10.2.0 (9ea5fb1)
- chore(deps): bump fast-uri from 3.1.0 to 3.1.2 (15d22f8)
- chore(deps): bump @babel/plugin-transform-modules-systemjs (8f8ba49)
- chore(deps): bump shell-quote from 1.8.3 to 1.8.4 (1b58b15)
- chore(deps): bump form-data from 3.0.4 to 3.0.5 (dcf5c47)
- chore: update repository references and enhance documentation (d789559)
- chore: update XCODE_VERSION to latest-stable in CI workflow (78b431c)
- chore(deps): bump js-yaml from 3.14.2 to 3.15.0 (bd4e94e)
- ci: pin ios build xcode version (1637b4b)
- ci: scope ios turbo cache by xcode (96c4081)
- chore(deps): bump ws from 6.2.3 to 6.2.4 (01884ff)
- chore(deps): bump launch-editor from 2.12.0 to 2.14.1 (338b467)
- chore(deps-dev): bump @babel/core from 7.28.6 to 7.29.6 (78ce967)
- chore(deps-dev): bump turbo from 1.13.4 to 2.9.14 (7fe0139)
- chore(deps-dev): bump turbo from 2.9.14 to 2.10.4 (26f48da)
- chore(turbo): add passThroughEnv for Android build tasks (2bb0c07)
- feat: add configurable scan preprocessing (0019d22)
- chore(android): align min sdk support (bd76f64)
- chore: tighten package validation and checks (2cd3ed2)
- docs: update scanner usage and release notes (fa16d2f)
- fix: enhance boolean option reading to support number types (6599346)
- chore(deps-dev): update dependencies in package.json and yarn.lock (3ce0017)
- fix: capture self in async blocks for barcode detection error handling (b511b44)
- chore(deps-dev): pin @react-native/eslint-config and @react-native/eslint-plugin versions to 0.79.2 (64fee6f)
- refactor: improve image processing logic and error handling in ImageCodeScanner (760eb38)
- fix(ios): avoid double EXIF orientation after large image scaling (aaeace6)
- feat: enhance barcode format selection and add preprocessing options (7de598d)
- docs: update example setup instructions (718ca2d)
- chore(example): configure Expo dev client (6d448de)
- fix(example): update image picker media types (d54fdb7)
- chore(docs): update Android minimum SDK version to 24 in compatibility and README files (a84f554)
- fix(ImageCodeScanner): improve error handling for unsupported image URI schemes and streamline image processing flow (d3a6365)
- docs(README): clarify image picker compatibility and update React Native version compatibility note (a15122d)
- chore: release 1.2.0 (cfe62af)
Full Changelog: v1.1.3...v1.2.0
v1.1.3
Changes
- chore(deps): bump node-forge from 1.3.1 to 1.3.2 (a20cd4d)
- chore(deps): bump undici from 6.22.0 to 6.23.0 (ab8e453)
- chore(deps): bump lock (db691c6)
- chore(deps): bump qs from 6.14.1 to 6.14.2 (d8172a5)
- chore(deps): bump @isaacs/brace-expansion from 5.0.0 to 5.0.1 (3476a5b)
- chore(deps): bump basic-ftp from 5.1.0 to 5.2.0 (446a8ca)
- chore(deps): bump fast-xml-parser from 4.5.3 to 4.5.4 (4ca2283)
- chore: update README and example documentation for clarity and conciseness (9ad611c)
- fix(android): cleanup temporary bitmaps after scan (033077c)
- fix(ios): normalize UPC_A mapping from EAN_13 when requested (8fc7eb9)
- test: add scanner wrapper coverage for defaults and format passthrough (fd0054e)
- chore: align example entrypoint, update release tooling, and configure dependabot (6f06d9e)
- chore: simplify release-it configuration by changing preset format (7a44923)
- chore: update Node.js version to 24.0.0, remove deprecated release-it plugin, and enhance GitHub Actions workflows (37093fc)
- chore: release 1.1.3 (611b8b8)
Full Changelog: v1.1.2...v1.1.3
v1.1.2
Changes
- chore: enhance GitHub Actions workflow to fetch previous tags and generate detailed release notes (e96ef64)
- docs: update README to include --clean option in prebuild command for clarity (e018b18)
- chore(deps-dev): bump @react-native-community/cli from 15.0.0 to 17.0.1 (09068fa)
- fix(android): barcode scan returns empty array despite successful detection (b867af5)
- fix(android): replace BaseReactPackage with ReactPackage for RN 0.70-0.73 compatibility (096b179)
- chore(deps): bump js-yaml from 3.14.1 to 3.14.2 (c676001)
- chore(deps): update babel and ark dependencies (14a82e0)
- chore(ci): simplify release workflow with release-it integration (976f9e1)
- chore: release 1.1.2 (330689e)
Full Changelog: v1.1.1...v1.1.2
Release v1.1.1
Release v1.1.0
What's Changed
- chore: improve README badges and harden publish workflow by @nguyenthanhan in #3
Full Changelog: v1.0.0...v1.1.0
📋 Read CHANGELOG for more details
Release v1.0.0
Changes
See CHANGELOG.md for details.