Skip to content

Releases: seek-oss/vocab

[email protected]

31 Oct 02:22
3a3ab6f
Compare
Choose a tag to compare

Major Changes

@vocab/[email protected]

31 Oct 02:22
3a3ab6f
Compare
Choose a tag to compare

Patch Changes

@vocab/[email protected]

31 Oct 02:22
3a3ab6f
Compare
Choose a tag to compare

Patch Changes

@vocab/[email protected]

31 Oct 02:22
3a3ab6f
Compare
Choose a tag to compare

Patch Changes

@vocab/[email protected]

31 Oct 02:22
3a3ab6f
Compare
Choose a tag to compare

Patch Changes

  • #272 dad4649 Thanks @adenj! - Fix translation issue caused by mismatched Phrase locale identifiers.

    Previous behaviour meant that translations were pushed using the locale name in Phrase, but Vocab was retrieving translations by locale code. Phrase locale codes and locale names are not always aligned. This would lead to Vocab searching for translations by code rather than name, often resulting in missing translations.

    Vocab now consistently pushes and pulls translations using Phrase’s locale name, regardless of the locale code set in Phrase.

  • Updated dependencies [2e21978]:

@vocab/[email protected]

31 Oct 02:22
3a3ab6f
Compare
Choose a tag to compare

Patch Changes

  • #284 2e21978 Thanks @askoufis! - loadAllTranslations: Refactor to remove unnecessary await and remove extra loop

@vocab/[email protected]

31 Oct 02:21
3a3ab6f
Compare
Choose a tag to compare

Patch Changes

@vocab/[email protected]

11 Jul 23:32
168671d
Compare
Choose a tag to compare

Patch Changes

  • #255 f0b80de Thanks @jahredhope! - Update user-agent when calling Phrase to reference Vocab repository

  • #254 17cc753 Thanks @jahredhope! - Fix forbidden errors when pushing translations

    Migrate from form-data npm package to the native Node FormData class to ensure compatibility with the earlier move to native Fetch.

    Mixing the two was causing some consumers to receive 503 Forbidden errors when pushing translations to Phrase.

@vocab/[email protected]

11 Jul 23:32
168671d
Compare
Choose a tag to compare

Patch Changes

@vocab/[email protected]

30 May 03:39
5c38274
Compare
Choose a tag to compare

Major Changes

Patch Changes