Revision history for Perl extension URL::XS.

v0.3.0 2021-12-22
    - Fixed existing tests
    - Added new tests
    - Fixed typo in README* and pod
    - Added parsing url credentiials (username and password)
    - Removed .travis.yml
    - Added github actions ci scenario
    - Increased MIN_PERL_VERSION (requires version 5.26 instead of 5.24)

v0.2.0 2021-12-07
    - Renamed package IURL->URL (::XS)
    - Fixed README*

v0.1.0 2021-11-30
    - First release.
      Added main functionality: parse_url, split_url_path, parse_url_query.
      Added tests, docs and Travis CI scenario.