1.8.2
- Update
composer.json
to use a tagged version ofcodeclimate/php-test-reporter
instead ofdev-master
. - Fix issue where
Conversation
threads default tonull
sogetThreads()
always returnednull
. PR #42 - Fix issue where
PUT
request responses were not decoded to an array similiar toPOST
andDELETE
. PR #49