Skip to content

Latest commit

 

History

History
226 lines (82 loc) · 8.2 KB

CHANGELOG.md

File metadata and controls

226 lines (82 loc) · 8.2 KB

Change Log

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

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)