All Versions
37
Latest Version
Avg Release Cycle
81 days
Latest Release
1136 days ago

Changelog History
Page 1

  • v6.2.1 Changes

    February 16, 2021

    ๐Ÿ›  Fix

    • ๐Ÿ›  Fix EFCirclePointStyle to respect isTimingPointStyled settings.

  • v6.2.0 Changes

    November 21, 2021

    โž• Add

    • โž• Add EFPointStyle protocol to allow customizing foreground point style.

    ๐Ÿ—„ Deprecate

    • ๐Ÿ’… EFPointShape is deprecated. Use EFPointStyle instead.

  • v6.1.0 Changes

    April 08, 2021

    โž• Add

    • ๐Ÿ‘Œ Supports chaining EFQRCodeGenerator configuration methods.
    • EFQRCodeGenerator properties are now public.
    • ๐Ÿ†“ EFQRCodeGenerator.clearCache can be used to free up memories used for caching results.
    • ๐Ÿ“š English documentation is now available through Xcode quick help.
    • Swift: EFWatermarkMode.rectForWatermark(ofSize:inCanvasOfSize:) can be used to calculate the frame for watermark image in a canvas.
    • โœ… Objective-C: New tests to ensure APIs are available in Objective-C.

    ๐Ÿ”„ Change

    • ๐Ÿ”ง Renamed EFQRCodeGenerator configuration methods to be more consistent.
      • Renamed EFQRCode and reordered convenience generate function arguments to be consistent with generator methods.
    • ๐ŸŽ EFQRCodeGenerator now caches more generated contents to improve performance.
    • EFQRCodeRecognizer expects non-nil image and returns non-nil array of results. The returned array may still be empty.
    • EFIntSize is now an immutable, final class.
    • ๐Ÿ“‡ Renamed CGColor extensions white and black to omit first argument label.
    • ๐Ÿ”ง Objective-C: EFQRCodeGenerator and EFQRCodeRecognizer is now fully available to configure/use in Objective-C.

    ๐Ÿ—„ Deprecate

    • ๐Ÿ—„ EFQRCodeMode.none is now deprecated. Use nil and EFQRCodeMode? instead.

    โœ‚ Remove

    • EFUIntPixel is no longer a part of the public interface.
    • GIF generation no longer takes pathToSave parameter.
    • Objective-C: EFQRCode is no longer available in Objective-C. Use EFQRCodeGenerator and EFQRCodeRecognizer instead.

  • v6.0.0 Changes

    November 04, 2020

    โž• Add

    • โž• Add support to compile for macOS 10.10 using CocoaPods.

    ๐Ÿ”„ Changed

    • ๐Ÿ“ฆ swift_qrcodejs is now conditional dependency with Swift Package Manager 5.3+.

    โœ‚ Remove

    • โฌ‡๏ธ Drop iOS 8 support from CocoaPods with Xcode 12 #101;
    • โœ‚ Remove Core and watchOS subspecs #100.
      • Please integrate EFQRCode directly instead of using subspecs.
      • swift_qrcodejs should still be a conditional dependency for watchOS only.
  • v5.1.9 Changes

    November 04, 2020

    โž• Add

    • โž• Add Playgrounds with usage example #98.

    ๐Ÿ›  Fix

    • ๐Ÿ›  Fix SwiftPM syntax in README #99;
    • ๐Ÿ›  Fix GIF frame delay time setting #104;
    • Now generates QRCode with correct, specified content encoding on watchOS;
    • ๐Ÿ“Œ Pin swift_qrcodejs to 1.2.0, up to next minor #102.

  • v5.1.8 Changes

    September 18, 2020

    ๐Ÿ›  Fix

    • ๐Ÿ›  Fix issue #95

  • v5.1.7 Changes

    September 14, 2020

    โž• Add

    • โž• Add a contentEncoding parameter #90;
    • โž• Add compatibility with Catalyst dependencies #88.

    ๐Ÿ›  Fix

    • โšก๏ธ Update swift_qrcodejs to 1.1.4.

  • v5.1.6 Changes

    November 21, 2019

    ๐Ÿ›  Fix

    • โœ‚ Remove dependency EFFoundation.

  • v5.1.5 Changes

    November 20, 2019

    ๐Ÿ›  Fix

    • ๐Ÿ›  Fix podspec.

  • v5.1.4 Changes

    November 19, 2019

    ๐Ÿ›  Fix

    • ๐Ÿ›  Fix issue #83.