Changelog for telegram-bot-simple-0.3.2
0.3.2
- Implement sendDocument function support. (see #31);
- Add Travis CI (see #32);
- Add MonadFail instance for UpdateParser (see #27); 0.3.0
- Add
underlineandstrikethroughMessageEntityTypes(see #25); - Fix for Stack 15 (see #24);
- Fix installation after breaking change in
servant-0.16(see #21); - Add
phonenumbertype (see #23); - Add
cashtagmessage entity type (close #19) (see #20); - Feat/kick chat member (see #17);
- Feat/delete message method (see #16);
- Fix
startBotAsync, addprocessActionsIndefinitely(see #12); - Add some badges to README (Hackage/Stackage/Travis) (see 11f13f3);
- Remove temporary
files/scriptsfrom repo (see 6bc9f48); - Add info about LambdaConf 2018 workshop and contributing (see 1ba4d95);
- Add
Data.Monoidimport to fix builds on GHC 8.2 (see c798001);
0.2.0
-
Major changes:
- Add bot jobs support (see
9e0424e); - Add
Telegram.Bot.Simple.Debug(see7db84c5,49679d4,5ba949b); - Introduce
BotEnvwith model state and action queue (see98c869a); - Add support for message editing (see
b7c83a4); - Introduce
replyOrEdithelper (seeecc21cd); - Add useLatestUpdateInJobs helper to enable reply in jobs (see
385f9e6,8a12ceb,448bcd2);
- Add bot jobs support (see
-
Minor changes:
- Add
getEnvTokenhelper (seece7d1f7); - Add
IsStringinstance forTelegram.Token(seef105bb9); - Print Servant errors when
getUpdatesfails (seebc7c5bb); - Split
Telegram.Bot.Simpleinto several submodules (see8ed2783); - Add
withEffecthelper inTelegram.Bot.Simple.Eff(seeaebba52); - More Haddock documentation;
- Add
-
Fixes: