xbotlib/CHANGELOG.md

23 lines
1.0 KiB
Markdown
Raw Normal View History

2021-01-10 18:17:10 +00:00
# xbotlib x.x.x (UNRELEASED)
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