haboli/CHANGELOG.md
2020-04-09 21:15:35 +00:00

30 lines
853 B
Markdown

# Changelog for haboli
## upcoming
- add `Haboli.Euphoria.Botrulez` module
- add `Haboli.Euphoria.Command` module and submodules
- add `Haboli.Euphoria.Lens` and add lenses to a few types
- add `Haboli.Euphoria.Listing` module
- add `Haboli.Euphoria.Util` module and move `respondingToPing` there
- add example bot (`Haboli.Euphoria.ExampleBot`)
- clean up project
- fix nick of example bot in readme
- remove `Haboli.Euphoria.Examples` module
- update `README.md` to reflect these changes
## 0.3.1.0
- add `Haboli.Euphoria` module
- add proper README
- clean up package structure
- update documentation
## 0.3.0.0
- fix Client not receiving all kinds of server events
- rename ConnectionConfig record accessors
## 0.2.0.0
- add all session and chat room commands
- modify `send` command so it also returns the old nick
## 0.1.0.0
- create project