Releases: transifex/transifex-javascript
Releases · transifex/transifex-javascript
v2.3.0
v2.2.0
2.2.0-alpha.0
v2.2.0-alpha.0 v2.2.0-alpha.0
v2.1.2
v2.1.1
v2.1.0
v2.0.1
v2.0.0
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
useT
hook returns a function, see migration guide for details
@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.