Skip to content

Releases: GregaMohorko/BlueWSClient.NET

v1.4.1

22 Dec 02:16
Compare
Choose a tag to compare

Fix usage with latest GM.Utility package.

v1.4.0

05 Nov 13:33
Compare
Choose a tag to compare
  • Remove obsolete things.
  • Add ability to specify custom http client.

v1.3.1.0

30 Oct 03:33
Compare
Choose a tag to compare
  • Using GMHttpClient instead of GMWebClient.

v1.3.0.0

28 Jun 21:49
Compare
Choose a tag to compare

Enabled SourceLink.
Updated GM.Utility and Newtonsoft.Json.

v1.2.3.0

09 Mar 11:10
Compare
Choose a tag to compare
  • Added support for parsing null json value response.

v1.2.2.1

26 Dec 13:59
Compare
Choose a tag to compare

Updated dependencies.

v1.2.2.0

21 Mar 17:05
Compare
Choose a tag to compare
  • Added support for actions ending with "Async" phrase (was just "AsyncTask" before).

v1.2.1.0

02 Feb 02:45
Compare
Choose a tag to compare

Used web client from GM.Utility.

v1.2.0.1

31 Jan 22:04
Compare
Choose a tag to compare

Ported to .NET Standard 2.0.

v1.2.0.0

26 Jan 01:50
Compare
Choose a tag to compare
  • Renamed to BlueWS.
  • Changed request parameters to Dictionary, adding parameters is now by key.
  • Added support for dynamic action name using reflection.
  • Added support for manual serialization of parameters.
  • Added OnParseFailure method for requests.
  • Added IsThrowable setting for web service.