You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release includes a rewritten datetime component, type-safe preferences in all constructors, CLDR 46 and Unicode 16 data, new experimental duration and unit formatting components, an all-new WebAssembly demo, and improvements to many other components including locale tailoring in segmenter, algorithmic plural selection, and IXDTF parsing for zoned datetimes.
This release includes breaking changes. The most common you will encounter include:
All constructors take a preference bag by value instead of a &DataLocale.
Many functions had subtle renames, such as try_from_bytes becoming try_from_utf8.
The datetime component was rewritten, and call sites will need to be migrated.
Refer to the latest documentation for more information. Please also ask questions on GitHub.
This is a beta release, meaning that the team expects this to be mostly compatible with the upcoming 2.0 final release, but there is still room to make changes. Please send feedback by creating an issue or discussion on GitHub.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
This release includes a rewritten datetime component, type-safe preferences in all constructors, CLDR 46 and Unicode 16 data, new experimental duration and unit formatting components, an all-new WebAssembly demo, and improvements to many other components including locale tailoring in segmenter, algorithmic plural selection, and IXDTF parsing for zoned datetimes.
This release includes breaking changes. The most common you will encounter include:
&DataLocale
.try_from_bytes
becomingtry_from_utf8
.Refer to the latest documentation for more information. Please also ask questions on GitHub.
This is a beta release, meaning that the team expects this to be mostly compatible with the upcoming 2.0 final release, but there is still room to make changes. Please send feedback by creating an issue or discussion on GitHub.
This discussion was created from the release ICU4X 2.0 Beta 1.
Beta Was this translation helpful? Give feedback.
All reactions