- Allow using a string
HTTPFormDataEntry
on iOS
- Updated okhttp dependency requirement to 4.10.+
- Fix demo websocket
- Build for NS 8.2 & Angular 14
- Allow using
HttpFormData
in Angular XHR (note: doesn't work by default, needs a customHttpInterceptor
andHttpRequest
, see #74 for more info)
- Fixed a bug the webpack automatic import replace on Windows due to the path delimiter. (#51, #50 and #52 thanks @mayerlench)
- Fixed a bug where the filename in multipart form data would not get send along in a specific case on iOS (#56 thanks @mayerlench)
- Complete NS8 support
- Update Demo's
- Angular 12 support
- New Webpack documentation
- NS8 release, with documentation and webpack fix.
- Fix invalid File instance check (#44), thanks @triniwiz.
- Fixed a bug related to Angular 11 and the XHR implementation.
- Fixed a bug related to the Angular module.
- Added NS7 and Angular 10 support. This version does not work on NS6, use major version 1 (^1.0.0) for that.
- Fixed a bug in the clearCookies method on iOS. (#1)
- Ability to replace image-cache from core.
- WebSockets
- Program against okhttp3 typings, so everything still works when using the older okhttp3 and also with okhttp4.
- Automatic integration self-check functionality
- Changed package description
- SSL/Certificate pinning support
- Information about OkHttp versions and Android API versions
- Improved the readme
- Added Vue demo.
- Fix cookie jar null check for Android, error while trying to clear cookies when cookie jar does not exist yet
- Fix custom User Agent not applying when headers are set
- Fix POST/PATCH/PUT failing for Android with empty body
Stable release with both iOS and Android support.
- okhttp3 (Android) now uses a dispatcher to have control over thread/concurrency limits
- Multipart form data support for iOS
setImageParseMethod
to control the image parse method for AndroidsetConcurrencyLimits
to control thread/concurrency limitsclearCookies
to clear the cookiessetUserAgent
to set a global user agent
- Remove leftover code
- Proper webpack plugin that uses module replacement and not source rewriting
- Make sure we export the same as http-request