This repository has been archived by the owner on Jun 2, 2023. It is now read-only.
Releases: TeamHarTex/guilded-rs
Releases · TeamHarTex/guilded-rs
http 0.1.0-dev.9
Oops, skipped a version
Release Notes
- more routes added
model 0.1.0-dev.15
Release Notes
- addition of the
Emote
object
validation 0.1.0-dev.2
Release Notes
- validation for channel fields
model 0.1.0-dev.14
Release Notes
- addition of the
CalendarEvent
andCalendarEventCancellation
models, as reflected from recent updates - addition of the
CalendarEventMarker
for IDs
http 0.1.0-dev.7
Release Notes
- added
ServerChannelCreate
route API
http 0.1.0-dev.6
Release Notes
- addition of
CalendarEvent
CRUD routes
http 0.1.0-dev.5
Release Notes
- API changes
- exposure of
Client::request
, not currently implemented
http 0.1.0-dev.4
The fourth development release for guilded-http
.
Release Notes
A hot fix for publishing on crates.io.
http 0.1.0-dev.3
The third development release for guilded-http
.
Release Notes
- Finish formatting all routes as a string.
model 0.1.0-dev.13
The thirteenth development release of guilded-model
.
Release Notes
- Addition of
PartialListItem
andPartialListItemNote
objects. - Addition of the
mentions
field toListItem
andListItemNote
objects. - Renamed the
ForumThread
object to theForumTopic
object.