- Added support for "error" key in response, previously the exception was thrown only when the response contained "errors" key.
- Replaced Exception with RuntimeException in sendRequest() method.
- RuntimeException code thrown in sendRequest() will be set as HTTP response code.
- RuntimeException message thrown in sendRequest() will contain whole response instead of "errors" only.
- Added getResponseCode() method to find HTTP response code in headers.
- Changed version number inside *.php file
- Updated year in LICENSE
- Added missing phpdoc tags @param, @throws, @return
- Fixed conflict with composer
- Re-branded repository / organisation from "zoondo" to "asocial-media"
- Added possibility to send raw data (text, binary etc) instead of JSON only via put(), post(), sendRequest() methods ($data parameter is no longer required as array and there is new parameter $json which tells that we should send request as json (default: true)
- Fixed some typos
- Added rest api error handling with exceptions
- Added interface for REST API
- Added examples for REST API usage in README
- Reorganized class names with back compatibility
- Fixed some typos in comments
- Fixed SOAP "broken pipe error" which sometimes occurred
- Implemented new login method using access token
- Changed licensor in LICENSE file
- Changed version number in *.php file
- Added @copyright into *.php file
- Removed unit testing paragraph from README
- Fixed .gitignore and .editorconfig
- Added CHANGELOG
- First stable release