Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 912 Bytes

CHANGELOG.md

File metadata and controls

31 lines (21 loc) · 912 Bytes

Changelog

2.1.1

  • Fixed issue where stream selection wasn't applying #29

2.1.0

  • Added endpoints: portfolios, sections, stories, and teams. Add missing fields to other endpoints.

2.0.3

  • Added resource_subtype field to tasks schema

2.0.2

  • Added custom_fields to projects schema

2.0.1

  • Added start_on field to tasks schema

2.0.0

  • Deprecated id for gid #16

1.0.2

  • Added workaround for int ID deprecation #13
    • First, attempts to parse gid as int and assign it to id for no visible effect on the current data
    • This may result in IDs being integer or string if Asana changes the value of gid

1.0.1

  • Added custom_fields and tags to tasks schema

1.0.0

  • Releasing from Beta --> GA