Skip to content

Commit

Permalink
Reverse the order of CHANGELOGs (flutter-tizen#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
swift-kim authored Mar 4, 2022
1 parent a9d357f commit af111d5
Show file tree
Hide file tree
Showing 24 changed files with 273 additions and 267 deletions.
22 changes: 11 additions & 11 deletions packages/audioplayers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
## 1.0.0

* Initial release.

## 1.0.1
## 1.1.0

* Add integration test.
* Update README and analysis_options.
* Update audioplayers to 0.20.1.
* Update the example app and integration_test.
* Initialize variables properly.

## 1.0.2

* Update README.

## 1.1.0
## 1.0.1

* Update README and analysis_options.
* Update audioplayers to 0.20.1.
* Update the example app and integration_test.
* Initialize variables properly.
* Add integration test.

## 1.0.0

* Initial release.
20 changes: 10 additions & 10 deletions packages/battery_plus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
## 1.0.0

* Initial release.

## 1.0.1
## 1.0.3

* Fix a bug with EventChannel.
* Update battery_plus to 2.0.2.
* Update battery_plus_platform_interface to 1.1.1.
* Remove obsolete `battery_plus_tizen.dart`.

## 1.0.2

Expand All @@ -13,8 +11,10 @@
* Update the example app and integration_test.
* Minor code cleanups.

## 1.0.3
## 1.0.1

* Update battery_plus to 2.0.2.
* Update battery_plus_platform_interface to 1.1.1.
* Remove obsolete `battery_plus_tizen.dart`.
* Fix a bug with EventChannel.

## 1.0.0

* Initial release.
22 changes: 11 additions & 11 deletions packages/camera/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
## 0.1.0

* Initial release.

## 0.2.0
## 0.3.0

* Apply new external texture APIs.
* Update camera to 0.9.4.
* Implement `pausePreview` and `resumePreview`.
* Update the example app and integration_test.
* Remove the unused test driver.

## 0.2.1

* Fix a freezing preview issue.

## 0.3.0
## 0.2.0

* Update camera to 0.9.4.
* Implement `pausePreview` and `resumePreview`.
* Update the example app and integration_test.
* Remove the unused test driver.
* Apply new external texture APIs.

## 0.1.0

* Initial release.
8 changes: 4 additions & 4 deletions packages/connectivity_plus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## 1.0.0

* Initial release.

## 1.1.0

* Update connectivity_plus to 2.1.0.
* Update connectivity_plus_platform_interface to 1.1.1.
* Support ethernet as connectivity result.
* Remove obsolete `connectivity_plus_tizen.dart`.

## 1.0.0

* Initial release.
8 changes: 4 additions & 4 deletions packages/device_info_plus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
## 1.0.0

* Initial release.

## 1.1.0

* Remove dependency on `device_info_plus_platform_interface`.
* Make values of `TizenDeviceInfo` nullable.
* Add support for `profile`, `platformName`, `platformProcessor`, and `tizenId`.
* Update the example app.
* Minor cleanups.

## 1.0.0

* Initial release.
22 changes: 11 additions & 11 deletions packages/flutter_tts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
## 1.0.0
## 1.2.0

* Initial release.
* Fix a bug where `setLanguage()` wasn't invoked due to typo in `setLanguage`.
* Update flutter_tts to 3.2.2 and update the example app.
* Support `setVolume()`.
* Minor cleanups.

## 1.0.1
## 1.1.1

* Stabilize speaking states management.
* Fix calling onCancel in a successful situation and refactor native implementations.

## 1.1.0

* All APIs now return valid values (0, 1, empty list, and etc.).

## 1.1.1
## 1.0.1

* Fix calling onCancel in a successful situation and refactor native implementations.
* Stabilize speaking states management.

## 1.2.0
## 1.0.0

* Fix a bug where `setLanguage()` wasn't invoked due to typo in "setLanguage".
* Update flutter_tts to 3.2.2 and update the example app.
* Support `setVolume()`.
* Minor cleanups.
* Initial release.
14 changes: 7 additions & 7 deletions packages/geolocator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
## 1.0.0
## 1.0.2

* Initial release.
* Update geolocator to 8.0.0
* Update geolocator_platform_interface to 3.0.0.
* Update the example app.
* Minor cleanups.

## 1.0.1

* Fix a permission request bug.

## 1.0.2
## 1.0.0

* Update geolocator to 8.0.0
* Update geolocator_platform_interface to 3.0.0.
* Update the example app.
* Minor cleanups.
* Initial release.
16 changes: 4 additions & 12 deletions packages/google_maps_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,8 @@
## 0.0.1
## 0.1.1

* Initial release
* Update webview_flutter_tizen to 0.3.8.
* Replace deprecated API (`evaluateJavascript` to `runJavascript`/`runJavascriptForResult`).

## 0.1.0

* Update Dart and Flutter SDK constraints
* Update Flutter and Samsung copyright information
* Update google_map_flutter_tizen based on webview_flutter_tizen
* Update example and integration_test
* Update google_map_flutter to 2.0.8

## 0.1.1

* Update webview_flutter_tizen to 0.3.8
* Replace deprecated API (evaluateJavascript -> [runJavascript, runJavascriptForResult])
* Initial release.
16 changes: 8 additions & 8 deletions packages/image_picker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## 1.0.0
## 2.1.0

* Initial release.
* Update image_picker to 0.8.4.
* Update image_picker_platform_interface to 2.4.1.
* Implement `pickMultiImage`.
* Update the example app.
* Minor cleanups.

## 2.0.0

Expand All @@ -10,10 +14,6 @@
* Port to use platform interface.
* Organize dev_dependencies.

## 2.1.0
## 1.0.0

* Update image_picker to 0.8.4.
* Update image_picker_platform_interface to 2.4.1.
* Implement `pickMultiImage`.
* Update the example app.
* Minor cleanups.
* Initial release.
18 changes: 9 additions & 9 deletions packages/integration_test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
## 1.0.0

* Initial release.

## 1.0.1
## 2.0.1

* Update integration_test to 1.0.1.
* Migrate to Tizen 4.0.
* Change the project type to `staticLib`.

## 2.0.0

Expand All @@ -15,6 +10,11 @@
* Remove unnecessary test files for web.
* Organize dev_dependencies.

## 2.0.1
## 1.0.1

* Change the project type to `staticLib`.
* Update integration_test to 1.0.1.
* Migrate to Tizen 4.0.

## 1.0.0

* Initial release.
8 changes: 4 additions & 4 deletions packages/messageport/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
## 0.1.0

* Initial release.

## 0.2.0

* Deprecate `TizenMessagePort.createLocalPort` and `TizenMessagePort.connectToRemotePort`
in favor of newly added `LocalPort.create` and `RemotePort.connect`.
* Minor cleanups.

## 0.1.0

* Initial release.
22 changes: 11 additions & 11 deletions packages/network_info_plus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
## 1.0.0
## 1.1.2

* Initial release.
* Update network_info_plus to 2.1.2
* Update network_info_plus_platform_interface to 1.1.1.
* Remove obsolete `network_info_plus_tizen.dart`.

## 1.1.1

* Fix app crash when WiFi info is not available.

## 1.1.0

* Add IPv6 information.
* Add gateway ip address information.
* Add gateway IP address information.
* Add broadcast information.
* Add subnet mask information.

## 1.1.1

* Fix app crash when wifi info is not available.

## 1.1.2
## 1.0.0

* Update network_info_plus to 2.1.2
* Update network_info_plus_platform_interface to 1.1.1.
* Remove obsolete `network_info_plus_tizen.dart`.
* Initial release.
10 changes: 5 additions & 5 deletions packages/package_info_plus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
## 1.0.0
## 1.0.2

* Initial release.
* Update package_info_plus to 1.3.1.
* Remove obsolete `package_info_plus_tizen.dart`.

## 1.0.1

* Update package_info_plus to 1.3.0.
* Change the example app version to 1.2.3.
* Minor cleanups.

## 1.0.2
## 1.0.0

* Update package_info_plus to 1.3.1.
* Remove obsolete `package_info_plus_tizen.dart`.
* Initial release.
40 changes: 20 additions & 20 deletions packages/path_provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
## 1.0.0

* Initial release.

## 1.0.1
## 2.0.2

* Update path_provider to 1.6.27.
* Update path_provider_platform_interface to 1.0.4.
* Remove permission_handler_tizen dependency temporarily.
* Migrate to Tizen 4.0.
* Update path_provider to 2.0.7.
* Unsupport `getDownloadsDirectory`.
* Unskip skipped integration tests.

## 1.0.2
## 2.0.1

* Use `PlatformException` instead of a plugin-specific exception type.
* Update path_provider to 2.0.2.
* Remove permission_handler dependency.
* Comment out integration tests that depend on permission_handler.
* Migrate integration_test to null safety.

## 2.0.0

Expand All @@ -24,15 +22,17 @@
* Migrate to ffi 1.0.0.
* Migrate to null safety.

## 2.0.1
## 1.0.2

* Update path_provider to 2.0.2.
* Remove permission_handler dependency.
* Comment out integration tests that depend on permission_handler.
* Migrate integration_test to null safety.
* Use `PlatformException` instead of a plugin-specific exception type.

## 2.0.2
## 1.0.1

* Update path_provider to 2.0.7.
* Unsupport `getDownloadsDirectory`.
* Unskip skipped integration tests.
* Update path_provider to 1.6.27.
* Update path_provider_platform_interface to 1.0.4.
* Remove permission_handler_tizen dependency temporarily.
* Migrate to Tizen 4.0.

## 1.0.0

* Initial release.
Loading

0 comments on commit af111d5

Please sign in to comment.