Releases: RX14/fast_irc.cr
Releases · RX14/fast_irc.cr
0.3.4
0.3.3
Changelog
- (breaking change) Optimize
FastIRC::Reader(and thereforeFastIRC.parse). This optimization removes\ras a valid IRC line ending, only\nand\r\nare now valid. - The above optimization also removed a bug in
FastIRC::Readerwhere certain valid input could cause a crash.
0.3.2
0.3.1
0.3.0
Fast_irc.cr has been rewritten for efficiency and ease of use. The original version was produced as I was learning crystal, and was a mess.
Changelog
- Better documentation, including rewritten README.
- Easier to use interface for parsing IRC streams from IO
- Removed hackiness
- Added correctness (behind a switch)
The new release has slightly worse performance, but still performs in excess of 200MB/s