Releases: irphilli/tracker_api
Releases · irphilli/tracker_api
v1.0.0
- [feature] Add a Client#epic method to look up epics by ID (@jstrater)
- [improvement] Add params hash to Client#epic and Client#story (@jstrater)
- [improvement] Brought back dirty tracking so that only changes attributes are sent when saving. Fixes #62. (@forest)
- [BREAKING CHANGE] Array type attributes can't be updated with the << operator. Use Story#add_label instead. (@forest)
v0.2.12
v0.2.11
v0.2.10
- Added create_task to Story (@csepulv)
- Added ability to add members to projects (@newOnahtaN)
- Fix gemspec to define dependencies more strictly (@jms6520)
- Added lazy loading of Project labels. (@wdhays2)
- Fixed updating of an existing Story including adding new labels
v0.2.9
v0.2.8
- Support for retrieving story comments (@manojpm)
- Send params in request body if method is POST or PUT (@ahmadsherif)
- Fix DEPRECATION WARNING for Rails5 (@ukstudio)
- Cleanup of unused code (@guiman)
- Release this version. (Fixes #37)
v0.2.7
- Added owner_ids to story resource (@tclem)
- Added ability to get notifications (@ukstudio)
- Added ability to get story activity (@sshaw)
- Added option to retrieve an iteration by its number (@sshaw)
- Added ability to get my activity (@fvioz)
- Added ability to get project activity
- Added ability to update a story
- Use the excon adapter for both faraday and vcr. (Fixes #17)
v0.2.6
- Updated Faraday to 0.9.0. (@cwperry).
- Fixes #12: Pass the project_id when we have it since the caller may decide to filter it out.
- Fixes #13: Make it possible to pass auto_paginate: false per request to make it possible to get a smaller subset of items.
- Added ability to create stories for a project (@AlfonsoUceda).
v0.2.5
- Adding
owners
to story model as owned_by_id is deprecated (@amfleming). - Added the ability to find a story by story id without knowing the project (@cwperry).
v0.2.4
- Added Tasks endpoint to Story (@adimasuhid).