Releases: vantuan88291/react-native-ota-hot-update
Releases · vantuan88291/react-native-ota-hot-update
2.0.4
New feature:
Hot Update via Git
This feature allows you to use a Git repository to host your bundle files. The mobile application will pull only the changes from the Git repository instead of downloading the entire bundle file from a server. This reduces data usage and improves update speed.
1.1.4
New feature:
Hot Update via Git
This feature allows you to use a Git repository to host your bundle files. The mobile application will pull only the changes from the Git repository instead of downloading the entire bundle file from a server. This reduces data usage and improves update speed.
Full Changelog: 1.1.3...1.1.4
2.0.3
Improvements
- Handle when download wrong bundle on android
1.1.3
Improvements
- Handle when download wrong bundle on android
- Refactor logging on ios
2.0.1
🚀 Breaking changes
- Support new architecture with backward compatibility, can use with old architecture and new architecture
- Change the config on native side:
- iOS: from#import "RNhotupdate.h"
->#import "OtaHotUpdate.h"
- android: fromcom.rnhotupdate.OtaHotUpdate
->com.otahotupdate.OtaHotUpdate
- Android: migrate to kotlin 100%
- IOS: Change library name from
rnhotupdate
toreact-native-ota-hot-update
Improvements
- Refactor unzip file on android
- Change restart app on android using
com.jakewharton:process-phoenix
1.1.2
Fix iOS cannot download
1.1.1
Update IOS background downloading
1.0.9
1.0.8
Release new version for improve coding