Skip to content
This repository has been archived by the owner on Jan 14, 2021. It is now read-only.

Releases: discordcr/discordcr

0.4.0 - "Hedone"

23 Jun 11:33
Compare
Choose a tag to compare

Major changes:

  • Now works with Crystal 0.25 (#141)
  • IDs are no longer stored as UInt64, but as a separate Snowflake type (#130)
  • Implementing various new Discord features
  • Fixing various bugs

0.3.0 - "Hysminai"

08 Aug 19:22
Compare
Choose a tag to compare

Insert changelog here later

0.2.0 - "Nyx"

24 Oct 16:34
Compare
Choose a tag to compare
  • discordcr now uses a logger (#6/#21)
  • REST request errors are now handled (#11/#39)
  • Fixed a mapping bug (#27/#40)
  • The bulk-delete endpoint works now (#26)
  • Discord timestamps are now parsed correctly (#29)
  • Some examples were added (#23/#25/#30)

0.1.1 - "Atë"

30 Sep 22:05
Compare
Choose a tag to compare
  • More stability by automatically reconnecting on exceptions (#18)
  • A minor mapping bug was fixed (#19/#20).

0.1.0 - "Creative Name"

24 Sep 21:06
Compare
Choose a tag to compare

Initial release! Hype!

This release adds:

  • working REST and gateway clients
  • state-of-the-art 429 handling
  • a simple caching system
  • and many smaller things.

This is a beta release, so expect bugs! Feel free to report everything you find.