• 0.106.0 e4937c954f

    0.106.0 Pre-Release

    tastytea released this 2019-08-12 23:27:56 +02:00 | 85 commits to master since this release

    Changes

    • Added tests for API calls:
      • API::v1::lists
      • API::v1::accounts_id_lists
      • API::v1::lists_id_accounts
      • API::v1::lists_id
      • API::v1::lists
      • API::v1::media
      • API::v1::media_id
      • API::v1::mutes
      • API::v1::accounts_id_mute
      • API::v1::accounts_id_unmute
      • API::v1::statuses_id_mute
      • API::v1::statuses_id_unmute
    • Added tests for Entities:
      • Easy::Account
      • Easy::Application
      • Easy::Attachment
      • Easy::Card
      • Easy::Context
      • Easy::Emoji
      • Easy::Filter
      • Easy::Instance
      • Easy::List
      • Easy::Mention
      • Easy::Notification
      • Easy::PushSubscription
      • Easy::Relationship
      • Easy::Results
      • Easy::Status
      • Easy::Tag
    • Added the tag [auth] for tests that need authentication.
    • Added checklist of Pleroma API endpoints.
    • Added Easy::string_to_time() for converting strings to Easy::time_type.
    • Added Easy::account_field_type and Easy::account_fields.
    • Prevent usage with Gab and Kiwi Farms domains.
    • Updated all Entities (new fields, required fields).

    Bugfixes

    • Marked members of Easy::Tag::History const.
    • Get numbers in Easy::Tag::History::accounts() and […]::use(), not strings.
    Downloads