3.1.0
·
611 commits
to main
since this release
Minor Changes
-
#287
47bdd09Thanks @andrewworld!A new optional callback
shouldUpdateScriptwas added. It could be passed into so-called locator config inaddResolvercallback function return statement. Its main usage would be to ask a user whether they want to download the latest update of Federated Scripts or not (for example – if they are not connected to wifi and they would rather save their cellular data).shouldUpdateScript?: ( scriptId?: string, caller?: string, isScriptCacheOutdated?: boolean ) => Promise<boolean> | boolean;More info and a set of examples describing what are the intended usages of this API will be published soon in a form of a guide in Repack docs. For now, if you're interested in playing with this API please refer to the linked PR or to the API docs
Patch Changes
- #293
7eeca5eThanks @RafikiTiki! - Removed usage of deprecated jcenter repository frombuild.gradle.
- #288
7e0092eThanks @RafikiTiki! - Fix #258 – previouslyentryNameconfig value was not passed fromRepackPluginto theOutputPlugin.
- #294
28cc721Thanks @RafikiTiki! - Updated kotlin-gradle-plugin version used by Repack to1.7.0.