Skip to content

Commit

Permalink
bump to 4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JarvanMo committed May 17, 2023
1 parent be8abd4 commit 2aa8580
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# 4.2.2
* 删除iOS在registerApi并且开启logging时自动自检
* 删除iOS在registerApi并且开启debug_logging时自动自检
* 为iOS增加自检方法selfCheck
* subscribeResponse, unsubscribeResponse已废弃。
* 新增addSubscriber, removeSubscriber
* addSubscriber会返回Cancelable对象,可以直接调用cancel()函数。

# 4.2.1
* 支持选用scene_delegate.
Expand Down
6 changes: 6 additions & 0 deletions test/fluwx_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,12 @@ class MockFluwxPlatform
throw UnimplementedError();
}

@override
Future<void> selfCheck() {
// TODO: implement selfCheck
throw UnimplementedError();
}

}

void main() {
Expand Down

0 comments on commit 2aa8580

Please sign in to comment.