Releases: transifex/transifex-javascript
Releases · transifex/transifex-javascript
v0.12.0
@transifex/native
- Export error and missing policies to typescript diff
Thanks @JPeaker
@transifex/angular
- New native library for Angular projects! #51
v0.11.1
@transifex/cli
- Add "const" variable lookup in CLI source string extraction #53
Thanks @arturtamborski
v0.10.0
@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
@transifex/native
- Fix
getLanguages
returning empty data unless getLocales
had being invoked #47
v0.9.1
@transifex/react
- Remove special treatment of source language in
LanguagePicker
component #46
v0.9.0
@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
@transifex/cli
- Extract source strings from code with class properties (#43)