numerix 1.0.1
numerix: ^1.0.1 copied to clipboard
A cross-platform number formatting package with localization, compact mode, and ordinal support. By PT. Nicxon International Solutions
Change Log #
All notable changes to the NumeriX package will be documented in this file.
1.0.1 - 2025-05-20 #
- Code quality improvement.
1.0.0 - 2025-05-20 #
Added #
- Cross-platform number formatting package with localization, compact mode, ordinal support, and more.
- Supports multiple languages including English, French, Spanish, Persian, Arabic, and others.
- Initial support for changing language, decimal separator, and thousand separator.
- Number formatting with localization, including separators and compact mode.
- Ordinal number formatting for supported languages.
- Currency formatting with flexible symbol placement.
- Percentage formatting and Roman numeral conversion.
- Number to words (English only) and duration formatting.
- Digit localization for Persian and Arabic number scripts.
- Fallback localization support across number formatting functions.
- Compact number suffixes for multiple languages.
- Return types fixed in clampNumber and parseFormattedNumber to ensure consistent output.
- Correct parsing of localized formatted numbers back to numeric values.