This repository has been archived by the owner on Feb 21, 2023. It is now read-only.
Releases: sorcix/irc
Releases · sorcix/irc
Go irc v1.1.2
Go irc v1.1.1
This small release brings a few bug fixes:
- Messages with trailing white-space are now handled correctly. (#7)
- Commands should be uppercase (#12)
Thanks to @stapelberg and @Kimau!
Go irc v1.1.0
The second tagged release brings:
- Support for older Go versions (#4)
- More test cases (6018e1f)
- Even more constants! Server communication (#5)
- Performance improvements (#6)
- A new
EmptyTrailing
setting inMessage
(#2)
Thanks to @stapelberg for his help with this update!
Go irc v1.0.0
The first release with a stable API.