Releases: johannschopplich/vue-i18n
Releases · johannschopplich/vue-i18n
v1.3.0
🐞 Bug Fixes
- Unescaped regex source character - by @johannschopplich (d824e)
🏎 Performance
- Remove
ohash
dependency - by @johannschopplich (d0af8)
View changes on GitHub
v1.2.1
🐞 Bug Fixes
- Sensible default for
Messages
default - by @johannschopplich (41382)
View changes on GitHub
v1.2.0
🚀 Features
- Strictly typed messages for composable usage - by @johannschopplich (4f00a)
View changes on GitHub
v1.1.5
🐞 Bug Fixes
- Allow nullable keys for
TranslationParameters
- by @johannschopplich (efba2)
View changes on GitHub
v1.1.4
v1.1.3
🐞 Bug Fixes
- Stricter
params
types - by @johannschopplich (1ca64) - Messages type from composable - by @johannschopplich (e89f4)
View changes on GitHub
v1.1.2
v1.1.1
v1.1.0
🚀 Features
LocaleMessages
type - by @johannschopplich (42d15)
🏎 Performance
- Cache translated keys for current lang - by @johannschopplich (50c5d)
- Remove messages deep clone in favor of
readonly
- by @johannschopplich (f9b3c)
View changes on GitHub
v1.0.2
🐞 Bug Fixes
- Warn if key is empty - by @johannschopplich (0acf9)
- Empty message key log - by @johannschopplich (f42b4)
🏎 Performance
- Remove
klona
dependency - by @johannschopplich (c2950)