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