Releases: jshmrtn/vue3-gettext
Releases · jshmrtn/vue3-gettext
v3.0.0-beta.2
What's Changed
Enhancements ✨
Fixes
- fix: extracted line numbers by @FedorSherbakov #50
- fix: handle empty plural translations by @tabun-matadorov in #51
New Contributors
- @0xJacky made their first contribution in #48
- @FedorSherbakov made their first contribution in #50
- @tabun-matadorov made their first contribution in #51
Full Changelog: v3.0.0-beta.1...v3.0.0-beta.2
v3.0.0-beta.1
Fixes
- add types to package.json exports
v3.0.0-alpha.1
Enhancements ✨
- added
sourceCodeLanguage
to config
Fixes
- correct line numbers of extracted messages
BREAKING CHANGES 💣
- plural calculation may change if
sourceCodeLanguage
is not set (see #36 for details)
v2.5.0-alpha.1
v2.4.0
Enhancements ✨
- remove seachPlaces from cosmiconfig to allow for .cjs config files
v2.3.3
Fixes
- interpolation of plain messages (the last release broke interpolation of messages without context/pluralization)
v2.3.2
Enhancements ✨
- internal refactoring to simplify translating messages
- removed
jest
in favor ofvitest
to speed up unit tests
Fixes
- crash with untranslated messages that matched a translated message with context
v2.3.0
Enhancements ✨
- export missing types
Fixes
- add missing declaration of
$language
inComponentCustomProperties
v2.2.3
Chores
- updated vulnerable dependencies