Skip to content

Latest commit

 

History

History
191 lines (126 loc) · 7.11 KB

CHANGELOG.md

File metadata and controls

191 lines (126 loc) · 7.11 KB

Change log

Release on 2017-11-26

  • Fixing the stopScanning method to avoid scan duplication (#127)
  • Fixing the camera display by removing the weak reference in the QRCodeReaderView (#120)

Release on 2017-09-21

Swift 4.0 supports

Release on 2017-08-10

  • [REFACTORING] Makes the QRCodeReaderView public
  • [REFACTORING] The rotation is now managed by the QRCodeReaderView

Release on 2017-05-28

  • [FIX] Overlay orientation

Release on 2017-04-16

  • [ADD] Make the QRCodeReader's metadataOutput property public

Release on 2017-03-29

Swift 3.1 supports

Release on 2017-02-09

  • [ADD] showOverlayView property in the QRCodeReaderViewControllerBuilder
  • [ADD] supportsMetadataObjectTypes can throw errors now
  • [FIX] reader(_:didSwitchCamera:) delegate method is now optional

Released on 2016-10-20.

  • [REFACTORING] The QRCodeReaderViewController's view is now build via the QRCodeReaderContainer
  • [REFACTORING] The ReaderOverlayView, SwitchCameraButton and ToggleTorchButton are now public
  • [ADD] The readerView property in the QRCodeViewControllerBuilder to allow view customization

Released on 2016-10-12.

  • [ADD] Specify starting camera position in the init of QRCodeReader object
  • [ADD] reader:didSwitchCamera delegate method

Released on 2016-09-13.

  • [FIX] Make type less ambiguous #58

Released on 2016-09-13.

Swift 3 supports

  • [REFACTORING] Use QRCodeReaderViewControllerBuilder instead of QRCodeViewControllerBuilder
  • [REFACTORING] Remove all deprecated apis
  • [ADD] Swift Package Manager supports

QRCodeReader:

  • Use didFindCode instead of didFindCodeBlock
  • Use isRunning instead of running
  • Use videoOrientation instead of videoOrientationFromDeviceOrientation
  • hasFrontDevice is a property
  • isTorchAvailable is a property

Released on 2016-09-08.

  • [REFACTORING] Deprecating all initializers expect initWithBuilder in order to remove them in the next version

Released on 2016-08-03.

  • [ADD] Hide/Display cancel button

Released on 2016-03-22.

Swift 2.2 supports

Released on 2016-03-14.

  • [REFACTORING] make the codeReader property public
  • [REFACTORING] Rename completionBlock of QRCodeReader to codeDidFoundBlock.
  • [ADD] stopScanningWhenCodeIsFound flag to stop the scanner when a code is found.

Released on 2016-01-12.

  • [FIX] value and type of QRCodeReaderResult are not optional.
  • [REFACTORING] Rename type to metadataType in QRCodeReaderResult.

Released on 2016-01-11.

  • [ADD] Return a QRCodeReaderResult instead of a string.
  • [ADD] Convenience init with QRCode metadata type.
  • [ADD] QRCodeViewControllerBuilder object with the corresponding init.

Released on 2015-11-07.

  • [FIX] Switch camera and toggle button under status bar #35

Released on 2015-10-20.

  • [UPDATE] Remove the final attribute of the QRCodeReaderViewController

Released on 2015-10-16.

  • [FIX] isAvailable access control property #29

Released on 2015-10-06.

  • [ADD] Options for hiding switch camera button and toggling torch on/off #27

Released on 2015-09-17.

Swift 2 supports

  • [ADD] Carthage supports

Released on 2015-07-10.

  • [UPDATE] Make the defaultDeviceInput, the frontDeviceInput and the metadataOutput properties accessible in read-only mode

Released on 2015-05-23.

  • [ADD] Init param to delay the start of scanning if necessary
  • [FIX] Readme #17
  • [FIX] Check the nullity of the defaultDeviceInput

Released on 2015-04-15.

  • [ADD] running property

Released on 2015-04-11.

Swift 1.2 supports

Released on 2015-03-28.

  • [ADD] Support all code types
  • [FIX] Many access methods #10

Released on 2015-03-04.

  • [ADD] isAvailable method
  • [ADD] areMetadataObjectTypesAvailable method

Released on 2015-03-01.

  • [REFACTORING] Split the QRCodeReaderViewController and QRCodeReader

Released on 2015-02-28.

  • [ADD] Front camera supports
  • [ADD] Overlay view
  • [ADD] Cocoapods supports
  • [FIX] Adjust layer when orientation did change #1
  • [FIX] Stop scanning when QRCode was read

Released on 2014-09-14.

  • Initialize with cancel button title
  • Supports only the default camera
  • Supports only AVMetadataObjectTypeQRCode