All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
4.1.19 (2024-10-05)
- ios: should fix privacy submission issue (299bd38)
4.1.18 (2024-09-26)
- ios: prevent error (67d096c)
4.1.17 (2024-09-25)
4.1.16 (2024-07-17)
- new
responseOnMainThread
option which allows running requests from worker (71885b3)
4.1.15 (2024-07-16)
- Added support for removing cached responses using url (9866da9)
- Compiler warnings (87a9631)
4.1.14 (2024-07-10)
- android timeout (d648278)
4.1.13 (2024-05-24)
- android: getImage fix (dae5f65)
4.1.12 (2024-04-10)
- android: prevent null exception (73817e3)
4.1.11 (2024-04-09)
- android: revert wraping native error so that app (b23b7ca)
4.1.10 (2024-03-29)
- android:
forceCache
fix (b3319ea)
4.1.9 (2024-02-28)
- android: wrap native errors in js Error (c6f11c5)
4.1.8 (2023-11-21)
- ios: ensure progress is run on main thread(for now) (60a4453)
4.1.7 (2023-11-21)
4.1.5 (2023-11-02)
- ios: rewrote to support all HTTP methods. (4a25a73)
4.1.6 (2023-11-13)
- android: prevent error with GET and onProgress (ae50812)
- refactor to allow all HTTP methods. better support for uploading files (b7ad6b9)
4.1.4 (2023-10-25)
- angular: xhr factory import (71a3609)
4.1.3 (2023-10-19)
- angular: handle params (eff8222)
4.1.2 (2023-08-30)
- android: toBitmapAsync is not a function error fix (63b19f0)
- ios: base URL for AFHTTPSessionManager (0ee4640)
- ios: non legacy report format fix (1cec77e)
4.1.1 (2023-07-03)
- angular build (0290951)
- angular code formatting & error handling (e1893e4)
- call async methods to prevent android.os.NetworkOnMainThreadException errors (ec82cef)
4.1.0 (2023-04-30)
4.0.17 (2023-03-20)
- android: support native data for form data parameters (47e9002)
4.0.16 (2023-03-14)
cancelAllRequests
(3a014bc)
4.0.15 (2023-03-06)
- android: update to latest okhttp lib (c4b7870)
- android: support passing custom RequestBody as
content
parameter (4e5b513)
4.0.14 (2023-02-15)
- android: cookiesEnabled: false fixed (94f6bb1)
4.0.13 (2023-01-24)
- android: native-api-usage fix (0f5ca06)
4.0.12 (2023-01-23)
- android: improved native-api-usage (5e32bb0)
4.0.11 (2022-12-05)
- clearCookies method (5410f6e)
4.0.10 (2022-11-02)
- ios: correctly send JSON body with null values (8ba7085)
4.0.9 (2022-11-02)
- ios: prevent crash on request failure (c9485e5)
4.0.8 (2022-09-17)
- export getClient for use with ui-image plugin (50a5f4a)
4.0.7 (2022-09-17)
- added
cookiesEnabled
property (true
by default) (19aeb27)
4.0.6 (2022-05-18)
- android: cancelling of long process requests fix (e46b698)
4.0.5 (2022-04-28)
- android: trying to fix kotlin crashes (9c75476)
4.0.4 (2022-04-26)
- android: should work now (7368616)
4.0.3 (2022-04-26)
- android: another fix... (8cd3c92)
4.0.2 (2022-04-26)
- android: broken headers in response (81d8479)
4.0.1 (2022-04-25)
- android: crash on response headers (b09da7f)
4.0.0 (2022-04-25)
- android: upgrade okhttp to 4.x. WARNING: minSDKVersion bumped to 21!
3.4.4 (2022-04-25)
- android: dont try/catch sync methods to prevent missed errors (cb830a8)
- android: upgrade okhttp to max 3.x (eb0b61e)
3.4.3 (2022-04-25)
- android: native-api-usage fix (bc3c7d2)
- contentLength (a2e1017)
3.4.2 (2022-02-26)
- completely broken release … (b35209e)
3.4.1 (2022-02-26)
- android: fixed broken build (532ae49)
3.4.0 (2022-02-25)
- refactoring to allow N alias to replace core impl (22ac92f)
3.3.13 (2022-02-08)
- ios: fix form data passed as a string (d234842)
3.3.12 (2022-01-20)
- android: progress support for uploading (67817ac)
3.3.11 (2022-01-20)
- android: native-api-usage fix (06dc376)
3.3.10 (2022-01-19)
- typings fix (3490469)
3.3.9 (2022-01-18)
Note: Version bump only for package @nativescript-community/https
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)