Skip to content

Releases: transifex/transifex-javascript

v2.3.0

18 Jan 12:18
Compare
Choose a tag to compare

@transifex/native

  • Add support for multiple Native instances #109

@transifex/react

  • Add support for Instance provider #109

v2.2.0

12 Jan 10:52
Compare
Choose a tag to compare

@transifex/native, @transifex/react

  • Add support for lazy loading translations #103

@transifex/vue2 🎉

  • Add support for Vue framework #105

@transifex/cli

  • Fix Angular decorator detection #108

2.2.0-alpha.0

12 Jan 08:29
Compare
Choose a tag to compare
2.2.0-alpha.0 Pre-release
Pre-release
v2.2.0-alpha.0

v2.2.0-alpha.0

v2.1.2

21 Dec 08:13
Compare
Choose a tag to compare

@transifex/api

  • Fixes on resource endpoints #102

v2.1.1

17 Dec 12:41
Compare
Choose a tag to compare

@transifex/api

  • Fix typo in async resource downloads endpoint #101

v2.1.0

01 Dec 13:31
Compare
Choose a tag to compare

@transifex/native

  • Add support for date/time ICU localization #97

@transifex/cli

  • Hide key from push command verbose output in source based keys #97

v2.0.1

25 Nov 14:18
Compare
Choose a tag to compare

@transifex/native

  • Fix using library with Webpack tree-shaking #96

v2.0.0

25 Nov 10:38
Compare
Choose a tag to compare

Breaking changes!

Starting 2.x.x the SDK will generate source based (instead of hash based keys) by default.
Please read the migration guide on how to upgrade or maintain backwards compatibility in your phrases.

Changes

@transifex/native

  • Support both source and hash based keys
  • Update Typescript declarations

@transifex/cli

  • Push source based keys by default
  • Added --key-generator=hash flag for pushing hash based keys (1.x.x default)

@transifex/react

@transifex/angular

  • Added support for Angular 13 [thanks @egilkh]
  • Dropped support for Angular 11

Starting 2.x.x tests will run on node >= 12, which marks Node 12 as the minimum officially supported version.

v1.0.5

23 Sep 14:18
b65ef83
Compare
Choose a tag to compare

Fix issues with API SDK package (#83 )

v1.0.4

22 Sep 12:34
cb190bd
Compare
Choose a tag to compare
  • Attempt to fix packaging issues with @transifex/api (#82 )