Skip to content

Releases: transifex/transifex-javascript

v0.12.0

20 Apr 08:51
Compare
Choose a tag to compare

@transifex/native

  • Export error and missing policies to typescript diff

Thanks @JPeaker

@transifex/angular

  • New native library for Angular projects! #51

v0.11.2

05 Apr 11:35
Compare
Choose a tag to compare

@transifex/cli

  • Support empty strings in expressions #54

Thanks @arturtamborski

v0.11.1

31 Mar 12:52
Compare
Choose a tag to compare

@transifex/cli

  • Add "const" variable lookup in CLI source string extraction #53

Thanks @arturtamborski

v0.11.0

22 Mar 13:29
Compare
Choose a tag to compare

@transifex/react

  • Add useLocale hook #52

v0.10.1

12 Mar 08:12
Compare
Choose a tag to compare

@transifex/react

  • Fix issue with useT #50

v0.10.0

11 Mar 11:42
Compare
Choose a tag to compare

@transifex/native

  • Add tx.translateLocale function to translate on specific locale #49
  • Add tx.init({ filterTags }) parameter to be able to split content #49
  • Add Cache.isStale() interface for implementing detection of stale cached content #49

Also updates library dependencies on all packages.

v0.9.2

18 Feb 12:55
Compare
Choose a tag to compare

@transifex/native

  • Fix getLanguages returning empty data unless getLocales had being invoked #47

v0.9.1

18 Feb 12:19
Compare
Choose a tag to compare

@transifex/react

  • Remove special treatment of source language in LanguagePicker component #46

v0.9.0

18 Feb 11:55
Compare
Choose a tag to compare

@transifex/native

  • Treat source language as target language #44

Breaking changes

  • tx.init no longer requires sourceLocale and appLocales options
  • tx.getAppLocales has been removed
  • tx.getSupportedLocales has been removed
  • tx.isSource has been removed
  • tx.getRemoteLocales has been renamed to tx.getLocales

@transifex/cli

  • Add tag filtering flags on the push command #45
  • Add invalidate cli command #45

Breaking changes

  • --tags flag has been renamed to --append-tags

v0.8.3

15 Feb 08:17
Compare
Choose a tag to compare

@transifex/cli

  • Extract source strings from code with class properties (#43)