blob: 5bbb74704c1f039214d7a4c7023280fe3e59534a (
plain)
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
|
CHANGE LOG
==========
## 1.3.1 (2015-03-21)
- Add plural rules for Yiddish (yi) and Divehi (dv)
## 1.3.0 (2015-03-20)
- Add Translator/Translation classes
## 1.2.0 (2015-03-19)
- Add plural rules for working with translations
- Add missing tests for formatting percentages
## 1.1.2 (2015-03-15)
- Do not suppress the script in the language tag for zh-Hans
## 1.1.1 (2015-03-13)
- Fix endonym (sr-Latn)
## 1.1.0 (2015-03-12)
- Add Divehi (dv)
- Add Maori (mi)
- Add Occitan (oc)
- Add Tatar (tt)
## 1.0.3 (2015-03-11)
- Tests timed out on Travis-CS
- Add failure information to exception
## 1.0.2 (2015-03-11)
- Add Locale::create() to create Locale objects from language tags and locale codes.
## 1.0.1 (2015-02-27)
- Add Locale::number() to format numbers.
- Add Locale::percent() to format percentages.
- Add Locale::htmlAttributes() for HTML elements.
- Some locales, such as shi-Tfng, are written left-to-right, even though tifinagh is a right to left script.
- Improve some sortable endonyms.
## 1.0.0 (2015-02-24)
- Initial release, with support for locales, languages, territories, scripts and variants.
|