- API overhaul:
- Getting rid of the Intl object, as it only served as a wrapper of Locale. So the ...Format objects are now the top-level things.
- Remove most ...Options objects from the public API, as they make it more verbose. Users now directly input the options to the top-level ...Format constructor.
- Use => instead of block bodies for methods where possible.
- Fix some imports
- Add documentation to some classes.
- Remove some methods which are not implemented in ICU4X