Skip to content

Releases: Kronopt/xkcd-wrapper

Version 1.0.2

01 Nov 20:03
ff7e934
Compare
Choose a tag to compare
  • Support python 3.10
  • Update dependencies

Version 1.0.1

28 Feb 16:04
66d6483
Compare
Choose a tag to compare
  • Deprecate python 3.5
  • Support python 3.9
  • Update dependencies

Version 1.0.0

06 Sep 20:06
50cceae
Compare
Choose a tag to compare
  • Reworked xkcd API response json decoding
  • Reworked Comic
  • Client and AsyncClient can now retrieve comic images

Version 0.2.2

13 Aug 22:10
03c3d85
Compare
Choose a tag to compare
  • Fixed failing to import xkcd_wrapper if either only requests or aiohttp were installed

Version 0.2.1

11 Aug 21:39
a8a43a3
Compare
Choose a tag to compare
  • Separate dependencies (you can now use the async implementation without having to install the sync dependencies and vice versa)

Version 0.2.0

08 Aug 03:38
9d5203a
Compare
Choose a tag to compare
  • Async implementation

Version 0.1.0

23 Apr 20:54
Compare
Choose a tag to compare
  • First xkcd-wrapper release
  • Client and Comic classes