Skip to content

Releases: TRowbotham/idna

0.3.0

19 Sep 00:32

Choose a tag to compare

Updated data files to Unicode 17.0.0

0.2.0

01 Jun 23:34

Choose a tag to compare

Added

  • New option IgnoreInvalidPunycode that when set to true enables an ASCII fast-path (fast path not implemented yet).
  • Now requires mbstring extension

Changed

  • Update data files to Unicode 16.0.0
  • Setting Transitional_Processing to true now emits a deprecation notice.
  • Bumped minimum PHP version to 8.1
  • Bumped phpstan/phpstan to ^2.1

0.1.5

10 Jan 19:54

Choose a tag to compare

  • Add UNICODE_VERSION constant to Idna class 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

12 Feb 00:16

Choose a tag to compare

  • Handle the rare possibility that string nomalization can fail
  • Test on PHP 8 release

0.1.3

04 Aug 20:41

Choose a tag to compare

  • Fix bug with domain names containing a URL delimiter

0.1.2

15 Jul 21:37

Choose a tag to compare

  • Performance improvements.

0.1.1

10 Jul 23:00

Choose a tag to compare

  • Performance improvements
  • Reduced memory footprint

0.1.0

10 Jun 21:26

Choose a tag to compare

0.1.0 Pre-release
Pre-release

Initial release