6.2.2 (2023-03-06)
- Fix compiler error when compiled using Xcode 14.3 #153
6.2.1 (2022-03-03)
- Fix
EFCirclePointStyle
to respectisTimingPointStyled
settings.
6.2.0 (2021-11-21)
- Add
EFPointStyle
protocol to allow customizing foreground point style.
EFPointShape
is deprecated. UseEFPointStyle
instead.
6.1.0 (2021-04-08)
- 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.
- Renamed
EFQRCodeGenerator
configuration methods to be more consistent.- Renamed
EFQRCode
and reordered convenience generate function arguments to be consistent with generator methods.
- Renamed
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
extensionswhite
andblack
to omit first argument label. - Objective-C:
EFQRCodeGenerator
andEFQRCodeRecognizer
is now fully available to configure/use in Objective-C.
EFQRCodeMode.none
is now deprecated. Usenil
andEFQRCodeMode?
instead.
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. UseEFQRCodeGenerator
andEFQRCodeRecognizer
instead.
6.0.0 (2020-11-04)
- Add support to compile for macOS 10.10 using CocoaPods.
swift_qrcodejs
is now conditional dependency with Swift Package Manager 5.3+.
5.1.9 (2020-11-04)
- Add Playgrounds with usage example #98.
- 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.
5.1.8 (2020-09-18)
- Fix issue #95
5.1.7 (2020-09-14)
- Update
swift_qrcodejs
to 1.1.4.
5.1.6 (2019-11-21)
- Remove dependency
EFFoundation
.
5.1.5 (2019-11-20)
- Fix podspec.
5.1.4 (2019-11-19)
- Fix issue #83.
5.1.3 (2019-10-13)
- Fix conflicts with
SwifterSwift
.
5.1.2 (2019-10-10)
- Fix
ciColor()
in extension of UIColor.
5.1.1 (2019-10-09)
- Add subspec
watchOS
.
- Make extensions internal;
- Update swift package;
- Update gif generation;
- Add dependency on
EFFoundation
.
5.1.0 (2019-09-17)
Add parameter ignoreTiming
.
5.0.1 (2019-09-11)
Fix issue #65.
5.0.0 (2019-03-31)
- Add documentation for some extension methods.
- Update to Swift 5;
- Improve internal implementation to allocate memory needed all at once.
- Remove Microsoft App Center SDK from examples.
4.5.0 (2019-01-13)
- Add point style
diamond
; - Add
Objective-C
support; - Add
accessibilityIgnoresInvertColors
support.
4.4.2 (2018-11-14)
- Add parameters to meet the needs of #50.
4.4.1 (2018-11-08)
- Add dependency on swift_qrcodejs.
4.4.0 (2018-11-05)
- Upgrade to Swift 4.2.
4.3.0 (2018-09-14)
- Update version.
4.2.2 (2018-01-09)
- Add multiple threads support for GIF.
4.2.1 (2018-01-09)
- Add border for watchOS.
4.2.0 (2018-01-03)
- Support watchOS;
- Add example for watchOS.
4.1.0 (2017-11-01)
- Add GIF support.
4.0.0 (2017-09-21)
- Update for Swift 4.
1.2.7 (2017-07-26)
- Add support for Objective-C.
1.2.6 (2017-07-25)
- Fix issue #21.
1.2.5 (2017-05-24)
- Add binarization;
- Add point shape.
- Fix issue #11.
1.2.4 (2017-04-23)
- Add example for macOS;
- Add example for tvOS.
- Fix iOS 8 error.
1.2.3 (2017-04-18)
- Fix CocoaPods platform.
1.2.2 (2017-04-17)
- Support Carthage;
- Support tvOS;
- Support macOS.
1.2.1 (2017-04-11)
- Change parameter size and iconSize from CGFloat to EFIntSize;
- Remove UIKit.
- Increase efficiency;
- Fix issue #4.
1.2.0 (2017-04-01)
- Add parameter foregroundPointOffset;
- Add parameter allowTransparent.
- Make it more Object-oriented;
- Make it faster and more effective;
- Improve demo;
- Improve documentation.
1.1.1 (2017-02-15)
- Detail modification;
- Improve documentation.
1.1.0 (2017-02-10)
- Add watermark image and some other feature.
- Remove UIImage extension;
- Improve documentation.
1.0.0 (2017-01-24)
First public release.