Releases: lipoja/URLExtract
Releases · lipoja/URLExtract
Release v1.9.0
What's Changed
- Update shield images by @lipoja in #150
- Fixing filter of mixed case hostnames by @lipoja in #158
- Accepting only ASCII characters left from TLD. by @lipoja in #159
- Adding support for Python 3.12 by @lipoja in #160
- Fixing parsing of Markdown links by @lipoja in #161
Full Changelog: v1.8.0...v1.9.0
Release v1.8.0
What's Changed
- Fix index issue with uppercase characters in domain names by @iwangpeng in #140
- Add Python 3.11 by @elliotwutingfeng in #141
- Update github action triggers for tox test by @lipoja in #145
- Adding the ability to set stop characters inside of a scheme by @lipoja in #146
- Fixing typos in strings by @lipoja in #147
- Adding ability to filter out mixed case host-names by @lipoja in #148
New Contributors
- @iwangpeng made their first contribution in #140
- @elliotwutingfeng made their first contribution in #141
Full Changelog: v1.7.1...v1.8.0
v1.7.1
Release v1.7.0
What's Changed
- Add type hints by @mimi89999 in #132
- Fixing mypy checks by @lipoja in #133
- Remove unreserved characters from the beginning of found URL by @lipoja in #134
- Correct handling when authority starts with @ symbol by @lipoja in #135
New Contributors
- @mimi89999 made their first contribution in #132
Full Changelog: v1.6.0...v1.7.0
Release v1.6.0
What's Changed
- Add a list of URLs allowed to extract by @khoben in #125
- Updating tests with correct order of actual == expected by @lipoja in #126
- Update list of TLDs
Full Changelog: v1.5.0...v1.6.0