Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 11 Apr 14:45
a55d4c6

Major Changes

  • 89bbcb7: Added new useTranslations function

    There is no backward compatibility because function API is changed. Refer to docs to learn more.

  • 3a570d3: Removed some overhead and updated to Astro v4.0.0

    There is no backward compatibility because of new built-in Astro i18n API.

    Deprecated features:

    • Custom integration
    • Literal types for locales
    • Strict translations loading from file system
    • Access to default locale
    • Custom middleware
    • l function
    • Integration with nanostores and @nanostores/i18n

Patch Changes