xbotlib/CHANGELOG.md

51 lines
2.6 KiB
Markdown
Raw Normal View History

2021-01-10 18:17:10 +00:00
# xbotlib x.x.x (UNRELEASED)
# xbotlib 0.8.0 (2021-01-14)
- Support not providing response implementation ([#18](https://git.autonomic.zone/decentral1se/xbotlib/issues/18))
2021-01-13 22:21:32 +00:00
# xbotlib 0.7.1 (2021-01-13)
- Support logging ([#2](https://git.autonomic.zone/decentral1se/xbotlib/issues/2))
2021-01-13 21:49:52 +00:00
# xbotlib 0.7.0 (2021-01-13)
- Remove `room` as configuration and support arbitrary invite acceptance ([#15](https://git.autonomic.zone/decentral1se/xbotlib/issues/15))
# xbotlib 0.6.0 (2021-01-13)
- Implement direct/group API ([#13](https://git.autonomic.zone/decentral1se/xbotlib/issues/13))
2021-01-13 13:52:36 +00:00
# xbotlib 0.5.0 (2021-01-13)
- Revert `source` -> `sender` on `SimpleMessage` as it is more clear ([cf93c07294](https://git.autonomic.zone/decentral1se/xbotlib/commit/cf93c07294d72b11d465491680f5befe882db9bf))
# xbotlib 0.4.0 (2021-01-13)
- Internally manage all example bots ([#11](https://git.autonomic.zone/decentral1se/xbotlib/issues/11))
- `EasyMessage` -> `SimpleMessage` ([1a88f7049b](https://git.autonomic.zone/decentral1se/xbotlib/commit/1a88f7049b2cc6b6bc76efbcbb6e281b1d1227ff))
- Change `sender` to `source` on `SimpleMessage` to reflect user/room behaviour ([e0c8583b2d](https://git.autonomic.zone/decentral1se/xbotlib/commit/e0c8583b2d592d5b6668fea1ba0d7b4ffcba5600))
- Make `EchoBot` support group chats ([1137624180](https://git.autonomic.zone/decentral1se/xbotlib/commit/11376241808c967a83d6587e9d9acd21e808c3cf))
- Add additional `room` attribute to `SimpleMessage` ([deca260a67](https://git.autonomic.zone/decentral1se/xbotlib/commit/deca260a6705c18fab899149cb1817c050dcada8))
2021-01-12 21:04:29 +00:00
# xbotlib 0.3.2 (2021-01-12)
2021-01-13 13:08:10 +00:00
- Fix config parser environment loading for missing optional variables ([f909d43c59](https://git.autonomic.zone/decentral1se/xbotlib/commit/f909d43c591c011c9baf8cb967777b744cb6b566))
2021-01-12 21:04:29 +00:00
# xbotlib 0.3.1 (2021-01-12)
2021-01-13 13:08:10 +00:00
- Support `--no-input` flag and read configuration from the environment ([4f6f102d1e](https://git.autonomic.zone/decentral1se/xbotlib/commit/4f6f102d1e46aa888e7b49e31c2706bb276ea182))
# xbotlib 0.3.0 (2021-01-10)
2021-01-13 13:08:10 +00:00
- Error out if you don't provide a `react` implementation ([eb87de7de5](https://git.autonomic.zone/decentral1se/xbotlib/commit/eb87de7de5422eb584a56f4266a2bf1eddc5513d))
- Change `reply` to accept `body` as the first argument ([bca6e6c90a](https://git.autonomic.zone/decentral1se/xbotlib/commit/bca6e6c90a295ea99101cd93960b290573627065))
2021-01-10 18:17:10 +00:00
# xbotlib 0.2.0 (2021-01-10)
2021-01-13 13:08:10 +00:00
- Refine API for direct/chat responses ([18bae6ec09](https://git.autonomic.zone/decentral1se/xbotlib/commit/18bae6ec09c417005a438ce829746231c95b9d67))
2021-01-10 18:17:10 +00:00
# xbotlib 0.1.0 (2021-01-10)
- Initial release