All Versions
50
Latest Version
Avg Release Cycle
2 days
Latest Release
-

Changelog History
Page 1

  • v0.1.20.1 Changes

    • ๐Ÿ“š Documentation improvements.
  • v0.1.20.0 Changes

    • ๐ŸŒฒ Migrate do di-polysemy 0.2, runBotIO no longer handles the Log effect.
  • v0.1.19.2 Changes

    • ๐Ÿ›  Fix broken Float parsing.
  • v0.1.19.1 Changes

    • ๐Ÿ›  Fixed another missing activity type
  • v0.1.19.0 Changes

    • ๐Ÿ‘Œ Support hidden commands.
  • v0.1.18.1 Changes

    • ๐Ÿ›  Fix custom presences failing to parse.
  • v0.1.18.0 Changes

    • โž• Add raw message events: RawMessageUpdateEvt, RawMessageDeleteEvt, RawMessageDeleteBulkEvt, RawMessageReactionAddEvt, RawMessageReactionRemoveEvt, RawMessageReactionRemoveAllEvt.

    • ๐Ÿ›  Fixed bulk message deletes firing a message delete per deleted message, instead of a bulk message delete event (I'm not sure how I did that).

    • โž• Add animated field to Partial Emojis.

    • ๐Ÿ‘‰ Make show instances for Partial Emoji and RawEmoji show to their discord representation.

  • v0.1.17.2 Changes

    2020-07-04

    • โฌ‡๏ธ Drop GHC-8.6.5, it doesn't like strictdata

    • ๐Ÿ‘‰ Use unboxing-vector instead of doing stuff ourselves

  • v0.1.17.1 Changes

    2020-06-29

    • ๐Ÿšš waitUntil and waitUntilM now correctly remove the temorary event handler they create if an exception is raised.
  • v0.1.17.0 Changes

    2020-06-28

    • ๐Ÿ‘ Allow the session used for http requests to be specified to the client.

    • โฌ‡๏ธ Drop from using a Wreq fork to vanilla Wreq.

    • TFile now requires a filename parameter.