Skip to content

Commit f9f934f

Browse files
committed
bump version to 1.1.0, update changelog
1 parent cc92b06 commit f9f934f

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## 1.1.0
2+
3+
- Breaking Change: Asynchronous support, APIs ended with `Async` support asynchronous call.
4+
- Breaking Change: `Rng.uniform,gaussian,next` returns a `Stream` now, [#135](https://github.com/rainyl/opencv_dart/pull/135)
5+
- Breaking Change: delete `xdata` of Mat, Make `Mat.fromList` copy data internally to avoid extra data management, now it will copy the input data 2 times
6+
- Breaking Change: `class MatType` -> `extension type const MatType(int value)`
7+
- remove the dependency of `equatable`
8+
- New: `ximgproc` and `xobjdetect` modules.
9+
- `(int, int).toSize(Arena arena)` -> `(int, int).asSize`
10+
- `(int, int).toPoint(Arena arena)` -> `(int, int).asPoint`
11+
- `(double, double, double, double).toScalar(Arena arena)` -> `(double, double, double, double).asScalar`
12+
- New: `Mat.fromRange`
13+
- New: `Point3i`, `VecPoint3i`
14+
- remove `BlockMeanHash.compareS`, `BlockMeanHash.computeS`
15+
- remove `FaceRecognizerSF.newRecognizer`
16+
- More info at: [#143](https://github.com/rainyl/opencv_dart/discussions/143)
17+
118
## 1.1.0-dev.1
219

320
- New: EXPERIMENTAL Asynchronous support by @abdelaziz-mahdy and @rainyl, try it and open an issue if you have any problems.

binary.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.0-dev.1
1+
1.1.0

pubspec.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: opencv_dart
22
description: "OpenCV4 bindings for Dart language and Flutter, using dart:ffi. The most complete OpenCV bindings for Dart! With asynchronous support now!"
3-
version: 1.1.0-dev.1
3+
version: 1.1.0
44
homepage: https://github.com/rainyl/opencv_dart
55

66
environment:
@@ -16,7 +16,6 @@ dependencies:
1616
args: ^2.5.0
1717
archive: ^3.6.1
1818
stack_trace: ^1.11.1
19-
meta: ^1.11.0
2019

2120
dev_dependencies:
2221
ffigen: ^12.0.0

0 commit comments

Comments
 (0)