Discordcr Versions Save

Minimalist Discord library for Crystal. (Still WIP, but usable)

v0.4.0

5 years ago

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

v0.3.0

6 years ago

Insert changelog here later

v0.2.0

7 years ago
  • 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)

v0.1.1

7 years ago
  • More stability by automatically reconnecting on exceptions (#18)
  • A minor mapping bug was fixed (#19/#20).

v0.1.0

7 years ago

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.