Release 1.3.0
This commit is contained in:
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user