All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
3.3.8 (2022-01-18)
- android:
cancelRequest
fix (c7b8c93)
3.3.7 (2022-01-15)
- android:
cancelRequest
not exported (9727802)
3.3.6 (2022-01-15)
- added method
cancelRequest
. You need to set thetag
in request options first (bace983)
3.3.5 (2022-01-14)
Note: Version bump only for package @nativescript-community/https
3.3.4 (2022-01-14)
- android: missing native-api-usage (0d6d67b)
- missing export of
addNetworkInterceptor
,addInterceptor
(2b503c4)
3.3.3 (2021-12-23)
- android allow interceptors (49073c5)
3.3.2 (2021-10-21)
- android: native-api-usage fix (6f8748d)
3.3.1 (2021-10-18)
- android: native-api-usage fix (e18a203)
3.3.0 (2021-10-17)
- android: Conscrypt not included by default anymore. You need to add it in your app (c16f34d)
- android: native-api-usage (9415f38)
3.2.2 (2021-07-21)
- android: prevent error when no cache-control (e3d781e)
3.2.1 (2021-07-01)
- android: support for application/x-www-form-urlencoded (fb8db51)
3.2.0 (2021-03-14)
- android: forceCache option (cc225be)
3.1.3 (2021-03-12)
- android: correctly use timeout option (9a1e5be)
3.1.2 (2020-12-09)
- ios crash with cache on < 13 (e021b8d)
3.1.1 (2020-11-26)
- correctly handle null responses from requests (6b70be6)
- ios throw error like android (useLegacy) (ff86cdc)
- android: now java files are included (495c0c7)
- android: packaging of java fies (c467fe1)
- ios: crash when error.userInfo.objectForKey("NSErrorFailingURLKey") is null (dc96a48)
- better test for application/json (0d06254)
- bring back allowLargeResponse when not using useLegacy (604637a)
- kitkat fix (ssl errors) (be05b83)
- merge from origin (ed0edbe)
- some multi part fixes (3fdbd94)
- android: allow overriding version (57eea0c)
- android: only create OkHttpResponseCloseCallback when necessary (1fb44fd)
- android: removed logs (22605de)
- android: toJSONAsync fix (ea415cd)
- ios: alloc clear cache on ios even if set cache done done (374cd92)
- ios: toStringAsync && toJSONAsync (20a74b6)
- multipart fixes (097676f)
- typings (8b5d82b)
- useLegacy should be a request option (74f1afa)
- ios: multipart fix (0d9d331)