Release 0.12.0
That version improved multiple entities and return types so typing is more accurate.
Those type changes are breaking changes, but the property name remain the same. So if you intensively use the var
keyword in your code base it could be transparent for you.
- Add the approval property to the
Activity
entity #116 PullRequestResource.RemovePullRequestApproval()
now returns void instead of a nullPullRequestInfo
PullRequestResource.GetDiffForPullRequest()
now clearly return string instead of object (which was a string)UserShort
entity has been completed with the new properties introduced with GDPR (account_id, nickname, ...)Repository
entity has been deeply reviewed to match more Bitbucket responsesComment
entity has been deeply reviewed to match more Bitbucket responsesOwner
andWatcher
entities have been dropped, replaced byUserShort
Fork
entity has been dropped, replaced byRepository
Parent
entity has been dropped, replaced byCommitInfo
,RepositoryInfo
orCommentInfo
in function of the caseLink
entity has no more a name property, instead, aNamedLink
entity is now exposed when neededContent
andSummary
entities have been dropped, replaced byRendered