Releases: bear/ronkyuu
Releases · bear/ronkyuu
Version 0.9
Version 0.8
Dependency updates and changes to testing
version 0.7
Upgraded to support Python v3.7 only
v0.6
Update sendMention() to honour redirects as specified by Webmention Rocks Discovery Test #23
v0.5
v0.4 Release
- add new webmention.rocks based tests and helper tool
- fixed issue with parsing of link rel's because of quotes
- added Python v3 support, thanks @sknebel for the PR
v0.3.6 Release
Changes:
- add a debug flag to have discoverEndpoints and sendWebmention to retu…
- Merge pull request #11 from sknebel/sknebel-patch-bs4 -- fix package name for beautifulsoup4
- update link parsing to fix issue #13
- sendMention now follows redirects if the POST was a 405 and the histo…
- add requirements-test.txt to MANIFEST
- fixed mock usage; got 3 of 5 relme tests working
- tweaked Makefile to use requirements files
- tell BS4 to use html5lib parser and adjust requirements file to inclu…
- lint cleanup
v0.3.5
0.3.4 Release
Switched html parsing to html5lib + lxml
added html5lib and lxml to requirements
fixed 3 of 5 rel=me tests
0.3.2 Release
Mostly this is cleanup to the project itself, to examples and to the tests to fix various glitches.
The one new bit of code was to add an exception handler to the discoverEndpoints call so connection errors didn't crash the call.