diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e09a67..f533571 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.10.0 + +* added `EncodeParams` +* replaced `int` type with `EccLevel` enum for error correction level +* added `ratio`, `maxTextLength`, and `isSupportedEccLevel` to Format for encoding barcodes +* renamed `Params` to `DecodeParams` +* fixed issue where images were being inverted when using `zx` methods + ## 0.9.1 * fixed memory leaks diff --git a/pubspec.yaml b/pubspec.yaml index 7dde2c2..11c56bc 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_zxing description: A barcode scanner and generator natively in Flutter with Dart FFI based on ZXing. -version: 0.9.1 +version: 0.10.0 repository: https://github.com/khoren93/flutter_zxing environment: