Skip to content

Releases: irphilli/tracker_api

v1.0.0

18 Feb 21:51
Compare
Choose a tag to compare
  • [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...v1.0.0

v0.2.12

01 Feb 23:04
Compare
Choose a tag to compare
  • Readme updates (@forest)
  • Remove direct dependency on Oj for use with jruby (@cbascom)

v0.2.11...v0.2.12

v0.2.11

13 Oct 22:58
Compare
Choose a tag to compare

v0.2.10...v0.2.11

v0.2.10

25 Jun 03:36
Compare
Choose a tag to compare
  • 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.10

v0.2.9

01 May 16:49
Compare
Choose a tag to compare

v0.2.8...v0.2.9

v0.2.8

22 Apr 20:56
Compare
Choose a tag to compare
  • 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...v0.2.8

v0.2.7

27 Jan 22:02
Compare
Choose a tag to compare
  • 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...v0.2.7

v0.2.6

08 Nov 00:32
Compare
Choose a tag to compare
  • 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...v0.2.6

v0.2.5

10 Jul 04:12
Compare
Choose a tag to compare
  • 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...v0.2.5

v0.2.4

22 Jun 05:51
Compare
Choose a tag to compare

v0.2.3...v0.2.4