Skip to content

Latest commit

History

History
188 lines (133 loc) 路 7.08 KB

CHANGELOG.md

File metadata and controls

188 lines (133 loc) 路 7.08 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

2.6.2 - 2021-12-26

Added

Changed

  • Changes to use RetryCallback to handle token expiration by @fegabe (#142).

Fixed

Removed

2.6.1 - 2020-06-10

Fixed

2.6.0 - 2019-09-19

Added

  • Supporting retrieving a JSON Array from a POST request by @Coeur (7cc54bb).
  • Added Query string utilities (e2fc36b).

2.5.9 - 2019-09-08

Added

  • Add ParseResponseBody option to fix severe frame rate drop when parsing large response by @TigerHix (47f8732).

2.5.7 - 2019-06-28

Added

  • Add default content type option to be able to disable JSON by default

2.5.5 - 2019-04-19

Added

  • Add try catch to prevent issues parsing JSON with JsonUtility

2.5.4 - 2019-04-18

Fixed

  • Fix issue with the default content type as JSON

2.5.3 - 2019-04-17

Fixed

  • Fix issue applying content type from headers and add new response property from exceptions

2.5.2 - 2019-01-23

Added

  • Add the missing properties of the UnityWebRequest system
  • Add validations of the content-type to support WWWForm data

2.5.0 - 2019-01-21

Added

  • Add more UnityWebRequest properties and modify access modifiers to have more control

2.4.2 - 2019-01-14

Fixed

  • Support old versions of Unity

2.4.1 - 2019-01-10

Fixed

  • Fix critical issue with a recursive function

2.4.0 - 2019-01-10

Added

  • Add EnableDebug and RetryCallback properties from RequestHelper class to debug errors of the requests

2.3.0 - 2019-01-09

Added

  • Add Retries and RetrySecondsDelay property from RequestHelper to retry the requests

2.2.1 - 2019-01-02

Added

  • Add ContentType from RequestHelper class

2.2.0 - 2018-11-20

Added

  • Add BodyRaw property to the RequestHelper class to send raw data (byte) to the server directly

2.1.1 - 2018-08-26

Fixed

  • Fix exception when DownloadHandler is used to download large files

2.1.0 - 2018-08-23

Added

  • Add Support for a specific DownloadHandler

2.0.1 - 2018-07-27

Fixed

  • Update RSG.Promise package to support dotnet Core 2 and UWP

2.0.0 - 2018-05-22

Added

  • Add more options to create HTTP requests.
  • Added the BodyString property to have the possibility to use other tools to serialize the JSON
  • Handle HTTP exceptions in a better way
  • Using tools to improve the quality of the code
  • And much more! 馃帀馃帀馃帀

1.2.2 - 2018-03-04

Added

  • Added error validation (internet connection)

Fixed

  • Fixed issue destroying objects after change the scene
  • Code review

1.2.1 - 2017-10-20

Fixed

  • Added ResponseHelper class for GET requests.
  • Added .unitypackage to download and install the code from Unity.

1.2.0 - 2017-10-20

Added

  • Options per request
  • DefaultRequestHeaders for all requests

1.0.1 - 2017-10-15

Added

Features:

  • Simple JSON Serialization.
  • Get Arrays supported.
  • HTTP Methods (GET, POST, PUT, DELETE).
  • Requests based on Promises.

Supported Platforms:

  • All Unity platforms.

Missing tags for previous versions 馃し鈥嶁檪