File tree 2 files changed +24
-1
lines changed
2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 1
1
2
+ ## v9.0.0-alpha.5 (2020-04-29)
3
+
4
+ #### :star : Features
5
+ * [ #20 ] ( https://github.com/intlify/vue-i18n-next/pull/20 ) feature placeholder literal ([ @kazupon ] ( https://github.com/kazupon ) )
6
+
7
+ #### :bug : Bug Fixes
8
+ * [ #28 ] ( https://github.com/intlify/vue-i18n-next/pull/28 ) fix: plural compiler bug ([ @kazupon ] ( https://github.com/kazupon ) )
9
+
10
+ #### :zap : Improvement Features
11
+ * [ #27 ] ( https://github.com/intlify/vue-i18n-next/pull/27 ) fix: add invalid token errors in placeholder ([ @kazupon ] ( https://github.com/kazupon ) )
12
+ * [ #26 ] ( https://github.com/intlify/vue-i18n-next/pull/26 ) compile error improvements ([ @kazupon ] ( https://github.com/kazupon ) )
13
+ * [ #25 ] ( https://github.com/intlify/vue-i18n-next/pull/25 ) fix: plural syntax error with parser ([ @kazupon ] ( https://github.com/kazupon ) )
14
+ * [ #24 ] ( https://github.com/intlify/vue-i18n-next/pull/24 ) fix: compilation error handling ([ @kazupon ] ( https://github.com/kazupon ) )
15
+ * [ #23 ] ( https://github.com/intlify/vue-i18n-next/pull/23 ) fix: improve literal compilation error ([ @kazupon ] ( https://github.com/kazupon ) )
16
+
17
+ #### :boom : Breaking Change
18
+ * [ #29 ] ( https://github.com/intlify/vue-i18n-next/pull/29 ) breaking: HTML message warning ([ @kazupon ] ( https://github.com/kazupon ) )
19
+ * [ #22 ] ( https://github.com/intlify/vue-i18n-next/pull/22 ) deprecated linked key with using paren token ([ @kazupon ] ( https://github.com/kazupon ) )
20
+
21
+ #### Committers: 1
22
+ - kazuya kawaguchi ([ @kazupon ] ( https://github.com/kazupon ) )
23
+
24
+
2
25
## v9.0.0-alpha.4 (2020-04-23)
3
26
4
27
#### :bug : Bug Fixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue-i18n" ,
3
3
"description" : " Internationalization plugin for Vue.js" ,
4
- "version" : " 9.0.0-alpha.4 " ,
4
+ "version" : " 9.0.0-alpha.5 " ,
5
5
"author" : {
6
6
"name" : " kazuya kawaguchi" ,
7
7
You can’t perform that action at this time.
0 commit comments