Releases: asika32764/php-autolink
Releases · asika32764/php-autolink
2.2.0
What's Changed
- Exclude trailing parenthesis from URL by @noah-st-amand in #19
- Fix email with dots.
- New object Options
- Fixes some tests issues.
New Contributors
- @noah-st-amand made their first contribution in #19
Full Changelog: 2.1.0...2.2.0
2.1.0
- Upgrade PHP limit to 8.2up
- Use Phpunit 10 up
- Supports localhost links, must after a
{scheme}://
- Ignore trailing dot from URL
2.0.4
Full Changelog: 2.0.3...2.0.4
- Fix tests
- Add Github workflow
- Fix php 8 types issues
- Add escape handler
2.0.3
2.0.2
2.0.1
Fix docblock
2.0.0
- Support PHP 8.0 or higher.
- Rewrite some interfaces and use strict types.
- Drop non-necessary dependencies.
1.1.2
MIT
1.1.0
- Add linkNoScheme option
- Add autoEscape option
- Convert to MIT license
1.0.4
Update composer.json