Releases: benjhar/JokeAPI-Python
Releases · benjhar/JokeAPI-Python
Version 1.0.5
Version 1.0.4
Downgrade Python dependency to >=3.7
Version 1.0.3
Fix a typo in main.py for idRange.
Version 1.0.2
v1.0.2 :memo: Update documentation
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.
Version 0.2.6
v0.2.6 Update setup.py