Skip to content

Releases: golang/text

Upgrade to CLDR 32

Choose a tag to compare

@mpvl mpvl released this 21 Feb 17:04
v0.3.0

CLDR 32

Support for multiple Unicode versions. Includes Unicode 10.

Choose a tag to compare

@mpvl mpvl released this 14 Dec 12:54

As of this release, x/text/ will select the Unicode version for the relevant tables based on the Unicode version of the Go compiler used. Currently Unicode 9 and 10 are supported, which means that x/text will automatically select the right version as of Go 1.7. Keeping tables in sync prevents unexpected behavior and eliminates certain security concerns.

First tagged release

Choose a tag to compare

@mpvl mpvl released this 14 Sep 09:29

Unicode 9.0.0
CLDR 31

Tagging this as a release as upgrade to Unicode 10 is imminent.