Skip to content

Releases: adamalfredsson/react-zxing

v2.0.2

25 Jul 15:03
Compare
Choose a tag to compare
Bump package version

v2.0.1

25 Jul 14:54
5c46109
Compare
Choose a tag to compare

What's Changed

v2.0.0

25 Jul 15:07
f853b17
Compare
Choose a tag to compare

Changed

  • Updated the @zxing/library dependency to 0.20.0.
  • Renamed onResult and onError to onDecodeResult and onDecodeError respectively.
  • Switched the onDecodeError error type to use the Exception class from @zxing/library.

Added

  • Introduced onError to handle errors that occur during initialization.