Skip to content

Releases: benjhar/JokeAPI-Python

Version 1.0.5

01 Jul 06:45
9b782df
Compare
Choose a tag to compare

Remove needless print statement

Version 1.0.4

13 Apr 11:53
7933440
Compare
Choose a tag to compare

Downgrade Python dependency to >=3.7

Version 1.0.3

20 Feb 23:01
Compare
Choose a tag to compare

Fix a typo in main.py for idRange.

Version 1.0.2

06 Aug 15:28
Compare
Choose a tag to compare
v1.0.2

:memo: Update documentation

Version 1.0.1

06 Aug 14:24
Compare
Choose a tag to compare

Removed some unnecessary debug print statements.

Version 1.0.0 - The Async Update

05 Aug 19:53
Compare
Choose a tag to compare

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

07 May 18:20
Compare
Choose a tag to compare

Fix default lang code and safe-mode

Version 0.2.10

08 Mar 10:05
Compare
Choose a tag to compare

Support safe-mode URL parameter for receiving jokes, and dry-run URL parameter for submitting jokes.

Version 0.2.8

05 Nov 23:33
Compare
Choose a tag to compare

Adds the submit endpoint functionality.

Version 0.2.6

18 Sep 17:02
37a3493
Compare
Choose a tag to compare
v0.2.6

Update setup.py