Skip to content

Releases: spothero/BarcodeHero-iOS

0.5.0: BarcodeHeroUI Target Support

14 Oct 20:20
aa8b186
Compare
Choose a tag to compare
Pre-release

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

08 Oct 00:25
Compare
Choose a tag to compare
0.4.0: SPM Support Pre-release
Pre-release
IOS-1321: Introduce SPM support, bump to 0.4.0 (#29)

0.2.2: Native Barcode Type Parameter Support

08 Oct 00:30
Compare
Choose a tag to compare

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

08 Oct 00:29
Compare
Choose a tag to compare
Pre-release

Fixes issues with the podspec as well as errors in BHCameraScanController.

0.2.0: BHCameraScanController, subspec support

08 Oct 00:28
Compare
Choose a tag to compare

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

08 Oct 00:27
Compare
Choose a tag to compare
Pre-release

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.