Releases: TRowbotham/idna
Releases · TRowbotham/idna
0.3.0
0.2.0
Added
- New option
IgnoreInvalidPunycodethat when set totrueenables an ASCII fast-path (fast path not implemented yet). - Now requires
mbstringextension
Changed
- Update data files to Unicode 16.0.0
- Setting
Transitional_Processingtotruenow emits a deprecation notice. - Bumped minimum PHP version to 8.1
- Bumped
phpstan/phpstanto^2.1
0.1.5
- Add
UNICODE_VERSIONconstant toIdnaclass that returns a string with the Unicode version of the data files used - Update data files to Unicode 14
- Update PHPStan to 1.0
0.1.4
- Handle the rare possibility that string nomalization can fail
- Test on PHP 8 release
0.1.3
- Fix bug with domain names containing a URL delimiter
0.1.2
- Performance improvements.
0.1.1
- Performance improvements
- Reduced memory footprint
0.1.0
Initial release