| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| checksums.txt | < 19 hours ago | 365 Bytes | |
| formatjs_cli-darwin-arm64 | < 19 hours ago | 6.5 MB | |
| formatjs_cli-linux-arm64 | < 19 hours ago | 7.5 MB | |
| formatjs_cli-linux-x64 | < 19 hours ago | 8.1 MB | |
| formatjs_cli-win32-x64.exe | < 19 hours ago | 7.4 MB | |
| formatjs_cli_ 1.2.1 source code.tar.gz | < 20 hours ago | 2.6 MB | |
| formatjs_cli_ 1.2.1 source code.zip | < 20 hours ago | 3.4 MB | |
| README.md | < 20 hours ago | 2.7 kB | |
| Totals: 8 Items | 35.5 MB | 0 | |
1.2.1 (2026-08-07)
What's Changed
- Documented how to use ember-intl by @ijlee2 in https://github.com/formatjs/formatjs/pull/6946
- fix: support Rust 1.92 in new intl crates by @longlho in https://github.com/formatjs/formatjs/pull/6978
- chore: release main by @longlho in https://github.com/formatjs/formatjs/pull/6979
- fix: queue crate release workflows by @longlho in https://github.com/formatjs/formatjs/pull/6980
- docs: document Rust support by @longlho in https://github.com/formatjs/formatjs/pull/6981
- feat(formatjs_intl): add message fallbacks by @longlho in https://github.com/formatjs/formatjs/pull/6982
- chore(deps): update dependency @vitejs/plugin-react to v6.0.5 by @renovate[bot] in https://github.com/formatjs/formatjs/pull/6983
- chore(deps): update dependency @rspack/core to v2.1.7 by @renovate[bot] in https://github.com/formatjs/formatjs/pull/6986
- feat(formatjs_intl): support precompiled catalogs by @longlho in https://github.com/formatjs/formatjs/pull/6985
New Contributors
- @ijlee2 made their first contribution in https://github.com/formatjs/formatjs/pull/6946
Full Changelog: https://github.com/formatjs/formatjs/compare/formatjs_cli_v1.2.0...formatjs_cli_v1.2.1
Dependencies
- The following workspace dependencies were updated
- dependencies
- formatjs_icu_messageformat_parser bumped from 0.2.7 to 0.3.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
:::bash
# macOS (Apple Silicon)
curl -LO https://github.com/formatjs/formatjs/releases/download/formatjs_cli_v1.2.1/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.2.1/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.2.1/formatjs_cli-linux-arm64
chmod +x formatjs_cli-linux-arm64
sudo mv formatjs_cli-linux-arm64 /usr/local/bin/formatjs
:::powershell
# Windows x64 (PowerShell)
curl.exe -LO https://github.com/formatjs/formatjs/releases/download/formatjs_cli_v1.2.1/formatjs_cli-win32-x64.exe
Verification
Verify the checksums:
:::bash
curl -LO https://github.com/formatjs/formatjs/releases/download/formatjs_cli_v1.2.1/checksums.txt
shasum -a 256 -c checksums.txt