Skip to content

Releases: pawotter/mastodon-api-cs

0.4.0

05 Jul 11:43

Choose a tag to compare

BREAKING CHANGES

  • Add static factory method to Tag and Token entities. (#37)
  • Rename all the static factory methods of entities from create to Create. (#35)
  • Rename method OAuthAccessScope.of to OAuthAccessScope.Of. (#36)

0.3.0

02 May 15:36

Choose a tag to compare

BREAKING CHANGES

  • All error responses are thrown as the type MastodonApiException. (#26)

0.2.1

01 May 11:25

Choose a tag to compare

Features

  • The constructor parameter of MastodonAuthClient and MastodonApi had become optional. (#23)

0.2.0

26 Apr 19:40

Choose a tag to compare

Anomalies

  • Fix a problem of deserializing Account entity. Avatar and AvatarStatic properties could not derived from JSON. But now fiexed. (#20)
  • Fix a problem of deserializing Header/HeaderStatic properties of Account entity. (#20)

BREAKING CHANGES

  • All the contructors of entities had been replaced to static factory methods Create. (#22)
  • The type of Header/AvaterHeader properties of Account was changed from Uri to string. (#20)

0.1.4

25 Apr 15:31

Choose a tag to compare

Features

  • Add Link property to Response class (#8)
    • this enabled getting next/prev link from array response easily.

0.1.3

24 Apr 06:18

Choose a tag to compare

Anomalies

  • Regression bug fix for pull request #2 (#7)

0.1.2

23 Apr 17:33

Choose a tag to compare

Anomalies

  • Fix a bug of endpoint url(#5)

0.1.1

23 Apr 10:08

Choose a tag to compare

BREAKING CHANGES

  • Use StatusVisibility instead of string in Visibility field of Status class.

0.1.0

22 Apr 20:37

Choose a tag to compare

release 0.1.0