- [Added] Functionality to use In-App Updates Library for Android
- [Added] Helpful JSDoc style comments for the plugin and methods
- [Updated] Library used for making api requests for Android
- [Updated] README
- [Updated] ISSUE_TEMPLATE
- [Fixed] Non-void function does not return a value in ios strict builds
- [Updated] Android play core implementation in build.gradle
- [Updated] README
- [Removed] In-app updates check for Android so the plugin works on all Android devices
- [Added] Functionality to allow the user to check for if the updated is forced by adding a custom api call
- [Updated] README
- [Fixed] The Android source file to work for all android devices that use Google Play Services
- [Updated] The Android build file to include the necessary build requirements
- [Updated] The Android build file to remove unnecessary requirements
- [Updated] The README to indicate the correct Android requirements and processing
- [Fixed] Version requirement during Android installation
- [Added] Functionality to allow the user to supply an api url to check for a forced update for iOS and Android
- [Removed] compileOptions from build.gradle file for Android plugin
- [Updated] build.grable for android plugin
- [Added] Declaration to the android sources to automatically add the necessary implementation of the Google Play Store core library
- [Added] Declaration of Java 1.8 during the plugin install, so the user is no longer required to input this themselves
- [Removed] Requirements from README for android
- [Fixed] Android source file to be compatible with cordova-android 8.1.0
- [Added] npm install to README
- [Updated] npm package dependencies
- [Added] Library to npm
- [Updated] LICENSE
- [Updated] README
- [Fixed] Broken links in README
- [Added] More links in README
- [Fixed] Issue in the CHANGELOG
- [Updated] README
- [Fixed] The plugin declaration for iOS
- [Fixed] The iOS source file to create the object name properly
- [Fixed] The error handler in the android source file to print the stack trace of the error
- [Added] More info to the error handler in the android source file
- [Fixed] Issues in the android source file that was causing nothing to be returned from the method
- [Fixed] The package name used in the plugin declaration that was causing an error during the class initialization
- [Fixed] Multiple issues with the method call in the android source file which resulted in undefined being returned
- [Added] Error handler to the android source file
- [Fixed] Declaration of method in Android source file
- [Fixed] Declaration of method in iOS source file
- [Added] Initial commit to add functionality for iOS and Android