• 0.102.0 a86cd8eaa0

    0.102.0 Pre-Release

    tastytea released this 2019-04-16 04:10:39 +02:00 | 208 commits to master since this release

    Bugfixes

    • Include HTTP error codes in return_entity and return_entities_vector.
    • Do not require contact_account in Easy::Instance.
    • Added emojis to required fields in Easy::Account.
    • Fixed deletion of parameters, this fixes errors with all API calls that have :id or :tag in them.
    • Added replies_count and application to required fields in Easy::Status.
    • Added check for malformed JSON in Entity::from_string().

    Changes

    • Added support for /api/v1/apps/verify_credentials
    • Added tests for:
      • API::v1::accounts_id
      • API::v1::accounts_verify_credentials
      • API::v1::accounts_update_credentials
      • API::v1::accounts_id_followers
      • API::v1::accounts_id_following
      • API::v1::accounts_id_statuses
      • API::v1::accounts_id_follow
      • API::v1::accounts_id_unfollow
      • API::v1::accounts_relationships
      • API::v1::accounts_search
      • API::v1::apps
      • API::v1::apps_verify_credentials
      • API::v1::blocks
      • API::v1::accounts_id_block
      • API::v1::accounts_id_unblock
    • Entity::error() now returns "errors:" if "error:" is not found.
    • Added tests with clang 5 and 6 in the CI
    Downloads