parent
d224b85d3a
commit
d5417af027
|
@ -1,9 +1,10 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- 'iojs-2'
|
||||
- 'iojs-1'
|
||||
- '4'
|
||||
- '3'
|
||||
- '2'
|
||||
- '1'
|
||||
- '0.12'
|
||||
- '0.11'
|
||||
script:
|
||||
- 'npm run test-cov'
|
||||
after_script:
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
|
||||
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
|
||||
==================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "koa-locales",
|
||||
"version": "1.2.0",
|
||||
"version": "1.3.0",
|
||||
"description": "koa locales, i18n solution for koa",
|
||||
"main": "index.js",
|
||||
"files": [
|
||||
|
|
Loading…
Reference in New Issue