Skip to content

Releases: Cocoanetics/BarCodeKit

1.4.0

14 Jul 15:14
Compare
Choose a tag to compare

Support Swift Package Manager

Version 1.3.3

05 May 07:06
Compare
Choose a tag to compare

FIXED: some warnings related to duplicate entries in the encoding table for Code 39 and Code 93 Full ASCII
FIXED: Previous version was missing several commits mentioned in the release notes

Announcement: https://www.cocoanetics.com/2021/05/barcodekit-1-3-3/

Version 1.3.2

07 Jun 15:21
Compare
Choose a tag to compare

FIXED: Podspec didn't specify that pod is iOS compatible
FIXED: Some 9.4 warnings
FIXED: The option to suppress quiet zones caused barcodes to be shifted out of the center of the generated images.
CHANGED: Option to suppress quiet zones renamed to BCKCodeDrawingSuppressQuietZones

Announcement: https://www.cocoanetics.com/2018/06/barcodekit-1-3-2/

Version 1.3.1

03 Jun 12:38
Compare
Choose a tag to compare
  • ADDED: option to specify explicit barcode size
  • FIXED: incorrectly named methods and comments not matching the class name

Announcement: https://www.cocoanetics.com/2016/06/barcodekit-1-3-1/

Version 1.3.0

27 Feb 14:25
Compare
Choose a tag to compare
  • FIXED: Assertion failure when draing barcodes into graphics context with translated CTM
  • ADDED: Error messages on barcode generation localized in English, Japanese and German
  • ADDED: BCKCodeDrawingReduceBleedOption for reducing bleed on thermo printers
  • ADDED: POSTNET Implementation
  • ADDED: PLANET Implementation
  • ADDED: ISMN Implementation
  • ADDED: Added additional range and length checks to ISBN and ISMN
  • ADDED: Internal support for barcodes with partial bars
  • ADDED: BCKCodeDrawingCaptionFontPointSizeOption for specifying caption font size
  • ADDED: Share button to Demo which exports a PDF of any configured barcode via activity view
  • CHANGED: Internal implemention from NSString to BCKBarString
  • CHANGED: Migrated unit tests to XCTest

Announcement: http://www.cocoanetics.com/2014/10/barcodekit-1-3-0/

Version 1.2.0

27 Feb 14:25
Compare
Choose a tag to compare
  • ADDED: Mac Compatibility
  • ADDED: Demo App for Mac
  • ADDED: Option to specify barcode image background color
  • ADDED: Facing Identification Mark Code
  • ADDED: EAN-2 and EAN-5 Supplements
  • ADDED: Standard 2 of 5 Code
  • ADDED: Pharmacode One-Track Code
  • ADDED: Optimized Presentation for UPC-A
  • ADDED: ISSN Code
  • ADDED: ISBN Code
  • CHANGED: Codes now check if they are able to encode content and return an error message with the reason if not

Announcement: http://www.cocoanetics.com/2013/10/barcodekit-1-2-0/

Version 1.1.0

27 Feb 14:24
Compare
Choose a tag to compare
  • ADDED: Code 128 Implementation
  • ADDED: Code 93 Full ASCII Implementation
  • ADDED: Code 11 Implementation
  • ADDED: Code 39 Variants mod 43, Full ASCII (with and without mod 43)
  • ADDED: New drawing option for customizing the caption font
  • FIXED: Caption descenders get cut off for lowercase ASCII characters
  • CHANGED: Replaced caption drawing with Core Text
  • CHANGED: All codes cache their code characters after creating them
  • CHANGED: Demo App much improved

Announcement: http://www.cocoanetics.com/2013/09/barcodekit-1-1-0/

Version 1.0.1

27 Feb 14:24
Compare
Choose a tag to compare
  • ADDED: Implementation for Interleaved 2 of 5 Code

Announcement: http://www.cocoanetics.com/2013/08/barcodekit-1-0-1/

Version 1.0.0

27 Feb 14:25
Compare
Choose a tag to compare

Initial Release