Граф коммитов

24 Коммитов

Автор SHA1 Сообщение Дата
Daniel Karadachki a6c9ad20f0 fix: formatNumber does not return string if Infinity or NaN 2017-10-03 14:14:13 +03:00
Daniel Karadachki 58a0fe429d fix: parse accounting numbers with negative format 2017-09-14 17:38:35 +03:00
Daniel Karadachki 2cc82ff6c6 feat: add currency accounting formatting 2017-06-12 10:52:08 +03:00
Daniel Karadachki 7779b312ef fix: parseNumber should not throw error if currency(s) are not loaded 2017-05-25 16:24:05 +03:00
Daniel Karadachki bc4eba1212 fix: return empty string if null or undefined value is passed 2017-04-18 17:06:56 +03:00
Daniel Karadachki 6da228a588 fix(formatNumber): custom format with ? as literal 2017-04-18 17:03:14 +03:00
Daniel Karadachki 71860a7084 test(formNumber): percent and currency custom format tests 2017-04-18 16:53:59 +03:00
Daniel Karadachki cea2ac7eda fix(formatNumber): incorrect leading group separator for locales with zero group sizes 2017-04-18 16:34:06 +03:00
Daniel Karadachki b072a73f22 fix(formatNumber): use locale specific decimal separator for scientific formatting 2017-04-18 16:04:08 +03:00
Daniel Karadachki 82562a67a4 fix(formatNumber): remove trailing zeros after rounding 2017-04-18 15:50:03 +03:00
Daniel Karadachki 45de3bc0ef fix(numbers): limit precision 2017-04-06 14:48:23 +03:00
Daniel Karadachki 310a28041f fix(numers): custom format grouping with negative format 2017-04-06 14:34:43 +03:00
Georgi Krustev 8868db7ebf fix(formatNumber): format null value as empty string (#20)
* fix(formatNumber): format null value as empty string

* chore(travis-ci): upgrade node.js version
2017-04-05 12:26:08 +03:00
Daniel Karadachki 055368ed92 fix(numbers): constant format is interpreted as zero format 2017-02-24 17:20:34 +02:00
Daniel Karadachki 679ab90467 fix: determine default currency based on chronological order 2017-02-23 17:15:21 +02:00
Tsvetomir Tsonev 6f8c37f7de chore: validate currency data region 2016-09-05 11:59:01 +03:00
Daniel a71054dd2d feat: add support for currency name unit pattern 2016-07-05 13:06:37 +03:00
Daniel 5ce708ef78 feat: add default number format and check for invalid values 2016-07-04 16:01:54 +03:00
Daniel 9cc09f8576 feat: do not load likelySubtags by default 2016-06-22 17:06:26 +03:00
Daniel e35c78e377 feat: attempt to parse currency using all display formats 2016-06-22 15:48:59 +03:00
Daniel ce4ef7d76a fix: scientific formatting with zero minimumFraction digits 2016-06-22 15:08:03 +03:00
Daniel 838746a7ed feat: value specific currency display name 2016-06-13 18:35:14 +03:00
Daniel 9d6124cb7d fix: negative number thousands formatting 2016-06-13 15:08:47 +03:00
Daniel 59bd934e17 test: numbers 2016-06-09 15:09:04 +03:00