Skip to content

Latest commit

 

History

History
435 lines (234 loc) · 21.6 KB

CHANGELOG.md

File metadata and controls

435 lines (234 loc) · 21.6 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

4.1.18 (2024-09-26)

Bug Fixes

4.1.17 (2024-09-25)

Bug Fixes

  • ios: encoding fix for toString (0a1221a)
  • ios: Unexpected end of JSON input (949fcfb)

4.1.16 (2024-07-17)

Bug Fixes

  • new responseOnMainThread option which allows running requests from worker (71885b3)

4.1.15 (2024-07-16)

Features

  • Added support for removing cached responses using url (9866da9)

Bug Fixes

4.1.14 (2024-07-10)

Bug Fixes

4.1.13 (2024-05-24)

Bug Fixes

4.1.12 (2024-04-10)

Bug Fixes

  • android: prevent null exception (73817e3)

4.1.11 (2024-04-09)

Bug Fixes

  • android: revert wraping native error so that app (b23b7ca)

4.1.10 (2024-03-29)

Bug Fixes

  • android: forceCache fix (b3319ea)

4.1.9 (2024-02-28)

Bug Fixes

  • android: wrap native errors in js Error (c6f11c5)

4.1.8 (2023-11-21)

Bug Fixes

  • ios: ensure progress is run on main thread(for now) (60a4453)

4.1.7 (2023-11-21)

4.1.5 (2023-11-02)

Bug Fixes

  • ios: rewrote to support all HTTP methods. (4a25a73)

4.1.6 (2023-11-13)

Bug Fixes

  • 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)

Bug Fixes

  • angular: xhr factory import (71a3609)

4.1.3 (2023-10-19)

Features

4.1.2 (2023-08-30)

Bug Fixes

  • 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)

Bug Fixes

  • 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)

Features

4.0.17 (2023-03-20)

Bug Fixes

  • android: support native data for form data parameters (47e9002)

4.0.16 (2023-03-14)

Features

4.0.15 (2023-03-06)

Bug Fixes

  • android: update to latest okhttp lib (c4b7870)

Features

  • android: support passing custom RequestBody as content parameter (4e5b513)

4.0.14 (2023-02-15)

Bug Fixes

  • android: cookiesEnabled: false fixed (94f6bb1)

4.0.13 (2023-01-24)

Bug Fixes

  • android: native-api-usage fix (0f5ca06)

4.0.12 (2023-01-23)

Bug Fixes

  • android: improved native-api-usage (5e32bb0)

4.0.11 (2022-12-05)

Features

4.0.10 (2022-11-02)

Bug Fixes

  • ios: correctly send JSON body with null values (8ba7085)

4.0.9 (2022-11-02)

Bug Fixes

  • ios: prevent crash on request failure (c9485e5)

4.0.8 (2022-09-17)

Features

  • export getClient for use with ui-image plugin (50a5f4a)

4.0.7 (2022-09-17)

Features

  • added cookiesEnabled property (true by default) (19aeb27)

4.0.6 (2022-05-18)

Bug Fixes

  • android: cancelling of long process requests fix (e46b698)

4.0.5 (2022-04-28)

Bug Fixes

  • android: trying to fix kotlin crashes (9c75476)

4.0.4 (2022-04-26)

Bug Fixes

  • android: should work now (7368616)

4.0.3 (2022-04-26)

Bug Fixes

  • android: another fix... (8cd3c92)

4.0.2 (2022-04-26)

Bug Fixes

  • android: broken headers in response (81d8479)

4.0.1 (2022-04-25)

Bug Fixes

  • android: crash on response headers (b09da7f)

4.0.0 (2022-04-25)

Features

  • android: upgrade okhttp to 4.x. WARNING: minSDKVersion bumped to 21!

3.4.4 (2022-04-25)

Bug Fixes

  • 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)

Bug Fixes

  • android: native-api-usage fix (bc3c7d2)

Features

3.4.2 (2022-02-26)

Bug Fixes

  • completely broken release … (b35209e)

3.4.1 (2022-02-26)

Bug Fixes

  • android: fixed broken build (532ae49)

3.4.0 (2022-02-25)

Features

  • refactoring to allow N alias to replace core impl (22ac92f)

3.3.13 (2022-02-08)

Bug Fixes

  • ios: fix form data passed as a string (d234842)

3.3.12 (2022-01-20)

Bug Fixes

  • android: progress support for uploading (67817ac)

3.3.11 (2022-01-20)

Bug Fixes

  • android: native-api-usage fix (06dc376)

3.3.10 (2022-01-19)

Bug Fixes

3.3.9 (2022-01-18)

Note: Version bump only for package @nativescript-community/https

3.3.8 (2022-01-18)

Bug Fixes

  • android: cancelRequest fix (c7b8c93)

3.3.7 (2022-01-15)

Bug Fixes

  • android: cancelRequest not exported (9727802)

3.3.6 (2022-01-15)

Features

  • added method cancelRequest. You need to set the tag 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)

Bug Fixes

  • android: missing native-api-usage (0d6d67b)
  • missing export of addNetworkInterceptor, addInterceptor (2b503c4)

3.3.3 (2021-12-23)

Bug Fixes

  • android allow interceptors (49073c5)

3.3.2 (2021-10-21)

Bug Fixes

  • android: native-api-usage fix (6f8748d)

3.3.1 (2021-10-18)

Bug Fixes

  • android: native-api-usage fix (e18a203)

3.3.0 (2021-10-17)

Bug Fixes

  • android: Conscrypt not included by default anymore. You need to add it in your app (c16f34d)

Features

  • android: native-api-usage (9415f38)

3.2.2 (2021-07-21)

Bug Fixes

  • android: prevent error when no cache-control (e3d781e)

3.2.1 (2021-07-01)

Bug Fixes

  • android: support for application/x-www-form-urlencoded (fb8db51)

3.2.0 (2021-03-14)

Features

  • android: forceCache option (cc225be)

3.1.3 (2021-03-12)

Bug Fixes

  • android: correctly use timeout option (9a1e5be)

3.1.2 (2020-12-09)

Bug Fixes

  • ios crash with cache on < 13 (e021b8d)

3.1.1 (2020-11-26)

Bug Fixes

  • correctly handle null responses from requests (6b70be6)

3.1.0 (2020-10-29)

Bug Fixes

  • 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)

Features

  • basick cookie support (91fe3c7)
  • cachePolicy support (2355eb0)
  • in useLegacy bring the full power of async with progress and cancelation (91b1772)
  • move to @nativescript-community/https (5c8d5c8)
  • multi formdata support (c1dff6d)

2.1.0 (2020-04-07)

2.0.0 (2020-03-30)

1.3.0 (2020-02-13)

1.2.2 (2019-10-16)

1.2.0 (2019-10-06)