Skip to content

v0.3.0

Compare
Choose a tag to compare
@rhysnhall rhysnhall released this 08 Sep 23:37

v0.3.0

New

  • Added config property to the Client class. This currently only supports the value '404_error' which when set to true will throw an error when a resource returns 404 instead of returning a null value. This value is unset/false by default.

Fixed issues

  • Fixed breaking issue with class names in the resource updateRequest method. This issue only relates to Linux environments. #6

Minor notes

  • Fixed some typos in Client error messages.