| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| checksums.txt | 2026-08-23 | 365 Bytes | |
| formatjs_cli-darwin-arm64 | 2026-08-23 | 6.6 MB | |
| formatjs_cli-linux-arm64 | 2026-08-23 | 7.7 MB | |
| formatjs_cli-linux-x64 | 2026-08-23 | 8.3 MB | |
| formatjs_cli-win32-x64.exe | 2026-08-23 | 7.6 MB | |
| formatjs_cli_ 1.4.2 source code.tar.gz | 2026-08-23 | 2.7 MB | |
| formatjs_cli_ 1.4.2 source code.zip | 2026-08-23 | 3.4 MB | |
| README.md | 2026-08-23 | 2.3 kB | |
| Totals: 8 Items | 36.3 MB | 0 | |
1.4.2 (2026-08-23)
What's Changed
- docs: sync i18n best practices skill and guide by @longlho in https://github.com/formatjs/formatjs/pull/7062
- feat: add localization review and translation skills by @longlho in https://github.com/formatjs/formatjs/pull/7065
- docs: add top-level skills section by @longlho in https://github.com/formatjs/formatjs/pull/7066
- refactor: replace Vike with static Vite docs by @longlho in https://github.com/formatjs/formatjs/pull/7068
- docs: add agent skills overview by @longlho in https://github.com/formatjs/formatjs/pull/7069
- docs: document native date range formatting by @longlho in https://github.com/formatjs/formatjs/pull/7070
- test: add local Codex skill evals by @longlho in https://github.com/formatjs/formatjs/pull/7071
- feat(eslint-plugin-formatjs): allow conditional ICU element blocklists by @longlho in https://github.com/formatjs/formatjs/pull/7073
Full Changelog: https://github.com/formatjs/formatjs/compare/formatjs_cli_v1.4.1...formatjs_cli_v1.4.2
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.4.2/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.4.2/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.4.2/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.4.2/formatjs_cli-win32-x64.exe
Verification
Verify the checksums:
:::bash
curl -LO https://github.com/formatjs/formatjs/releases/download/formatjs_cli_v1.4.2/checksums.txt
shasum -a 256 -c checksums.txt