This repository has been archived by the owner on Feb 6, 2021. It is now read-only.
Releases: anomaly/prestans-client-closure
Releases · anomaly/prestans-client-closure
2.0.9
2.0.8
Improves
- Improves codebase by replacing deprecated
goog.date.fromIsoString
withgoog.date.Date.fromIsoString
orgoog.date.DateTime.fromIsoString
2.0.7
Improves
- Improves compiling by removing more warnings
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
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
Improvements
- Improves naming by changing
makeRequest
todispatchRequest
#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
andasArray
and fields are missing #56
Adds
2.0.0
First release of the 2.x branch.