# formatjs formatjs_cli_v1.4.0 — formatjs_cli: 1.4.0 - Product: formatjs (https://whatsnew.fyi/product/formatjs) - Vendor: formatjs - Date: 2026-08-16 - Version: formatjs_cli_v1.4.0 - Original notes: https://github.com/formatjs/formatjs/releases/tag/formatjs_cli_v1.4.0 - Permalink: https://whatsnew.fyi/product/formatjs/releases/formatjs-cli-v1.4.0 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **added** — formatjs_intl now accepts inline named values - **added** — eslint-plugin-formatjs can detect glued placeholders ##### 1.4.0 (2026-08-16) ##### What's Changed * feat(formatjs_intl): accept inline named values by @longlho in https://github.com/formatjs/formatjs/pull/7031 * chore(deps): exclude Renovate from release notes by @longlho in https://github.com/formatjs/formatjs/pull/7030 * feat(eslint-plugin-formatjs): detect glued placeholders by @longlho in https://github.com/formatjs/formatjs/pull/7036 * docs: cover units and calendar names in i18n skill by @longlho in https://github.com/formatjs/formatjs/pull/7042 **Full Changelog**: https://github.com/formatjs/formatjs/compare/formatjs_cli_v1.3.0...formatjs_cli_v1.4.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.4.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.4.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.4.0/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.0/formatjs_cli-win32-x64.exe ``` ###### Verification Verify the checksums: ```bash curl -LO https://github.com/formatjs/formatjs/releases/download/formatjs_cli_v1.4.0/checksums.txt shasum -a 256 -c checksums.txt ```