Skip to content

v0.0.38 - Fix `is_url()` wildcards (#350)

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 03 Jan 22:18
· 1 commit to main since this release
df36f01

🌟 Summary

Release v0.0.38 improves URL validation compatibility, enhances software reliability with better testing, and updates documentation for clarity. πŸš€

πŸ“Š Key Changes

  • Refined URL Validation (is_url()):
    • Enhanced HTTP headers for broader compatibility with different web server configurations.
    • Improved User-Agent and wildcard-based Accept headers for more robust URL handling.
  • Increased Test Coverage:
    • Introduced a new example test URL (bus.jpg) to validate the functionality of is_url().
    • Added a test print statement in the main script to demonstrate and verify URL handling behavior.
  • Documentation Update:
    • README clarified to specify that Swift code formatting requires the macos-latest runner in the workflow setup.
  • Version Bump: Official transition to version 0.0.38.

🎯 Purpose & Impact

  • Better URL Handling 🌐:
    • Strengthens the is_url() utility by making it more compatible with diverse web server environments.
    • Helps avoid issues when verifying links, ensuring smoother web resource validation for users and automated scripts.
  • Enhanced Reliability πŸ”:
    • Added test cases and examples bolster confidence in URL-handling functionality while making debugging easier.
  • Improved Documentation πŸ“–:
    • Clearer README documentation reduces confusion, making it easier for users to configure workflows, particularly those targeting Swift code workflows.
  • User Experience Boost πŸ’‘:
    • These changes collectively lead to more consistent tool performance and a better developer experience.

What's Changed

Full Changelog: v0.0.37...v0.0.38