Release 1.3.0

master 1.3.0
fengmk2 2015-09-14 17:40:34 +08:00
parent d224b85d3a
commit d5417af027
3 changed files with 12 additions and 4 deletions

View File

@ -1,9 +1,10 @@
language: node_js language: node_js
node_js: node_js:
- 'iojs-2' - '4'
- 'iojs-1' - '3'
- '2'
- '1'
- '0.12' - '0.12'
- '0.11'
script: script:
- 'npm run test-cov' - 'npm run test-cov'
after_script: after_script:

View File

@ -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.2.0 / 2015-08-31
================== ==================

View File

@ -1,6 +1,6 @@
{ {
"name": "koa-locales", "name": "koa-locales",
"version": "1.2.0", "version": "1.3.0",
"description": "koa locales, i18n solution for koa", "description": "koa locales, i18n solution for koa",
"main": "index.js", "main": "index.js",
"files": [ "files": [