- Require Faraday v2
- Migrate CI/CD platform from Travis CI to GitHub Actions
- Require Ruby 3.0.0 or higher
- Add project reaction methods
- Add new methods about emoji reactions
- Add
#get_item_like
method - Add
#list_item_likes
method - Change method name from
#patch_project
to#update_project
- Fix broken
#delete_item
- Fix broken client methods
- Fix client methods that have templated path
- Update methods and their descriptions
- Update method names and docs about likes API
- Slop v4 is not supported for now
- Support --host with --team option
- Add --no-ssl-verification option
- Add list_authenticated_user_items method
- Add create_tagging and delete_tagging methods
- Add client methods about following, LGTM, and stock
- Add list_teams method
- Escape request URL path
- Add a new API: list_item_stockers(item_id)
- Fix response body existence check logic
- Support Qiita API v2