Skip to content

Releases: jshmrtn/vue3-gettext

v3.0.0-beta.2

07 Nov 09:23
e7a4220
Compare
Choose a tag to compare

What's Changed

Enhancements ✨

  • feat: added support for extracting messages from tsx by @0xJacky in #48

Fixes

New Contributors

Full Changelog: v3.0.0-beta.1...v3.0.0-beta.2

v3.0.0-beta.1

31 May 08:46
e26f1ee
Compare
Choose a tag to compare
v3.0.0-beta.1 Pre-release
Pre-release

Fixes

  • add types to package.json exports

v3.0.0-alpha.1

04 Apr 11:25
46bf3e4
Compare
Choose a tag to compare
v3.0.0-alpha.1 Pre-release
Pre-release

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

19 Jan 11:24
0435499
Compare
Choose a tag to compare
v2.5.0-alpha.1 Pre-release
Pre-release

What's Changed

Enhancements ✨

  • Add custom keywords, and Chinese translation by @youthlin in #35
    • this will allow you to define custom keywords for gettext functions and also extract messages from those

New Contributors

v2.4.0

19 Jan 11:18
970578a
Compare
Choose a tag to compare

Enhancements ✨

  • remove seachPlaces from cosmiconfig to allow for .cjs config files

v2.3.3

17 Aug 12:05
f8e9841
Compare
Choose a tag to compare

Fixes

  • interpolation of plain messages (the last release broke interpolation of messages without context/pluralization)

v2.3.2

17 Aug 10:16
eac6a91
Compare
Choose a tag to compare

Enhancements ✨

  • internal refactoring to simplify translating messages
  • removed jest in favor of vitest to speed up unit tests

Fixes

  • crash with untranslated messages that matched a translated message with context

v2.3.0

15 Jun 09:09
af9de62
Compare
Choose a tag to compare

Enhancements ✨

  • export missing types

Fixes

  • add missing declaration of $language in ComponentCustomProperties

v2.2.3

29 Mar 10:03
41a795e
Compare
Choose a tag to compare

Chores

  • updated vulnerable dependencies

v2.2.2

29 Mar 10:02
52cd582
Compare
Choose a tag to compare

Fixes

  • properly serialize text nodes in template tags (#21)