Releases: spothero/BarcodeHero-iOS
0.5.0: BarcodeHeroUI Target Support
BarcodeHeroUI
is now supported via SPM. In order to support SPM, we had to drop all resources from the package. This meant programmatically assigning constraint and otherwise to the BHCameraScanController
.
When SPM introduces resource support, we can circle back and update this... or perhaps even leverage SwiftUI
instead where available.
0.4.0: SPM Support
IOS-1321: Introduce SPM support, bump to 0.4.0 (#29)
0.2.2: Native Barcode Type Parameter Support
Cleaned up the BHCameraScanController
and properly implemented BHFilterParameters
for the native barcode types so a user can pass in values properly.
0.2.1: BHCameraScanController fixes
Fixes issues with the podspec
as well as errors in BHCameraScanController
.
0.2.0: BHCameraScanController, subspec support
Implemented the BHCameraScanController
, which allows the reading of all AVMetadataMachineReadableCodeObject
types.
Both the Core
and UI
subspecs are now implemented.
0.1.0: Proof of Concept
The initial implementation of BarcodeHero.
This version includes support for generating the following barcode types: Aztec, Code 39, Code 39 mod 43, Code 128, EAN-8, EAN-13, ISBN-13, ISSN-13, Interleaved 2 of 5, ITF-14, PDF417 QR, and UPC-E.
The podspec is separate into two subspecs: Core and UI. Core is complete, but UI is untested and unfinished.