What's Changed
Breaking changes: please refer to #58.
- refactor(api/story): change ID type from
Multi[int]
toMulti[int64]
by @flc1125 in #64 - refactor(api/bug): change ID type from
int
toint64
by @flc1125 in #66 - refactor(api/task): change ID type from
int
toint64
by @flc1125 in #67 - refactor(api/iteration): change ID type from
int
toint64
by @flc1125 in #68 - refactor(api/comment): change ID fields from int to int64 by @flc1125 in #69
Full Changelog: v0.9.0...v0.10.0