This repository has been archived by the owner on Jul 30, 2023. It is now read-only.
Releases: sys1yagi/mastodon4j
Releases · sys1yagi/mastodon4j
1.7.0
Thanks to all contributing! 🍶
- Add exclude_types parameter to Notifications.getNotifications #70 by @shibafu528
- Add lists method and Streaming #69 by @meronmks
- add replies_count parameter in Status #68 by @moko256
- For those of us who must use maven #67 by @kenrestivo
- add some additional parameters to Instance #66 by @takke
- Add Emojis by Account #65 by @meronmks
- Add new values in Status #64 by @moko256
- Update kotlin plugin and replace kotlin-stdlib-jre7 with jdk7 #62 by @moko256
- fix readme typo #61 by @aoisensi
1.6.0
1.5.0
1.4.0
1.3.0
1.2.0
1.1.1
v1.1.0
Contributer
Thanks. @wakingrufus 🍰
Change
mastodon4j
- Update: added allargs constructor to entities #53
- Instantiation of Entity is now easier.
mastodon4j-rx
- None
issues
v1.0.0
Contributer
Thanks. @MulticolorWorld 🍶
Change
mastodon4j
- Add: Support Streaming API #49 #50
- Braaking: Introduce MastodonClient.Builder ref: #50
- MastodonClient.Builder generates MastodonClient. It has options such as whether to use the Streaming API, whether it is in debug mode or access token
mastodon4j-rx
- Add RxStreaming
issues
v0.0.7
Contributer
Thanks. @takke 🍪
Change
mastodon4j
- Braaking: Add Public class for public api. #31
- The functions that do not require authentication were aggregated into the
Public
class.
- The functions that do not require authentication were aggregated into the
- Braaking: Support to get raw json #36
- Introduce MastodonRequest class. The return value of most methods is MastodonRequest.
- Wrap exception when throw exception from OkHttp. #45
mastodon4j-rx
Followed the change of mastodon4j.