Releases: comindware/tracker-php-api
Releases · comindware/tracker-php-api
0.3.1
0.3
Added
- #8: Class
Model\Transition. - #14: Class
Expression. - #8: Method
Service\ItemService::getTransitions(). - Method
Api::setLogger(). - Argument
$loggertoService\Service::__construct().
Changed
- Improved logging.
Struct\PropertySetStruct::exportItems()now groups all custom properties under the "properties"
key.- In
Service\ItemService::query()$orderBy made optional; swapped $orderBy and $properties
arguments.
0.2
Added
- Class
Struct\PropertySetStruct. - #2: Method
Service\AttachmentService::getContent(). - #8: Method
Service\ItemService::query(). - Method
Model\Application::getWorkspaces().
Changed
- Method
Client::sendRequest()now can return instance ofPsr\Http\Message\StreamInterface. - Method
Service\AppService::getApplication()renamed toget. - Method
Service\AppService::getApplications()renamed togetAll.