Releases: benjhar/JokeAPI-Python
Releases · benjhar/JokeAPI-Python
Release list
Version 1.0.5
Version 1.0.4
Downgrade Python dependency to >=3.7
Version 1.0.3
Version 1.0.2
Version 1.0.1
Removed some unnecessary debug print statements.
Version 1.0.0 - The Async Update
The wrapper is now fully asynchronous. This is a breaking change, and so updating to this version without changing code first will result in errors. Using get_joke() and submit_joke will now require await statements before them.
Version 0.2.11
Fix default lang code and safe-mode
Version 0.2.10
Support safe-mode URL parameter for receiving jokes, and dry-run URL parameter for submitting jokes.
Version 0.2.8
Adds the submit endpoint functionality.