This repository has been archived by the owner on May 10, 2020. It is now read-only.
Releases: tastytea/mastodon-cpp
Releases · tastytea/mastodon-cpp
0.12.0
0.10.1
0.10.0-rc1
Mastodon::API::get
,::get_stream
,::post
,::put
and::del
don't take
std::string
as parameter to API-calls anymore, onlyparametermap
s. The old behaviour is
still supported but is deprecated and will be removed in version 1.0.0.
0.9.2
0.9.1
Upgrading from below 0.7.0 will break your projects.
- Added class
Mastodon::Easy
which is a child ofMastodon::API
and is filled with classes for Entities:Entity
(base class),Account
,Application
,Attachment
,Card
,Context
,Emoji
,Instance
,List
,Mention
,Notification
,Relationship
,Report
,Results
,Status
,Tag
- Changed header location, now in mastodon-cpp/
- Replaced uint16_t with uint_fast16_t and uint64_t with uint_fast64_t
- Updated documentation
- Added Easy::get_link(), this extracts max_id and since_id from the Link-header
- The location of entity-headers has changed. They are now in mastodon-cpp/easy/entities/
- Fixed bug: answer contained the headers on HTTP error
- Added max_id() and since_id() to Easy::Link
- fixed Easy::Status::in_reply_to_id() and in_reply_to_account_id()
- added Easy::Entity::was_set() – returns true if the last requested value was set
- Added support for passing exceptions from curlpp
- removed errors 20-25
- bugfix: corrected header paths in all.hpp and notification.hpp
0.9.0-rc1
0.8.5-rc4
0.8.3-rc3
0.8.2-rc2
0.8.0-rc1
- Added class
Mastodon::Easy
which is a child ofMastodon::API
and is filled with classes for Entities:Entity
(base class),Account
,Application
,Attachment
,Card
,Context
,Emoji
,Instance
,List
,Mention
,Notification
,Relationship
,Report
,Results
,Status
,Tag
- Changed header location, now in mastodon-cpp/
- Replaced uint16_t with uint_fast16_t and uint64_t with uint_fast64_t
- Added error 23, "Transfer interrupted"
- Updated documentation