|
| 1 | +Changelog |
| 2 | +========= |
| 3 | + |
| 4 | +All notable changes to this project will be documented in this file. |
| 5 | + |
| 6 | +## [2.0.0] - 2019-01-29 |
| 7 | +### Added |
| 8 | + |
| 9 | +- Add `Mastodon::REST::Client#scheduled_statuses` |
| 10 | +- Add `Mastodon::REST::Client#scheduled_status` |
| 11 | +- Add `Mastodon::REST::Client#update_scheduled_status` |
| 12 | +- Add `Mastodon::REST::Client#delete_scheduled_status` |
| 13 | +- Add `Mastodon::REST::Client#create_report` |
| 14 | +- Add `Mastodon::REST::Client#mutes` |
| 15 | +- Add `Mastodon::REST::Client#blocks` |
| 16 | +- Add `Mastodon::REST::Client#mute_status` |
| 17 | +- Add `Mastodon::REST::Client#unmute_status` |
| 18 | +- Add `Mastodon::REST::Client#follow_requests` |
| 19 | +- Add `Mastodon::REST::Client#authorize_follow_request` |
| 20 | +- Add `Mastodon::REST::Client#reject_follow_request` |
| 21 | +- Add `Mastodon::REST::Client#dismiss_notification` |
| 22 | +- Add `Mastodon::REST::Client#clear_notifications` |
| 23 | +- Add `Mastodon::REST::Client#lists` |
| 24 | +- Add `Mastodon::REST::Client#list` |
| 25 | +- Add `Mastodon::REST::Client#create_list` |
| 26 | +- Add `Mastodon::REST::Client#update_list` |
| 27 | +- Add `Mastodon::REST::Client#delete_list` |
| 28 | +- Add `Mastodon::REST::Client#list_accounts` |
| 29 | +- Add `Mastodon::REST::Client#add_accounts_to_list` |
| 30 | +- Add `Mastodon::REST::Client#remove_accounts_from_list` |
| 31 | +- Add `Mastodon::REST::Client#activity` |
| 32 | +- Add `Mastodon::REST::Client#peers` |
| 33 | +- Add `Mastodon::REST::Client#filters` |
| 34 | +- Add `Mastodon::REST::Client#filter` |
| 35 | +- Add `Mastodon::REST::Client#create_filter` |
| 36 | +- Add `Mastodon::REST::Client#update_filter` |
| 37 | +- Add `Mastodon::REST::Client#delete_filter` |
| 38 | +- Add `Mastodon::REST::Client#endorsements` |
| 39 | +- Add `Mastodon::REST::Client#endorse` |
| 40 | +- Add `Mastodon::REST::Client#unendorse` |
| 41 | +- Add `Mastodon::REST::Client#domain_blocks` |
| 42 | +- Add `Mastodon::REST::Client#block_domain` |
| 43 | +- Add `Mastodon::REST::Client#unblock_domain` |
| 44 | +- Add `Mastodon::REST::Client#custom_emojis` |
| 45 | +- Add `Mastodon::REST::Client#conversations` |
| 46 | +- Add `Mastodon::REST::Client#mark_conversation_as_read` |
| 47 | +- Add `Mastodon::REST::Client#delete_conversation` |
| 48 | +- Add `Mastodon::REST::Client#verify_app_credentials` |
| 49 | +- Add `Mastodon::REST::Client#create_account` |
| 50 | +- Add `Mastodon::REST::Client#search_accounts` |
| 51 | +- Add `Mastodon::REST::Client#pin` |
| 52 | +- Add `Mastodon::REST::Client#unpin` |
| 53 | +- Add `Mastodon::REST::Client#delete_suggestion` |
| 54 | +- Add `Mastodon::REST::Client#list_timeline` |
| 55 | +- Add `card` to `Mastodon::Status` |
| 56 | +- Add `bot?`, `emojis`, `fields` to `Mastodon::Account` |
| 57 | +- Add `visible_in_picker` to `Mastodon::Emoji` |
| 58 | +- Add `stats`, `languages`, `contact_account` to `Mastodon::Instance` |
| 59 | +- Add `showing_reblogs?`, `endorsed?` to `Mastodon::Relationship` |
| 60 | +- Add `Mastodon::Streaming::Client#direct` |
| 61 | +- Add support for `conversation` and `filters_changed` events in streams |
| 62 | + |
| 63 | +### Changed |
| 64 | + |
| 65 | +- Change method signature of `Mastodon::REST::Client#create_status` |
| 66 | +- Change method signature of `Mastodon::REST::Client#upload_media` |
| 67 | +- Change method signature of `Mastodon::REST::Client#update_media` |
| 68 | +- Change type of `:avatar` and `:header` params in `Mastodon::REST::Client#update_credentials` |
| 69 | +- Rename `Mastodon::Streaming::DeletedStatus` to `Mastodon::Streaming::Events::StatusDelete` |
| 70 | +- Change `Mastodon::REST::Client#search` to use the v2 version of the API |
| 71 | +- Change `Mastodon::Results#hashtags` to be a collection of `Mastodon::Hashtag` |
| 72 | +- Rename `Mastodon::Streaming::Client#firehose` to `Mastodon::Streaming::Client#public` |
| 73 | + |
| 74 | +### Removed |
| 75 | + |
| 76 | +- Remove `Mastodon::REST::Client#follow_by_uri` |
0 commit comments