Releases: transifex/transifex-javascript
Releases · transifex/transifex-javascript
v5.0.1
v5.0.0
New major 5.x.x release
With the new 5.0.0 release we bring some notable updates to the Transifex Native SDK:
- We are officially adding support for Vue.js 3, through the
@transifex/vue3
package 🎉. - We added support for
tx.init({ ..., filterStatus: 'reviewed' })
to pull only reviewed translations in the apps. - When using
txjs-cli push src/ --dry-run
, you can now check how your translation will change in Transifex, without applying changes. The previous functionality (listing phrases to push without actually pushing) is now available under thetxjs-cli push src/ --fake
flag. - We have refactored the internals of
@transifex/cli
to be using@oclif/core
.
THERE ARE NO FUNCTIONAL BREAKING CHANGES COMPARED TO 4.X.X VERSION
What's Changed
- @transifex/cli: Migrate to @oclif/core in #158
- @transifex/cli: Add support for server-side dry-run in #159
- @transifex/cli: Add pull command for offline caching in #161
- @transifex/cli: Add support for pushing JSON files in #162
- @transifex/native: Add support for filtering content by translation status in #164
- @transifex/vue3: Add Vue3 support in #165
Full Changelog: v4.3.0...v5.0.0
v4.3.0
v4.2.5
v4.2.4
v4.2.2
v4.2.1
v4.2.0
@transifex/native
Add (optional) fetch content timeout parameters in tx.init(...)
#138
fetchTimeout
: control the time in msec, after which, thetx.getLocales()
,tx.setCurrentLocale()
andtx.fetchTranslations()
will throw a timeout error.fetchInterval
: control the delay (250msec by default) on the polling mechanism to CDS, to avoid doing exhaustive requests.
Full Changelog: v4.1.0...v4.2.0
v4.1.0
v4.1.0-alpha.0
What's Changed
- Add i18next backend support by @nbasili in #134
Full Changelog: v4.0.0...v4.1.0-alpha.0