v0.0.47 - Revert URL parenthesis fix (#381)
🌟 Summary
This release improves the way URLs are identified and processed, particularly in Markdown text, by refining the logic and handling edge cases like trailing parentheses and mixed formats.
📊 Key Changes
- 🔧 URL Parsing Update: Revised the regular expression logic for detecting URLs in Markdown, ensuring better handling of trailing characters and parentheses.
- 🧪 Expanded Test Coverage: Modified test cases to cover more edge cases, like mixed URL formatting and trailing punctuation.
- 📈 Version Bump: Updated project version from 0.0.46 to 0.0.47 to reflect these fixes.
🎯 Purpose & Impact
- ✅ Enhanced Reliability: By fixing edge case bugs, URL parsing becomes more precise and less prone to errors—increases workflow stability.
- 🌟 User Experience Boost: Users can expect smoother behavior when working with complicated link formatting in Markdown or text files.
- 🛠️ Improved Development Workflow: Developers gain confidence in link handling through stronger validation and testing practices.
This update ensures cleaner and more accurate handling of links, which is crucial for Markdown-heavy documentation, automation workflows, or any application dealing with varying URL formats. 🌐✨
What's Changed
- Revert URL parenthesis fix by @glenn-jocher in #381
Full Changelog: v0.0.46...v0.0.47