fast_irc.cr v0.3.3 Release Notes

Release Date: 2017-11-26 // over 6 years ago
  • ๐Ÿ”„ Changelog

    • (breaking change) Optimize FastIRC::Reader (and therefore FastIRC.parse). This optimization removes \r as a valid IRC line ending, only \n and \r\n are now valid.
    • ๐Ÿšš The above optimization also removed a bug in FastIRC::Reader where certain valid input could cause a crash.

Previous changes from v0.3.2

  • ๐Ÿ”„ Changelog

    • ๐ŸŽ Minor performance improvement in subsequent calls of Message#tags or Message#params.