All notable changes to this project will be documented in this file. This change log follows the conventions of keepachangelog.com.
0.1.0 - 2019-12-19
- Add tests for long-polling functions.
- Change long-polling functions to return boolean values.
- Remove :jar-exclusions from project.clj.
- Fix for cljdoc and excluding files from jar.
0.0.9 - 2019-12-17
0.0.8 - 2019-12-17
- Convert returning jsons' keys from snake to kebab case.
0.0.7 - 2019-12-16
0.0.6 - 2019-12-16
- Add more test codes. (WIP)
- Rename
stop-polling
to stop-polling-updates
for clarity.
0.0.5 - 2019-12-13
- Add some more test codes. (WIP)
0.0.4 - 2019-12-13
- Add some test codes. (WIP)
- Change
stop-polling
function to return a boolean value.
0.0.3 - 2019-12-13
- Fix typo:
edit-message-caption
to edit-message-media
.
- Reorganize files for tests. (WIP)
0.0.2 - 2019-12-12
- Fix not to wait for returned channel when polling updates.
- Edit guides in README.md.
0.0.1 - 2019-12-09
- Add functions for long-polling updates.
- Reorganize files.
- Add timestamp to log functions.
- Edit guides in README.md.
0.0.0 - 2019-12-09