diff --git a/CHANGELOG.md b/CHANGELOG.md index 752b2d7..0f276b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -81,4 +81,15 @@ ## 0.2.0-dev.5 * Removed unnecessary platform exceptions. -* Updated dependencies. \ No newline at end of file +* Updated dependencies. + +## 0.2.0 + +* Rewrote the plugin using pigeon. +* Removed unnecessary platform exceptions. +* Updated signalr for iOS. +* Updated all dependencies to the latest. +* **Breaking Changes**: + * `invokeMethod` now take only strings as arguments instead of dynamic. + * `invokeMethod` now returns only string as result. + * `hubCallback` now also returns string as message instead of dynamic. \ No newline at end of file diff --git a/example/pubspec.lock b/example/pubspec.lock index 5a24bc4..b194746 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -108,7 +108,7 @@ packages: path: ".." relative: true source: path - version: "0.2.0-dev.5" + version: "0.2.0" sky_engine: dependency: transitive description: flutter diff --git a/pubspec.yaml b/pubspec.yaml index d58121b..ff927bd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,8 @@ name: signalr_flutter description: A flutter plugin for .net SignalR client. This client is for ASP.Net SignalR, not for .Net Core SignalR. -version: 0.2.0-dev.5 -homepage: https://pub.dev/packages/signalr_flutter +version: 0.2.0 +repository: https://github.com/AS-Devs/signalr_flutter +issue_tracker: https://github.com/AS-Devs/signalr_flutter/issues environment: sdk: ">=2.12.0 <3.0.0"