forked from phonegap/phonegap-plugin-push
-
Notifications
You must be signed in to change notification settings - Fork 283
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
68 additions
and
4 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,5 +1,69 @@ | ||
# Change Log | ||
|
||
## 3.0.0 | ||
|
||
**Overview:** | ||
|
||
In this major release, there are many breaking changes to the Android platform. The primary changes in this release are dropping Android Support Library for AndroidX, updating the Google Services Gradle Plugin requirement, refactoring the code to Kotlin, and upgrading all other third-party libraries. See below for more details. | ||
|
||
--- | ||
|
||
**Requirement Changes:** | ||
|
||
* Cordova-Android: 9.x | ||
|
||
--- | ||
|
||
**Libraries & Dependencie Updates and Changes:** | ||
|
||
* Bumped `me.leolin:[email protected]` | ||
* Bumped `Google Services Gradle [email protected]` | ||
* Migrated from **Android Support Library** to **AndroidX** | ||
* Added `androidx.core:[email protected].+` | ||
|
||
--- | ||
|
||
**Breaking:** | ||
|
||
* feat!(android): migrate source code to kotlin w/ refactors (#123) | ||
* [email protected] | ||
* add before_compile hookscript for cordova-android 9.x support | ||
* converted all java files to kotlin | ||
* updted target-dir path for kotlin files | ||
* refactored with improved null checks | ||
* removed some duplicated code | ||
* updated logging (more logging & better tagging)¥ | ||
* feat!(android): bump platform requirements (#122) | ||
* feat!(android): bump me.leolin:ShortcutBadger@1.1.22 (#121) | ||
* feat!(android): bump Google Services Gradle [email protected] (#120) | ||
* feat!(android): Migrate to AndroidX (#119) | ||
* feat!(android): migrate ASL to AndroidX | ||
* feat!(android): swap framework support-v13 w/ androidx.core | ||
* feat!(android): force AndroidXEnabled to true | ||
* feat!(android): bump androidx.core:core@1.6.+ | ||
* doc(android): add androidx core version | ||
|
||
**Fixes:** | ||
|
||
* fix(docs): update TS type import to new package name (#109) | ||
|
||
**Chores:** | ||
|
||
* chore: rebuilt package-lock.json (#131) | ||
* chore: bump npm dev dependencies (#132) (#133) | ||
* chore(npm): bump devDep, rebuild package-lock & fix audit (#110) | ||
* chore(npm): bump devDep @cordova/eslint-config@^4.0.0 w/ fixes (#144) | ||
|
||
**CI:** | ||
|
||
* ci: remove old travis configs (#128) | ||
* ci: add codacy badge (#129) | ||
* ci: add gh-actions badge to readme (#130) | ||
|
||
**Docs:** | ||
|
||
* doc: fixed minor typo (#98) | ||
|
||
## 2.0.0 | ||
|
||
**Overview:** | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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