Skip to content

Commit

Permalink
Update change log for 6.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ApolloZhu authored and EyreFree committed Feb 23, 2022
1 parent ae3dc3d commit a8f008a
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,28 @@
# Change Log

## [6.2.1](https://github.com/EFPrefix/EFQRCode/releases/tag/6.2.1) (2021-02-16)

#### Fix

- Fix `EFCirclePointStyle` to respect `isTimingPointStyled` settings.

---

## [6.2.0](https://github.com/EFPrefix/EFQRCode/releases/tag/6.2.0) (2021-11-21)

## Add
#### Add

- Add `EFPointStyle` protocol to allow customizing foreground point style.

## Deprecate
#### Deprecate

- `EFPointShape` is deprecated. Use `EFPointStyle` instead.

---

## [6.1.0](https://github.com/EFPrefix/EFQRCode/releases/tag/6.1.0) (2021-04-08)

## Add
#### Add

- Supports chaining `EFQRCodeGenerator` configuration methods.
- `EFQRCodeGenerator` properties are now public.
Expand All @@ -23,7 +31,7 @@
- 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
#### Change

- Renamed `EFQRCodeGenerator` configuration methods to be more consistent.
- Renamed `EFQRCode` and reordered convenience generate function arguments to be consistent with generator methods.
Expand All @@ -33,11 +41,11 @@
- 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
#### Deprecate

- `EFQRCodeMode.none` is now deprecated. Use `nil` and `EFQRCodeMode?` instead.

## Remove
#### Remove

- `EFUIntPixel` is no longer a part of the public interface.
- GIF generation no longer takes `pathToSave` parameter.
Expand Down

0 comments on commit a8f008a

Please sign in to comment.