Skip to content
This repository has been archived by the owner on Feb 6, 2021. It is now read-only.

Releases: anomaly/prestans-client-closure

2.0.9

29 Aug 01:30
Compare
Choose a tag to compare

Fixes

  • Fixes array construction failing for json values with element template as types.Model and raise exception was false #64

2.0.8

20 Dec 04:47
Compare
Choose a tag to compare

Improves

  • Improves codebase by replacing deprecated goog.date.fromIsoString with goog.date.Date.fromIsoString or goog.date.DateTime.fromIsoString

2.0.7

11 Aug 00:07
Compare
Choose a tag to compare

Improves

  • Improves compiling by removing more warnings

2.0.6

10 Aug 04:11
Compare
Choose a tag to compare

Improves

  • Improves compiling by removing reference to goog.structs.Map #63

2.0.5

10 Aug 03:54
Compare
Choose a tag to compare

Improves

  • Improves compiling by removing reference to goog.structs.Map #63

2.0.4

01 Dec 03:11
Compare
Choose a tag to compare

Fixes

  • Fix for Integer with required=false returning early even when a value was provided when compiled with closure advanced optimisations #59

2.0.3

24 Nov 03:56
Compare
Choose a tag to compare

Fixes

  • Fix for Integer with required=false returning early even when a value was provided when compiled with closure advanced optimizations #59

2.0.2

14 Nov 21:10
Compare
Choose a tag to compare

Improves

  • Improves parsing of JSON response when body could be empty. Parsing will now always occur even if body was expected to be empty. This allows support for alternate error responses.

2.0.1

05 Oct 00:09
Compare
Choose a tag to compare

Improvements

  • Improves naming by changing makeRequestto dispatchRequest #37
  • Improved repository name by changing to prestans-client-closure #38
  • Improves handling of empty strings by converting them to null for String type #36

Fixes

  • Fixes bug in cancel request by ID #44
  • Fixes exception being thrown when using using clone and asArray and fields are missing #56

Adds

  • Adds string trim support #42
  • Adds better error messages for validation #47
  • Adds Makefile #57 and #58

2.0.0

10 Nov 00:02
Compare
Choose a tag to compare

First release of the 2.x branch.