Skip to content

Releases: clutter/SplitScreenScanner

8.1.0

27 Aug 01:06
d72892e
Compare
Choose a tag to compare

Features:

  • SplitScannerCoordinator now exposes a new cancelScannedBarcode(_ barcode: String) as a public method, allowing library users to cancel a scan.

8.0.0

23 Aug 22:42
Compare
Choose a tag to compare

Features:

  • Keep the scanner blocked after it re-appears
  • Remove auto dismiss on didPressDoneButton
  • Rename done button to dismiss
  • Make scanner dismiss button title customizable

7.1.0

25 Jul 22:42
01695db
Compare
Choose a tag to compare

Features:

  • Allows for manually popping the coordinator from outside of itself, which subsequently allows for safe dismissal from the presenting controller.

7.0.2

15 Jul 19:30
baa4b4e
Compare
Choose a tag to compare

Patch:

  • The size of cells in the scan history table will now be adjusted to fit the text of the message inside.

7.0.1

10 Jul 20:17
Compare
Choose a tag to compare

Patch:

  • Fixes bug where scan results added manually did not appropriately trigger dismissal

7.0.0

26 Jun 20:24
6ad8fe6
Compare
Choose a tag to compare

Breaking:

  • Adds new pending case to ScanResult
  • Adds the ability to manually add a result to the scan history by calling addScanResult

6.1.0

16 May 22:04
dafe114
Compare
Choose a tag to compare

Features:

  • Allows the scanner to be dismissed upon a user-defined scan result

6.0.0

16 Nov 02:37
3649181
Compare
Choose a tag to compare

Breaking:

  • Update to Swift 4.2 (#33)

5.0.0

03 Aug 00:37
5d2aaef
Compare
Choose a tag to compare

Breaking:

  • The ScanHistoryDataSource protocol now requires the tableViewHeaderSubtitle property, which is used to populate or hide the subtitle for the scanHistoryTableView (#27)
    • The tableViewHeader property in ScanHistoryDataSource has been renamed to tableViewHeaderTitle to better convey its purpose

4.1.0

20 Jul 18:46
7f4df00
Compare
Choose a tag to compare

Features

  • The scan-to-continue timeout has been increased, and is no longer explicitly specified as 30 seconds in README.md (#25)