Update changelog and fix some small issues
This commit is contained in:
parent
e048424eac
commit
370b05da61
3 changed files with 10 additions and 3 deletions
|
|
@ -4,12 +4,19 @@
|
||||||
**Table of Contents**
|
**Table of Contents**
|
||||||
|
|
||||||
- [Changelog for haboli](#changelog-for-haboli)
|
- [Changelog for haboli](#changelog-for-haboli)
|
||||||
|
- [upcoming](#upcoming)
|
||||||
- [0.3.0.0](#0300)
|
- [0.3.0.0](#0300)
|
||||||
- [0.2.0.0](#0200)
|
- [0.2.0.0](#0200)
|
||||||
- [0.1.0.0](#0100)
|
- [0.1.0.0](#0100)
|
||||||
|
|
||||||
<!-- markdown-toc end -->
|
<!-- markdown-toc end -->
|
||||||
|
|
||||||
|
## upcoming
|
||||||
|
* add `Haboli.Euphoria` module
|
||||||
|
* add proper README
|
||||||
|
* clean up package structure
|
||||||
|
* update documentation
|
||||||
|
|
||||||
## 0.3.0.0
|
## 0.3.0.0
|
||||||
* fix Client not receiving all kinds of server events
|
* fix Client not receiving all kinds of server events
|
||||||
* rename ConnectionConfig record accessors
|
* rename ConnectionConfig record accessors
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@ For more information, see the haddock for the `Haboli.Euphoria.Client` and
|
||||||
|
|
||||||
## Example bot
|
## Example bot
|
||||||
|
|
||||||
Here is a very basic example bot that Replies to `!ping` with `Pong!`:
|
Here is a very basic example bot that replies to `!ping` with `Pong!`:
|
||||||
|
|
||||||
```haskell
|
```haskell
|
||||||
pingPongBot :: Client () ()
|
pingPongBot :: Client () ()
|
||||||
|
|
|
||||||
|
|
@ -77,8 +77,8 @@ import qualified Data.Text as T
|
||||||
import Data.Time
|
import Data.Time
|
||||||
import Data.Time.Clock.POSIX
|
import Data.Time.Clock.POSIX
|
||||||
|
|
||||||
-- | A class for all types that can be converted into an 'Data.Aeson.Object'.
|
-- | A class for all types that can be converted into an
|
||||||
-- Similar to 'ToJSON', but more restrictive.
|
-- 'Data.Aeson.Types.Object'. Similar to 'ToJSON', but more restrictive.
|
||||||
class ToJSONObject a where
|
class ToJSONObject a where
|
||||||
toJSONObject :: a -> Object
|
toJSONObject :: a -> Object
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue