-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
CHANGELOG
86 lines (60 loc) · 2.51 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
# Changelog
**9.0.1** (Nov 30, 2021)
* Fixes typo in the documentation (thanks @jcmrva)
**9.0.0** (Sep 2, 2021)
* Adds supports to different numeric systems: Western and Indian
* Adds `indianLocale` to work with Lakhs and Crores
* Enhances use cases of `fromString` for more precise results
* Adds missing modules to the test suite
**8.1.4** (Sep 19, 2020)
* Clarify `base` locale behavior when compared to `String.toFloat` (thanks @aszenz)
**8.1.3** (Sep 8, 2020)
* Fix regular expression that caused error in `Locales.fromString` (thanks @kdelwat)
**8.1.2** (May 18, 2020)
* Moves `Stringfy` and `Parser` to a namespace under `FormatNumber`
**8.1.1** (Apr 29, 2020)
* Fixes `Locale.fromString` documentation (and minor refactor; thanks again @pravdomil)
**8.1.0** (Apr 25, 2020)
* Adds `Locale.fromString` (thanks @pravdomil)
**8.0.0** (Mar 25, 2020)
* Adds `Decimals` to `Locale` types to simplify the API (thanks @malidukica & @jhf)
* Removes `humanize`
**7.0.0** (Sep 12, 2019)
* Add zero prefix and suffix (thanks @LemonIceScream)
**6.2.0** (Sep 7, 2019)
* Expose `Humanize` module, enhancing documentation (thanks @coinop-logan)
**6.1.0** (Jul 21, 2019)
* Adds `humanize` function
**6.0.2** (Aug 28, 2018)
* Upgrades to Elm 0.19
**6.0.1** (Jul 12, 2018)
* Uses`elm-round` 1.0.3 (or higher) to fix the bug with too large (or tiny) numbers (usually with scientific notation)
**6.0.0** (May 15, 2018)
* Adds positive prefix/suffix to `Locale`s (thanks @joshhornby)
**5.0.5** (May 15, 2018)
* Fixes test suite
**5.0.4** (May 15, 2018)
* Updates `hoek` dependency due to a vulnerability in older versions of this package
* Updates elm-verify-examples (dependency for development)
**5.0.3** (Feb 23, 2018)
* Updates dependencies & documentation
**5.0.2** (Jul 23, 2017)
* Updates documentation
**5.0.1** (Jul 23, 2017)
* Updates documentation
**5.0.0** (Jul 23, 2017)
* Supports for customization of the negative representation
**4.0.2** (Jun 4, 2017)
* Updates documentation
**4.0.1** (Apr 1, 2017)
* Fixes bug with negative numbers (thanks @pedrocalderon)
* Fixes bug large numbers (thanks @chancyk)
**4.0.0** (Feb 24, 2017)
* `Locale` now lives inside `FormatNumber` module to avoid conflicts (thanks @peteygao)
**3.0.0** (Feb 11, 2017)
* No more chance to format `Int`: one `format` to rule them all (thanks @rogeriochaves)
* Useful `Locale`s included (thanks @lovasoa)
* Minor fixes
**2.0.0** (Dec 27, 2016)
* Introduces `Locale` type alias
**1.0.0** (Dec 17, 2016)