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: