Releases: TeamHarTex/guilded-rs
model 0.1.0-dev.12
The twelfth development release of guilded-model
.
Release Notes
- addition of the
Mentions
object and the corresponding mention type structures - addition of the
Server
object
model 0.1.0-dev.11
The eleventh development release of guilded-model
.
Release Notes
- addition of the
Channel
object - addition of the
avatar
andbanner
fields to theUser
object andavatar
to thePartialUser
object - addition of
Channel
,Document
andListItem
related events
model 0.1.0-dev.10
The tenth development release of the guilded-model
crate.
Release Notes
- addition of embeds
http 0.1.0-dev.2
The second development release for the guilded-http
crate.
Release Notes
- addition of the
Route
enumeration to represent API routes.
http 0.1.0-dev.1
The first development release of guilded-http
.
Release Notes
Initial release of the guilded-http
crate.
Client
,ClientBuilder
,Connector
types.
model 0.1.0-dev.9
The ninth development release of guilded-model
.
Release Notes
Addition of the ListItemNote
as now specified by the Guilded API.
model 0.1.0-dev.8
The eighth development release of guilded-model.
Release Notes
Addition of member ban events as reflected in the Guilded API.
model 0.1.0-dev.7
The seventh development release of guilded-model
.
Release Notes
Addition of webhooks as reflected from the Guilded API.
model 0.1.0-dev.6
The sixth development release of guilded-model
.
Release Notes
Addition of structures for various events in the Guilded API.
model 0.1.0-dev.5
The fifth development release of guilded-model
.
Release Notes
- update the
ListItem
structure to reflect the updated object structure.