File tree 1 file changed +14
-6
lines changed
1 file changed +14
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ 6.2.1] ( https://github.com/EFPrefix/EFQRCode/releases/tag/6.2.1 ) (2021-02-16)
4
+
5
+ #### Fix
6
+
7
+ - Fix ` EFCirclePointStyle ` to respect ` isTimingPointStyled ` settings.
8
+
9
+ ---
10
+
3
11
## [ 6.2.0] ( https://github.com/EFPrefix/EFQRCode/releases/tag/6.2.0 ) (2021-11-21)
4
12
5
- ## Add
13
+ #### Add
6
14
7
15
- Add ` EFPointStyle ` protocol to allow customizing foreground point style.
8
16
9
- ## Deprecate
17
+ #### Deprecate
10
18
11
19
- ` EFPointShape ` is deprecated. Use ` EFPointStyle ` instead.
12
20
13
21
---
14
22
15
23
## [ 6.1.0] ( https://github.com/EFPrefix/EFQRCode/releases/tag/6.1.0 ) (2021-04-08)
16
24
17
- ## Add
25
+ #### Add
18
26
19
27
- Supports chaining ` EFQRCodeGenerator ` configuration methods.
20
28
- ` EFQRCodeGenerator ` properties are now public.
23
31
- Swift: ` EFWatermarkMode.rectForWatermark(ofSize:inCanvasOfSize:) ` can be used to calculate the frame for watermark image in a canvas.
24
32
- Objective-C: New tests to ensure APIs are available in Objective-C.
25
33
26
- ## Change
34
+ #### Change
27
35
28
36
- Renamed ` EFQRCodeGenerator ` configuration methods to be more consistent.
29
37
- Renamed ` EFQRCode ` and reordered convenience generate function arguments to be consistent with generator methods.
33
41
- Renamed ` CGColor ` extensions ` white ` and ` black ` to omit first argument label.
34
42
- Objective-C: ` EFQRCodeGenerator ` and ` EFQRCodeRecognizer ` is now fully available to configure/use in Objective-C.
35
43
36
- ## Deprecate
44
+ #### Deprecate
37
45
38
46
- ` EFQRCodeMode.none ` is now deprecated. Use ` nil ` and ` EFQRCodeMode? ` instead.
39
47
40
- ## Remove
48
+ #### Remove
41
49
42
50
- ` EFUIntPixel ` is no longer a part of the public interface.
43
51
- GIF generation no longer takes ` pathToSave ` parameter.
You can’t perform that action at this time.
0 commit comments