Skip to content
This repository has been archived by the owner on Jul 30, 2023. It is now read-only.

Releases: sys1yagi/mastodon4j

v0.0.6

26 Apr 13:53
Compare
Choose a tag to compare

Contributer

Thanks. @takke 😄

Change

  • Add Kotlin sample (Kotlindon)

mastodon4j

  • Support Link Header #33
    • Add Pageable class
    • Add Link class
    • Braking: return Pageable instead of List each method.
  • Add only_media param to Accounts.getStatuses #37
  • bug fix: fix local param of Timelines.getTag and getPublic #40
  • Remove deprecated method
    • Braking: Timelines#getPublic()
    • Braking: Timelines#getTag()

mastodon4j-rx

Followed the change of mastodon4j.

issues

https://github.com/sys1yagi/mastodon4j/milestone/5?closed=1

v0.0.5

24 Apr 16:03
Compare
Choose a tag to compare

Change

mastodon4j

  • Add parameter for public timeline and tag timeline. #25
    • Deprecated Timelines#getPublic()
    • Add Timelines#getLocalPublic()
    • Add Timelines#getFederatedPublic()
    • Deprecated Timelines#getTag()
    • Add Timelines#getLocalTag()
    • Add Timelines#getFederatedTag()

mastodon4j-rx

none

issues

https://github.com/sys1yagi/mastodon4j/issues?q=milestone%3A0.0.5+is%3Aclosed

v0.0.4

24 Apr 14:57
Compare
Choose a tag to compare

Change

mastodon4j

  • indicate whether need access token in each methods. #12
    • Add Contract interfaces.
  • Add java sample code and update README.md #24
    • Breaking: Add checked exception to each mastodon request methods.
    • Breaking: Rename getters of the boolean type.
    • Add @jvmoverloads to part of the classes.

mastodon4j-rx

none

issues

https://github.com/sys1yagi/mastodon4j/issues?utf8=%E2%9C%93&q=milestone%3A0.0.4%20is%3Aclosed%20

v0.0.3

23 Apr 02:28
Compare
Choose a tag to compare

Change

mastodon4j

  • Change Mastodon4jRequestException constructor parameter. #16
    • To handle detailed error, it contains a response object.
  • Add default parameter to Scope constructor. #17

mastodon4j-rx

None

issues

https://github.com/sys1yagi/mastodon4j/issues?utf8=%E2%9C%93&q=milestone%3A0.0.3%20is%3Aclosed%20

v0.0.2

22 Apr 14:32
Compare
Choose a tag to compare

Change

mastodon4j

mastodon4j-rx

Implement all methods.

issues

https://github.com/sys1yagi/mastodon4j/issues?q=is%3Aissue+milestone%3A0.0.2+is%3Aclosed