Skip to content

Latest commit

 

History

History
84 lines (52 loc) · 2.47 KB

CHANGELOG.md

File metadata and controls

84 lines (52 loc) · 2.47 KB

MTBBarcodeScanner CHANGELOG

1.3.2

Enhancements:

  • Use AVCaptureSessionPresetHigh for session preset for higher quality video. (Thanks @rshevchuk!)

1.3.1

Bug Fixes:

  • Removed CocoaPods build phases from test target to fix issue #19.

1.3.0

Enhancements:

  • Added support for the following:
    • AVMetadataObjectTypeInterleaved2of5Code
    • AVMetadataObjectTypeITF14Code
    • AVMetadataObjectTypeDataMatrixCode

Thanks to @hdoria for bringing this to my attention!

1.2.0

Enhancements:

  • The capture preview layer now inherits the corner radius of the previewView's layer. Thanks @tupps!

1.1.18

Enhancements:

  • Removed scanningIsAvailable and scanningIsAvailableAndAllowed methods in favor of requestCameraPermissionWithSuccess:, which requests camera permission and returns the result in a block.

0.1.8

Enhancements:

  • Added scanningIsAvailableAndAllowed and scanningIsProhibited methods. Thanks to @MattLewin for the fix!

0.1.7

Bug Fixes:

  • Fixed issue with preview orientation when starting in landscape. Thanks to @laptobbe for the fix!

0.1.6

Bug Fixes:

  • Updated captureOrientationForInterfaceOrientation to handle all cases, including the new UIInterfaceOrientationUnknown. Thanks to @emilstahl for the fix!
  • Updated sample project to recommended settings for Xcode 6

0.1.5

Bug Fixes:

  • stopScanning was not correctly discarding the existing session, causing a lock.
  • Scanner now stops scanning on a background thread

Thanks to @brandonschlenker for the fix!

0.1.4

Bug Fixes:

  • The logic to check for the unsupported type (AVMetadataObjectTypeFace) was inverted. Thanks to @Dario848 for the fix!

0.1.3

Bug Fixes:

  • Fixed issue with setting auto range restriction and focus point of interest on older models of iPads

0.1.2

Version 0.1.2 adds improvements to documentation and formatting.

Demo Project Enhancements:

  • Added Kiwi testing framework

0.1.1

Features:

  • Allow calling of stopScanning if scanning is unavailable to the device to make everything a little cleaner

Bug Fixes:

  • Fixed issue with podspec source_files attribute

0.1.0

Initial release.