Skip to content

v0.0.5

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Jul 12:22
· 31 commits to main since this release
473fc0a

Patch Changes

  • 9d594d0: ✨ Added aliases for useLocale and useLocales composables.

    Now you can call createTranslation or useTranslation instead of useLocale as well as call useTranslations instead of useLocales. This might be useful for you to write more comprehensive and self-documenting code.

  • 1979955: ✨ Added YAML support.

    Now you can load not only .json translation files, but also .yaml and .yml.

  • ab65f5e: 📦 Rearranged dependencies