Skip to content
This repository was archived by the owner on Dec 31, 2024. It is now read-only.

Commit 77d04e8

Browse files
committed
🎉 release: 3.1.0
1 parent a22b0ee commit 77d04e8

File tree

7 files changed

+787
-159
lines changed

7 files changed

+787
-159
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
<a name="3.1.0"></a>
2+
# [3.1.0](https://github.com/kazupon/vue-i18n/compare/v3.0.0...v3.1.0) (2016-05-09)
3+
4+
5+
### :star: New Features
6+
7+
* component locales ([12fe695](https://github.com/kazupon/vue-i18n/commit/12fe695)), closes [#29](https://github.com/kazupon/vue-i18n/issues/29)
8+
9+
10+
### :warning: Depcreted
11+
12+
* **options:** remove Vue.use options ([d87b59b](https://github.com/kazupon/vue-i18n/commit/d87b59b))
13+
14+
15+
### :zap: Improvements
16+
17+
* **keypath:** port the object path parser ([3ae04b7](https://github.com/kazupon/vue-i18n/commit/3ae04b7))
18+
* **translation:** fix hypenate included key translating ([d0a415f](https://github.com/kazupon/vue-i18n/commit/d0a415f)), closes [#24](https://github.com/kazupon/vue-i18n/issues/24)
19+
* **translation:** warning outputing when cannot translate with keypath ([b4c7c0e](https://github.com/kazupon/vue-i18n/commit/b4c7c0e)), closes [#22](https://github.com/kazupon/vue-i18n/issues/22)
20+
21+
22+
123
<a name="3.0.0"></a>
224
# [3.0.0](https://github.com/kazupon/vue-i18n/compare/v2.4.1...v3.0.0) (2016-04-18)
325

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Internationalization plugin of Vue.js
1919
jsdelivr
2020

2121
```html
22-
<script src="https://cdn.jsdelivr.net/vue.i18n/3.0.0/vue-i18n.min.js"></script>
22+
<script src="https://cdn.jsdelivr.net/vue.i18n/3.1.0/vue-i18n.min.js"></script>
2323
```
2424

2525
## NPM

0 commit comments

Comments
 (0)