333
schangxiang@126.com
2025-09-19 18966e02fb573c7e2bb0c6426ed792b38b910940
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
 
1.11.0 / 2019-04-30
==================
 
**features**
  * [[`0767037`](http://github.com/koajs/locales/commit/0767037b3cd27ddf1b82a93f03ace79e76c0e400)] - feat: ctx.__setLocale (#36) (Yiyu He <<dead_horse@qq.com>>)
 
1.10.0 / 2019-04-29
==================
 
**features**
  * [[`3043365`](http://github.com/koajs/locales/commit/3043365e09cfd76bf6ef54a4cd7347a97d08fdc5)] - feat: add __getLocaleOrigin (#35) (Yiyu He <<dead_horse@qq.com>>)
 
1.9.0 / 2019-04-17
==================
 
**features**
  * [[`08037ee`](http://github.com/koajs/locales/commit/08037ee0ae0a1d74a63d1d7112c79fa43ddf6cd0)] - feat: allow custom locale store cookie domain (#33) (fengmk2 <<fengmk2@gmail.com>>)
 
1.8.0 / 2018-01-12
==================
 
**features**
  * [[`f89c675`](http://github.com/koajs/locales/commit/f89c6755c1b16a78617ceb071d1c9a8137c8c7a6)] - feat: add writeCookie option (#28) (Tao Xu <<angelxutao@gmail.com>>)
 
1.7.0 / 2017-04-27
==================
 
  * feat: Add more debug information on a 'silly' level
 
1.6.0 / 2017-04-27
==================
 
  * feat: support header lang from localeAlias (#27)
 
1.5.2 / 2017-01-13
==================
 
  * fix: make sure signed=false on set/get cookie (#24)
 
1.5.1 / 2016-05-21
==================
 
  * deps: humanize-ms@1.2.0, use ^ (#22)
 
1.5.0 / 2016-03-16
==================
 
  * feat: add localeAlias options
  * chore(package): update benchmark to version 2.0.0
 
1.4.4 / 2015-12-23
==================
 
  * fix: return empty if the key-value is empty value
 
1.4.3 / 2015-12-09
==================
 
 * fix: if header sent, don't set the cookie
 * doc(options.dirs): fix api doc
 
1.4.2 / 2015-09-20
==================
 
 * refact(es6): use es6 syntax.
 
1.4.1 / 2015-09-18
==================
 
 * refact(nested-data): transform nested data on load localization data.
 
1.4.0 / 2015-09-17
==================
 
 * feat: Support nested locale keys.
 
1.3.1 / 2015-09-15
==================
 
 * fix: merge-descriptors should be in dependencies
 
1.3.0 / 2015-09-14
==================
 
 * feat: Multiple locale paths support.
 * refact(apply): apply is not too slow than direct call. fixed #2
 
1.2.0 / 2015-08-31
==================
 
 * refact(endsWith): endsWith is fast than regexp
 * revert slice arguments to args
 
1.1.0 / 2015-08-31
==================
 
 * feat: paramter support object
 * refact: arguments to array.
 * optimize use regexp without caught group
 
1.0.2 / 2015-05-17
==================
 
 * feat: support *.properties resource files
 
1.0.1 / 2015-05-16
==================
 
 * Optimization killers
 
1.0.0 / 2015-05-16
==================
 
 * first release