Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 833 Bytes

CHANGELOG.md

File metadata and controls

15 lines (11 loc) · 833 Bytes

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.

[5.0.0] - 2018-05-16

Added

  • The "Client::decode" method now throws an "ErrorException" when the input is not a valid JSON-RPC 2.0 reply string
  • The "Client::query" and "Client::notify" methods now return the object handle, so you can chain method calls if you like

Changed

  • The "Client::decode" method now returns a list of "Response" objects (rather than an associative array of raw JSON-RPC 2.0 keys and values)
  • The four exception classes have been moved (e.g. "Datto\JsonRpc\Exception\Application" => "Datto\JsonRpc\Exceptions\ApplicationException")