v0.5.6
New features
Thansk to @sabify, there is now possible arguments for the number formatter, see the book
There is also a new formatter for currency (still experimental), see the book
Addition of a resolve_locale function to access the user locale without initiating a context, this is usefull for server functions.
And some bugfixes.
What's Changed
- feat: implement
Displayfor direction by @sabify in #185 - feat: add number formatter
GroupingStrategyoption by @sabify in #188 - feat: add
currencyformatter by @sabify in #190 - Fixed missing static lifetime by @Baptistemontan in #192
- chore: update currency tests based on current currency codes by @sabify in #193
- Function to resolve the locale without a context by @Baptistemontan in #189
Full Changelog: v0.5.5...v0.5.6