Skip to content

v2.0.0

Choose a tag to compare

@adamalfredsson adamalfredsson released this 25 Jul 15:07
· 34 commits to main since this release
f853b17

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.