formatjs_cli_v1.6.0
formatjs_cli: 1.6.0
Added 1
- Extract Python format_message calls in formatjs_cli
Changed 3
- Align Python runtime fallback in formatjs_intl
- Cross-compile Python release wheels
- Align Renovate Bazel lock command
Fixed 2
- Rename Python intl distribution
- Validate released Python versions
From formatjs
1.6.0 (2026-08-31)
What's Changed
- build(deps): align Renovate Bazel lock command by @longlho in https://github.com/formatjs/formatjs/pull/7122
- build: cross-compile Python release wheels by @longlho in https://github.com/formatjs/formatjs/pull/7121
- fix: rename Python intl distribution by @longlho in https://github.com/formatjs/formatjs/pull/7123
- fix: validate released Python versions by @longlho in https://github.com/formatjs/formatjs/pull/7125
- feat(formatjs_cli): extract Python format_message calls by @longlho in https://github.com/formatjs/formatjs/pull/7129
- feat(formatjs_intl): align Python runtime fallback by @longlho in https://github.com/formatjs/formatjs/pull/7130
Full Changelog: https://github.com/formatjs/formatjs/compare/formatjs_cli_v1.5.1...formatjs_cli_v1.6.0
Binaries
- macOS Apple Silicon:
formatjs_cli-darwin-arm64 - Linux ARM64:
formatjs_cli-linux-arm64 - Linux x86_64:
formatjs_cli-linux-x64 - Windows x64:
formatjs_cli-win32-x64.exe
Installation
# macOS (Apple Silicon)
curl -LO https://github.com/formatjs/formatjs/releases/download/formatjs_cli_v1.6.0/formatjs_cli-darwin-arm64
chmod +x formatjs_cli-darwin-arm64
sudo mv formatjs_cli-darwin-arm64 /usr/local/bin/formatjs
# Linux
curl -LO https://github.com/formatjs/formatjs/releases/download/formatjs_cli_v1.6.0/formatjs_cli-linux-x64
chmod +x formatjs_cli-linux-x64
sudo mv formatjs_cli-linux-x64 /usr/local/bin/formatjs
# Linux ARM64
curl -LO https://github.com/formatjs/formatjs/releases/download/formatjs_cli_v1.6.0/formatjs_cli-linux-arm64
chmod +x formatjs_cli-linux-arm64
sudo mv formatjs_cli-linux-arm64 /usr/local/bin/formatjs
# Windows x64 (PowerShell)
curl.exe -LO https://github.com/formatjs/formatjs/releases/download/formatjs_cli_v1.6.0/formatjs_cli-win32-x64.exe
Verification
Verify the checksums:
curl -LO https://github.com/formatjs/formatjs/releases/download/formatjs_cli_v1.6.0/checksums.txt
shasum -a 256 -c checksums.txt