This repository has been archived by the owner on Jun 7, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 152
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #25 from GoltVik/feature/null_safety
Migrate to null-safety, bump to 0.1.0
- Loading branch information
Showing
3 changed files
with
78 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,30 @@ | ||
## 0.0.3 - 1/13/19 | ||
## 0.1.0 - 3/23/21 | ||
|
||
* Initial release. API includes `getVersionStatus` and `showAlertIfNecessary` methods. Support for iOS and Android. | ||
#### Breaking changes | ||
|
||
## 0.0.5 - 9/29/20 | ||
* `VersionStatus` can no longer be directly instantiated by the user. | ||
* Migrated to null-safety, so certain fields are now `final` or non-null, which may break your code. | ||
|
||
* Fix HTTPS bug on iOS. Fix null return for android version statuses. Upgrade dependencies. | ||
#### Non-breaking changes | ||
|
||
## 0.0.6 - 1/15/21 | ||
|
||
* Add more granular parameters, fix Android web view and navigation bugs. | ||
* `canUpdate` now checks that the local version is *smaller* than the store version, not just that it is unequal. | ||
|
||
## 0.0.7 - 3/16/21 | ||
|
||
* Add `iOSAppStoreCountry` parameter to allow app lookup in a different country's App Store | ||
* Bump packages to latest version | ||
* Migrate from `package_info` to `package_info_plus` | ||
* Clean up example project | ||
* Document all parameters in README | ||
* Document all parameters in README | ||
|
||
## 0.0.6 - 1/15/21 | ||
|
||
* Add more granular parameters, fix Android web view and navigation bugs. | ||
|
||
## 0.0.5 - 9/29/20 | ||
|
||
* Fix HTTPS bug on iOS. Fix null return for android version statuses. Upgrade dependencies. | ||
|
||
## 0.0.3 - 1/13/19 | ||
|
||
* Initial release. API includes `getVersionStatus` and `showAlertIfNecessary` methods. Support for iOS and Android. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters