- Fixed issue where stream selection wasn't applying #29
- Added endpoints:
portfolios
,sections
,stories
, andteams
. Add missing fields to other endpoints.
- Added
resource_subtype
field to tasks schema
- Added
custom_fields
to projects schema
- Added start_on field to tasks schema
- Deprecated
id
forgid
#16
- Added workaround for int ID deprecation #13
- First, attempts to parse
gid
asint
and assign it toid
for no visible effect on the current data - This may result in IDs being integer or string if Asana changes the value of
gid
- First, attempts to parse
- Added custom_fields and tags to tasks schema
- Releasing from Beta --> GA