formatjs

Frameworks & Libraries

formatjs release notes.

Latest formatjs_cli_v1.4.0 · by formatjsWebsiteformatjs/formatjs

Release activity

Release activity — 54 releases across 9 days since Jul 16, 2026. Each cell is one day; darker means more releases that day. Nothing is recorded before Jul 16, 2026. Older weeks are hidden at this screen width.
MayJunJulAug
SundayNo releases on Jul 19, 2026No releases on Jul 26, 202610 releases on Aug 2, 2026No releases on Aug 9, 202610 releases on Aug 16, 2026
MondayNo releases on Jul 20, 2026No releases on Jul 27, 2026No releases on Aug 3, 2026No releases on Aug 10, 2026No releases on Aug 17, 2026
TuesdayNo releases on Jul 21, 2026No releases on Jul 28, 2026No releases on Aug 4, 2026No releases on Aug 11, 2026
WednesdayNo releases on Jul 22, 2026No releases on Jul 29, 20261 release on Aug 5, 2026No releases on Aug 12, 2026
Thursday7 releases on Jul 16, 2026No releases on Jul 23, 2026No releases on Jul 30, 20263 releases on Aug 6, 2026No releases on Aug 13, 2026
Friday2 releases on Jul 17, 2026No releases on Jul 24, 202610 releases on Jul 31, 202610 releases on Aug 7, 2026No releases on Aug 14, 2026
Saturday1 release on Jul 18, 2026No releases on Jul 25, 2026No releases on Aug 1, 2026No releases on Aug 8, 2026No releases on Aug 15, 2026

54 releases since Jul 16, 2026, busiest day 10

Changelog

formatjs_cli_v1.4.0Latest

formatjs_cli: 1.4.0

Added 2
  • formatjs_intl now accepts inline named values
  • eslint-plugin-formatjs can detect glued placeholders
1.4.0 (2026-08-16)
What's Changed

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
# 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
# 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:

curl -LO https://github.com/formatjs/formatjs/releases/download/formatjs_cli_v1.4.0/checksums.txt
shasum -a 256 -c checksums.txt
View originalPermalink
How formatjs_cli_v1.4.0 went
formatjs_intl_v0.4.0

formatjs_intl: 0.4.0

Added 2
  • Accept inline named values in formatjs_intl
  • Detect glued placeholders in eslint-plugin-formatjs
Changed 1
  • formatjs_intl_macros bumped from 0.1.2 to 0.2.0
0.4.0 (2026-08-16)
What's Changed

Full Changelog: https://github.com/formatjs/formatjs/compare/formatjs_intl_v0.3.0...formatjs_intl_v0.4.0

Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • formatjs_intl_macros bumped from 0.1.2 to 0.2.0
View originalPermalink
How formatjs_intl_v0.4.0 went
formatjs_intl_macros_v0.2.0

formatjs_intl_macros: 0.2.0

Added 2
  • Accept inline named values in formatjs_intl
  • Detect glued placeholders in eslint-plugin-formatjs
0.2.0 (2026-08-16)
What's Changed

Full Changelog: https://github.com/formatjs/formatjs/compare/formatjs_intl_macros_v0.1.2...formatjs_intl_macros_v0.2.0

View originalPermalink
How formatjs_intl_macros_v0.2.0 went
react-intl@10.1.22

react-intl: 10.1.22

Added 2
  • Accept inline named values in formatjs_intl
  • Detect glued placeholders in eslint-plugin-formatjs
10.1.22 (2026-08-16)
What's Changed

Full Changelog: https://github.com/formatjs/formatjs/compare/react-intl@10.1.21...react-intl@10.1.22

View originalPermalink
How react-intl@10.1.22 went
@formatjs/unplugin@1.2.6

@formatjs/unplugin: 1.2.6

Added 2
  • Accept inline named values in formatjs_intl
  • Detect glued placeholders in eslint-plugin-formatjs
1.2.6 (2026-08-16)
What's Changed

Full Changelog: https://github.com/formatjs/formatjs/compare/@formatjs/unplugin@1.2.5...@formatjs/unplugin@1.2.6

View originalPermalink
How @formatjs/unplugin@1.2.6 went
eslint-plugin-formatjs@6.5.0

eslint-plugin-formatjs: 6.5.0

Added 1
  • Detect glued placeholders in eslint-plugin-formatjs
6.5.0 (2026-08-16)
What's Changed

Full Changelog: https://github.com/formatjs/formatjs/compare/eslint-plugin-formatjs@6.4.21...eslint-plugin-formatjs@6.5.0

View originalPermalink
How eslint-plugin-formatjs@6.5.0 went
@formatjs/cli@6.16.18

@formatjs/cli: 6.16.18

Added 2
  • Accept inline named values in formatjs_intl
  • Detect glued placeholders in eslint-plugin-formatjs
6.16.18 (2026-08-16)
What's Changed

Full Changelog: https://github.com/formatjs/formatjs/compare/@formatjs/cli@6.16.17...@formatjs/cli@6.16.18

Dependencies
  • The following workspace dependencies were updated
    • optionalDependencies
      • @formatjs/cli-native-darwin-arm64 bumped to 1.1.12
      • @formatjs/cli-native-linux-arm64 bumped to 1.2.12
      • @formatjs/cli-native-linux-arm64-musl bumped to 1.0.10
      • @formatjs/cli-native-linux-x64 bumped to 1.1.12
      • @formatjs/cli-native-linux-x64-musl bumped to 1.0.10
      • @formatjs/cli-native-win32-x64 bumped to 1.1.13
View originalPermalink
How @formatjs/cli@6.16.18 went
@formatjs/cli-native-win32-x64@1.1.13

@formatjs/cli-native-win32-x64: 1.1.13

Added 2
  • Accept inline named values in formatjs_intl
  • Detect glued placeholders in eslint-plugin-formatjs
1.1.13 (2026-08-16)
What's Changed

Full Changelog: https://github.com/formatjs/formatjs/compare/@formatjs/cli-native-win32-x64@1.1.12...@formatjs/cli-native-win32-x64@1.1.13

View originalPermalink
How @formatjs/cli-native-win32-x64@1.1.13 went

@formatjs/cli-native-linux-x64-musl: 1.0.10

Added 2
  • Accept inline named values in formatjs_intl
  • Detect glued placeholders in eslint-plugin-formatjs
1.0.10 (2026-08-16)
What's Changed

Full Changelog: https://github.com/formatjs/formatjs/compare/@formatjs/cli-native-linux-x64-musl@1.0.9...@formatjs/cli-native-linux-x64-musl@1.0.10

View originalPermalink
How @formatjs/cli-native-linux-x64-musl@1.0.10 went
@formatjs/cli-native-linux-x64@1.1.12

@formatjs/cli-native-linux-x64: 1.1.12

Added 2
  • Accept inline named values in formatjs_intl
  • Detect glued placeholders in eslint-plugin-formatjs
1.1.12 (2026-08-16)
What's Changed

Full Changelog: https://github.com/formatjs/formatjs/compare/@formatjs/cli-native-linux-x64@1.1.11...@formatjs/cli-native-linux-x64@1.1.12

View originalPermalink
How @formatjs/cli-native-linux-x64@1.1.12 went
formatjs_cli_v1.3.0

formatjs_cli: 1.3.0

Added 1
  • Add extractable format_message macro to formatjs_intl
Changed 1
  • Remove root npmrc
Fixed 3
  • Skip unpublished Rust crates
  • Handle Cargo publish and merge options
  • Fail on input resolution errors in formatjs_cli
1.3.0 (2026-08-07)
What's Changed

Full Changelog: https://github.com/formatjs/formatjs/compare/formatjs_cli_v1.2.1...formatjs_cli_v1.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
# macOS (Apple Silicon)
curl -LO https://github.com/formatjs/formatjs/releases/download/formatjs_cli_v1.3.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.3.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.3.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.3.0/formatjs_cli-win32-x64.exe
Verification

Verify the checksums:

curl -LO https://github.com/formatjs/formatjs/releases/download/formatjs_cli_v1.3.0/checksums.txt
shasum -a 256 -c checksums.txt
View originalPermalink
How formatjs_cli_v1.3.0 went
formatjs_intl_v0.3.0

formatjs_intl: 0.3.0

Added 1
  • Add extractable format_message macro
Changed 1
  • Update formatjs_intl_macros from 0.1.1 to 0.1.2
Fixed 3
  • Skip unpublished Rust crates
  • Handle Cargo publish and merge options
  • Fail on input resolution errors in formatjs_cli
0.3.0 (2026-08-07)
What's Changed

Full Changelog: https://github.com/formatjs/formatjs/compare/formatjs_intl_v0.2.0...formatjs_intl_v0.3.0

Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • formatjs_intl_macros bumped from 0.1.1 to 0.1.2
View originalPermalink
How formatjs_intl_v0.3.0 went
formatjs_intl_macros_v0.1.2

formatjs_intl_macros: 0.1.2

Added 3
  • Add message fallbacks to formatjs_intl
  • Support precompiled catalogs in formatjs_intl
  • Add extractable format_message macro to formatjs_intl
Fixed 3
  • Skip unpublished Rust crates during release
  • Handle Cargo publish and merge options
  • Fail on input resolution errors in formatjs_cli
0.1.2 (2026-08-07)
What's Changed

Full Changelog: https://github.com/formatjs/formatjs/compare/formatjs_intl_macros_v0.1.1...formatjs_intl_macros_v0.1.2

View originalPermalink
How formatjs_intl_macros_v0.1.2 went
vue-intl@7.2.16

vue-intl: 7.2.16

Added 4
  • add Rust message formatter to formatjs_icu_messageformat
  • add Rust intl runtime to formatjs_intl
  • add message fallbacks to formatjs_intl
  • support precompiled catalogs in formatjs_intl
Fixed 4
  • extract id-only messages in formatjs_cli
  • support Rust 1.92 in new intl crates
  • skip unpublished Rust crates
  • handle Cargo publish and merge options
7.2.16 (2026-08-07)
What's Changed
New Contributors

Full Changelog: https://github.com/formatjs/formatjs/compare/vue-intl@7.2.15...vue-intl@7.2.16

Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • @formatjs/icu-messageformat-parser bumped to 3.5.17
      • @formatjs/intl bumped to 4.1.19
View originalPermalink
How vue-intl@7.2.16 went
react-intl@10.1.21

react-intl: 10.1.21

Added 5
  • Add Rust message formatter to formatjs_icu_messageformat
  • Add Rust intl runtime to formatjs_intl
  • Add message fallbacks to formatjs_intl
  • Support precompiled catalogs in formatjs_intl
  • Add extractable format_message macro to formatjs_intl
Fixed 5
  • Support Rust 1.92 in new intl crates
  • Queue crate release workflows
  • Skip unpublished Rust crates
  • Handle Cargo publish and merge options
  • Fail on input resolution errors in formatjs_cli
10.1.21 (2026-08-07)
What's Changed
New Contributors

Full Changelog: https://github.com/formatjs/formatjs/compare/react-intl@10.1.20...react-intl@10.1.21

Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • @formatjs/icu-messageformat-parser bumped to 3.5.17
      • @formatjs/intl bumped to 4.1.19
      • intl-messageformat bumped to 11.2.14
View originalPermalink
How react-intl@10.1.21 went
intl-messageformat@11.2.14

intl-messageformat: 11.2.14

Added 4
  • Add Rust message formatter to formatjs_icu_messageformat
  • Add Rust intl runtime to formatjs_intl
  • Add message fallbacks to formatjs_intl
  • Support precompiled catalogs in formatjs_intl
Fixed 2
  • Extract id-only messages in formatjs_cli
  • Support Rust 1.92 in new intl crates
11.2.14 (2026-08-07)
What's Changed
New Contributors

Full Changelog: https://github.com/formatjs/formatjs/compare/intl-messageformat@11.2.13...intl-messageformat@11.2.14

Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • @formatjs/icu-messageformat-parser bumped to 3.5.17
View originalPermalink
How intl-messageformat@11.2.14 went
formatjs_cli_v1.2.1

formatjs_cli: 1.2.1

Added 2
  • Add message fallbacks to formatjs_intl
  • Support precompiled catalogs in formatjs_intl
Changed 1
  • Update formatjs_icu_messageformat_parser from 0.2.7 to 0.3.0
Fixed 1
  • Support Rust 1.92 in new intl crates
1.2.1 (2026-08-07)
What's Changed
New Contributors

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
# 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
# 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:

curl -LO https://github.com/formatjs/formatjs/releases/download/formatjs_cli_v1.2.1/checksums.txt
shasum -a 256 -c checksums.txt
View originalPermalink
How formatjs_cli_v1.2.1 went
formatjs_intl_v0.2.0

formatjs_intl: 0.2.0

Added 2
  • Add message fallbacks to formatjs_intl
  • Support precompiled catalogs in formatjs_intl
Changed 1
  • Update formatjs_icu_messageformat from 0.1.1 to 0.1.2
0.2.0 (2026-08-07)
What's Changed

Full Changelog: https://github.com/formatjs/formatjs/compare/formatjs_intl_v0.1.1...formatjs_intl_v0.2.0

Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • formatjs_icu_messageformat bumped from 0.1.1 to 0.1.2
View originalPermalink
How formatjs_intl_v0.2.0 went
formatjs_icu_messageformat_v0.1.2

formatjs_icu_messageformat: 0.1.2

Added 2
  • Add message fallbacks to formatjs_intl
  • Support precompiled catalogs in formatjs_intl
Changed 1
  • formatjs_icu_messageformat_parser dependency bumped from 0.2.7 to 0.3.0
0.1.2 (2026-08-07)
What's Changed

Full Changelog: https://github.com/formatjs/formatjs/compare/formatjs_icu_messageformat_v0.1.1...formatjs_icu_messageformat_v0.1.2

Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • formatjs_icu_messageformat_parser bumped from 0.2.7 to 0.3.0
View originalPermalink
How formatjs_icu_messageformat_v0.1.2 went

formatjs_icu_messageformat_parser: 0.3.0

Added 4
  • Add Rust message formatter to formatjs_icu_messageformat
  • Add Rust intl runtime to formatjs_intl
  • Add message fallbacks to formatjs_intl
  • Support precompiled catalogs in formatjs_intl
Fixed 2
  • Extract id-only messages in formatjs_cli
  • Support Rust 1.92 in new intl crates
0.3.0 (2026-08-07)
What's Changed
New Contributors

Full Changelog: https://github.com/formatjs/formatjs/compare/formatjs_icu_messageformat_parser_v0.2.7...formatjs_icu_messageformat_parser_v0.3.0

View originalPermalink
How formatjs_icu_messageformat_parser_v0.3.0 went
formatjs_intl_v0.1.1

formatjs_intl: 0.1.1

Fixed 1
  • Support Rust 1.92 in new intl crates
0.1.1 (2026-08-06)
What's Changed
New Contributors

Full Changelog: https://github.com/formatjs/formatjs/compare/formatjs_intl_v0.1.0...formatjs_intl_v0.1.1

Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • formatjs_icu_messageformat bumped from 0.1.0 to 0.1.1
      • formatjs_intl_macros bumped from 0.1.0 to 0.1.1
View originalPermalink
How formatjs_intl_v0.1.1 went
formatjs_intl_macros_v0.1.1

formatjs_intl_macros: 0.1.1

Fixed 1
  • Support Rust 1.92 in new intl crates
0.1.1 (2026-08-06)
What's Changed
New Contributors

Full Changelog: https://github.com/formatjs/formatjs/compare/formatjs_intl_macros_v0.1.0...formatjs_intl_macros_v0.1.1

View originalPermalink
How formatjs_intl_macros_v0.1.1 went
formatjs_icu_messageformat_v0.1.1

formatjs_icu_messageformat: 0.1.1

Added 1
  • Add Rust intl runtime to formatjs_intl
Fixed 1
  • Support Rust 1.92 in new intl crates
0.1.1 (2026-08-06)
What's Changed
New Contributors

Full Changelog: https://github.com/formatjs/formatjs/compare/formatjs_icu_messageformat_v0.1.0...formatjs_icu_messageformat_v0.1.1

View originalPermalink
How formatjs_icu_messageformat_v0.1.1 went
formatjs_cli_v1.2.0

formatjs_cli: 1.2.0

Added 2
  • Add Rust message formatter to formatjs_icu_messageformat
  • Add Rust intl runtime to formatjs_intl
1.2.0 (2026-08-05)
What's Changed

Full Changelog: https://github.com/formatjs/formatjs/compare/formatjs_cli_v1.1.22...formatjs_cli_v1.2.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.2.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.2.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.2.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.2.0/formatjs_cli-win32-x64.exe
Verification

Verify the checksums:

curl -LO https://github.com/formatjs/formatjs/releases/download/formatjs_cli_v1.2.0/checksums.txt
shasum -a 256 -c checksums.txt
View originalPermalink
How formatjs_cli_v1.2.0 went
formatjs_cli_v1.1.22

formatjs_cli: 1.1.22

Changed 12
  • Update dependency svelte to v5.56.8
  • Update dependency ts-jest to v29.4.12
  • Update dependency rolldown-plugin-dts to v0.27.14
  • Update tailwindcss monorepo to v4.3.3
  • Update vue monorepo to v3.5.40
  • Update dependency fs-extra to v11.4.0
Fixed 3
  • Extract id-only messages in formatjs_cli
  • Update dependency eslint-plugin-formatjs to v6.4.19
  • Update formatjs monorepo
1.1.22 (2026-08-02)
What's Changed

Full Changelog: https://github.com/formatjs/formatjs/compare/formatjs_cli_v1.1.21...formatjs_cli_v1.1.22

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.1.22/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.1.22/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.1.22/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.1.22/formatjs_cli-win32-x64.exe
Verification

Verify the checksums:

curl -LO https://github.com/formatjs/formatjs/releases/download/formatjs_cli_v1.1.22/checksums.txt
shasum -a 256 -c checksums.txt
View originalPermalink
How formatjs_cli_v1.1.22 went
react-intl@10.1.20

react-intl: 10.1.20

Fixed 1
  • Extract id-only messages in formatjs_cli
10.1.20 (2026-08-02)
What's Changed

Full Changelog: https://github.com/formatjs/formatjs/compare/react-intl@10.1.19...react-intl@10.1.20

View originalPermalink
How react-intl@10.1.20 went
@formatjs/cli@6.16.16

@formatjs/cli: 6.16.16

Fixed 1
  • Extract id-only messages in formatjs_cli
6.16.16 (2026-08-02)
What's Changed

Full Changelog: https://github.com/formatjs/formatjs/compare/@formatjs/cli@6.16.15...@formatjs/cli@6.16.16

Dependencies
  • The following workspace dependencies were updated
    • optionalDependencies
      • @formatjs/cli-native-darwin-arm64 bumped to 1.1.10
      • @formatjs/cli-native-linux-arm64 bumped to 1.2.10
      • @formatjs/cli-native-linux-arm64-musl bumped to 1.0.8
      • @formatjs/cli-native-linux-x64 bumped to 1.1.10
      • @formatjs/cli-native-linux-x64-musl bumped to 1.0.8
      • @formatjs/cli-native-win32-x64 bumped to 1.1.11
View originalPermalink
How @formatjs/cli@6.16.16 went
@formatjs/cli-native-win32-x64@1.1.11

@formatjs/cli-native-win32-x64: 1.1.11

Fixed 1
  • Extract id-only messages
1.1.11 (2026-08-02)
What's Changed

Full Changelog: https://github.com/formatjs/formatjs/compare/@formatjs/cli-native-win32-x64@1.1.10...@formatjs/cli-native-win32-x64@1.1.11

View originalPermalink
How @formatjs/cli-native-win32-x64@1.1.11 went

@formatjs/cli-native-linux-x64-musl: 1.0.8

Fixed 1
  • Extract id-only messages
1.0.8 (2026-08-02)
What's Changed

Full Changelog: https://github.com/formatjs/formatjs/compare/@formatjs/cli-native-linux-x64-musl@1.0.7...@formatjs/cli-native-linux-x64-musl@1.0.8

View originalPermalink
How @formatjs/cli-native-linux-x64-musl@1.0.8 went
@formatjs/cli-native-linux-x64@1.1.10

@formatjs/cli-native-linux-x64: 1.1.10

Fixed 1
  • Extract id-only messages
1.1.10 (2026-08-02)
What's Changed

Full Changelog: https://github.com/formatjs/formatjs/compare/@formatjs/cli-native-linux-x64@1.1.9...@formatjs/cli-native-linux-x64@1.1.10

View originalPermalink
How @formatjs/cli-native-linux-x64@1.1.10 went

@formatjs/cli-native-linux-arm64-musl: 1.0.8

Fixed 1
  • extract id-only messages
1.0.8 (2026-08-02)
What's Changed

Full Changelog: https://github.com/formatjs/formatjs/compare/@formatjs/cli-native-linux-arm64-musl@1.0.7...@formatjs/cli-native-linux-arm64-musl@1.0.8

View originalPermalink
How @formatjs/cli-native-linux-arm64-musl@1.0.8 went
@formatjs/cli-native-linux-arm64@1.2.10

@formatjs/cli-native-linux-arm64: 1.2.10

Fixed 1
  • Extract id-only messages
1.2.10 (2026-08-02)
What's Changed

Full Changelog: https://github.com/formatjs/formatjs/compare/@formatjs/cli-native-linux-arm64@1.2.9...@formatjs/cli-native-linux-arm64@1.2.10

View originalPermalink
How @formatjs/cli-native-linux-arm64@1.2.10 went

@formatjs/cli-native-darwin-arm64: 1.1.10

Fixed 1
  • extract id-only messages
1.1.10 (2026-08-02)
What's Changed

Full Changelog: https://github.com/formatjs/formatjs/compare/@formatjs/cli-native-darwin-arm64@1.1.9...@formatjs/cli-native-darwin-arm64@1.1.10

View originalPermalink
How @formatjs/cli-native-darwin-arm64@1.1.10 went
@formatjs/cli-lib@9.0.2

@formatjs/cli-lib: 9.0.2

Changed 2
  • Update dependency eslint-plugin-formatjs to v6.4.19
  • Update formatjs monorepo dependencies
Fixed 1
  • Extract id-only messages
9.0.2 (2026-08-02)
What's Changed

Full Changelog: https://github.com/formatjs/formatjs/compare/@formatjs/cli-lib@9.0.1...@formatjs/cli-lib@9.0.2

Dependencies
  • The following workspace dependencies were updated
    • optionalDependencies
      • @formatjs/cli-native-darwin-arm64 bumped to 1.1.10
      • @formatjs/cli-native-linux-arm64 bumped to 1.2.10
      • @formatjs/cli-native-linux-arm64-musl bumped to 1.0.8
      • @formatjs/cli-native-linux-x64 bumped to 1.1.10
      • @formatjs/cli-native-linux-x64-musl bumped to 1.0.8
      • @formatjs/cli-native-win32-x64 bumped to 1.1.11
View originalPermalink
How @formatjs/cli-lib@9.0.2 went
formatjs_cli_v1.1.21

formatjs_cli: 1.1.21

Added 1
  • Upgrade CLDR to 48.2.0
Fixed 7
  • Apply Date method defaults in @formatjs/intl-datetimeformat
  • Parse module ids with queries in @formatjs/unplugin
  • Repair corrupted `patches/typescript@7.0.2.patch`
  • Stop enabling JSX syntax implicitly in babel-plugin-formatjs
  • Include context in missing id errors in @formatjs/intl
  • Make native release deps host-independent
  • Preserve plural context in tags in icu-messageformat-parser
1.1.21 (2026-07-30)
What's Changed
New Contributors

Full Changelog: https://github.com/formatjs/formatjs/compare/formatjs_cli_v1.1.20...formatjs_cli_v1.1.21

Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • formatjs_icu_messageformat_parser bumped from 0.2.6 to 0.2.7
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.1.21/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.1.21/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.1.21/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.1.21/formatjs_cli-win32-x64.exe
Verification

Verify the checksums:

curl -LO https://github.com/formatjs/formatjs/releases/download/formatjs_cli_v1.1.21/checksums.txt
shasum -a 256 -c checksums.txt
View originalPermalink
How formatjs_cli_v1.1.21 went
formatjs_icu_messageformat_parser_v0.2.7

formatjs_icu_messageformat_parser: 0.2.7

Added 1
  • Upgrade CLDR to 48.2.0
Fixed 7
  • Apply Date method defaults in @formatjs/intl-datetimeformat
  • Parse module ids with queries in @formatjs/unplugin
  • Repair corrupted patches/typescript@7.0.2.patch
  • Stop enabling JSX syntax implicitly in babel-plugin-formatjs
  • Include context in missing id errors in @formatjs/intl
  • Make native release deps host-independent
  • Preserve plural context in tags in icu-messageformat-parser
Security 1
  • Update dependency fast-xml-parser to v5.10.1
0.2.7 (2026-07-30)
What's Changed
New Contributors

Full Changelog: https://github.com/formatjs/formatjs/compare/formatjs_icu_messageformat_parser_v0.2.6...formatjs_icu_messageformat_parser_v0.2.7

View originalPermalink
How formatjs_icu_messageformat_parser_v0.2.7 went
vue-intl@7.2.15

vue-intl: 7.2.15

Added 1
  • upgrade CLDR to 48.2.0
Fixed 7
  • apply Date method defaults in @formatjs/intl-datetimeformat
  • parse module ids with queries in @formatjs/unplugin
  • repair corrupted patches/typescript@7.0.2.patch
  • stop enabling JSX syntax implicitly in babel-plugin-formatjs
  • include context in missing id errors in @formatjs/intl
  • preserve plural context in tags in icu-messageformat-parser
  • make native release deps host-independent
Security 1
  • update fast-xml-parser to v5.10.1
7.2.15 (2026-07-30)
What's Changed
New Contributors

Full Changelog: https://github.com/formatjs/formatjs/compare/vue-intl@7.2.14...vue-intl@7.2.15

Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • @formatjs/icu-messageformat-parser bumped to 3.5.16
      • @formatjs/intl bumped to 4.1.18
View originalPermalink
How vue-intl@7.2.15 went
@formatjs/unplugin@1.2.4

@formatjs/unplugin: 1.2.4

Changed 1
  • Upgrade CLDR to 48.2.0
Fixed 6
  • Repair corrupted patches/typescript@7.0.2.patch
  • Stop enabling JSX syntax implicitly in babel-plugin-formatjs
  • Include context in missing id errors in @formatjs/intl
  • Make native release deps host-independent
  • Preserve plural context in tags in icu-messageformat-parser
  • Update dependency typescript to v7
Security 1
  • Update fast-xml-parser to v5.10.1 to address security vulnerability
1.2.4 (2026-07-30)
What's Changed
New Contributors

Full Changelog: https://github.com/formatjs/formatjs/compare/@formatjs/unplugin@1.2.3...@formatjs/unplugin@1.2.4

Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • @formatjs/icu-messageformat-parser bumped to 3.5.16
      • @formatjs/ts-transformer bumped to 4.4.18
View originalPermalink
How @formatjs/unplugin@1.2.4 went
@formatjs/ts-transformer@4.4.18

@formatjs/ts-transformer: 4.4.18

Added 1
  • Upgrade CLDR to 48.2.0
Fixed 7
  • Apply Date method defaults in @formatjs/intl-datetimeformat
  • Parse module ids with queries in @formatjs/unplugin
  • Repair corrupted patches/typescript@7.0.2.patch
  • Stop enabling JSX syntax implicitly in babel-plugin-formatjs
  • Include context in missing id errors in @formatjs/intl
  • Preserve plural context in tags in icu-messageformat-parser
  • Make native release deps host-independent
4.4.18 (2026-07-30)
What's Changed
New Contributors

Full Changelog: https://github.com/formatjs/formatjs/compare/@formatjs/ts-transformer@4.4.17...@formatjs/ts-transformer@4.4.18

Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • @formatjs/icu-messageformat-parser bumped to 3.5.16
View originalPermalink
How @formatjs/ts-transformer@4.4.18 went
@formatjs/svelte-intl@1.1.15

@formatjs/svelte-intl: 1.1.15

Added 1
  • Upgrade CLDR to 48.2.0
Fixed 7
  • Apply Date method defaults in @formatjs/intl-datetimeformat
  • Parse module ids with queries in @formatjs/unplugin
  • Repair corrupted patches/typescript@7.0.2.patch
  • Stop enabling JSX syntax implicitly in babel-plugin-formatjs
  • Include context in missing id errors in @formatjs/intl
  • Preserve plural context in tags in icu-messageformat-parser
  • Make native release deps host-independent
1.1.15 (2026-07-30)
What's Changed
New Contributors

Full Changelog: https://github.com/formatjs/formatjs/compare/@formatjs/svelte-intl@1.1.14...@formatjs/svelte-intl@1.1.15

Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • @formatjs/icu-messageformat-parser bumped to 3.5.16
      • @formatjs/intl bumped to 4.1.18
View originalPermalink
How @formatjs/svelte-intl@1.1.15 went
react-intl@10.1.19

react-intl: 10.1.19

Added 1
  • upgrade CLDR to 48.2.0
Fixed 6
  • parse module ids with queries in @formatjs/unplugin
  • repair corrupted patches/typescript@7.0.2.patch
  • stop enabling JSX syntax implicitly in babel-plugin-formatjs
  • include context in missing id errors in @formatjs/intl
  • make native release deps host-independent
  • preserve plural context in tags in icu-messageformat-parser
10.1.19 (2026-07-30)
What's Changed
New Contributors

Full Changelog: https://github.com/formatjs/formatjs/compare/react-intl@10.1.18...react-intl@10.1.19

Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • @formatjs/icu-messageformat-parser bumped to 3.5.16
      • @formatjs/intl bumped to 4.1.18
      • intl-messageformat bumped to 11.2.13
View originalPermalink
How react-intl@10.1.19 went
intl-messageformat@11.2.13

intl-messageformat: 11.2.13

Added 1
  • Upgrade CLDR to 48.2.0
Fixed 7
  • Apply Date method defaults in @formatjs/intl-datetimeformat
  • Parse module ids with queries in @formatjs/unplugin
  • Repair corrupted patches/typescript@7.0.2.patch
  • Stop enabling JSX syntax implicitly in babel-plugin-formatjs
  • Include context in missing id errors in @formatjs/intl
  • Preserve plural context in tags in icu-messageformat-parser
  • Make native release deps host-independent
11.2.13 (2026-07-30)
What's Changed
New Contributors

Full Changelog: https://github.com/formatjs/formatjs/compare/intl-messageformat@11.2.12...intl-messageformat@11.2.13

Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • @formatjs/icu-messageformat-parser bumped to 3.5.16
View originalPermalink
How intl-messageformat@11.2.13 went
eslint-plugin-formatjs@6.4.20

eslint-plugin-formatjs: 6.4.20

Added 1
  • Upgrade CLDR to 48.2.0
Fixed 7
  • Apply Date method defaults in @formatjs/intl-datetimeformat
  • Parse module ids with queries in @formatjs/unplugin
  • Repair corrupted patches/typescript@7.0.2.patch
  • Stop enabling JSX syntax implicitly in babel-plugin-formatjs
  • Include context in missing id errors in @formatjs/intl
  • Make native release deps host-independent
  • Preserve plural context in tags in icu-messageformat-parser
Security 1
  • Update dependency fast-xml-parser to v5.10.1
6.4.20 (2026-07-30)
What's Changed
New Contributors

Full Changelog: https://github.com/formatjs/formatjs/compare/eslint-plugin-formatjs@6.4.19...eslint-plugin-formatjs@6.4.20

Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • @formatjs/icu-messageformat-parser bumped to 3.5.16
      • @formatjs/ts-transformer bumped to 4.4.18
View originalPermalink
How eslint-plugin-formatjs@6.4.20 went
babel-plugin-formatjs@13.0.0

babel-plugin-formatjs: 13.0.0

Added 1
  • Upgrade CLDR to 48.2.0
Fixed 1
  • Stop enabling JSX syntax implicitly
13.0.0 (2026-07-30)
What's Changed
New Contributors

Full Changelog: https://github.com/formatjs/formatjs/compare/babel-plugin-formatjs@12.0.0...babel-plugin-formatjs@13.0.0

Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • @formatjs/icu-messageformat-parser bumped to 3.5.16
      • @formatjs/ts-transformer bumped to 4.4.18
View originalPermalink
How babel-plugin-formatjs@13.0.0 went
@formatjs/unplugin@1.2.3

@formatjs/unplugin: 1.2.3

Fixed 1
  • Parse module ids with queries
1.2.3 (2026-07-18)
What's Changed

Full Changelog: https://github.com/formatjs/formatjs/compare/@formatjs/unplugin@1.2.2...@formatjs/unplugin@1.2.3

View originalPermalink
How @formatjs/unplugin@1.2.3 went
react-intl@10.1.18

react-intl: 10.1.18

Fixed 1
  • apply Date method defaults in @formatjs/intl-datetimeformat
10.1.18 (2026-07-17)
What's Changed

Full Changelog: https://github.com/formatjs/formatjs/compare/react-intl@10.1.17...react-intl@10.1.18

View originalPermalink
How react-intl@10.1.18 went
@formatjs/intl-datetimeformat@7.5.2

@formatjs/intl-datetimeformat: 7.5.2

Fixed 1
  • apply Date method defaults
7.5.2 (2026-07-17)
What's Changed

Full Changelog: https://github.com/formatjs/formatjs/compare/@formatjs/intl-datetimeformat@7.5.1...@formatjs/intl-datetimeformat@7.5.2

View originalPermalink
How @formatjs/intl-datetimeformat@7.5.2 went
formatjs_cli_v1.1.20

formatjs_cli: 1.1.20

Changed 3
  • Update IANA timezone database to 2026c
  • Require Babel 8 in babel-plugin-formatjs
  • Adopt TypeScript 7
Fixed 2
  • Map e/c weekday counts 4/5/6 to long/narrow/short in ICU skeleton parser
  • Dedupe structural variables in icu_messageformat_parser
1.1.20 (2026-07-16)
What's Changed
New Contributors

Full Changelog: https://github.com/formatjs/formatjs/compare/formatjs_cli_v1.1.19...formatjs_cli_v1.1.20

Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • formatjs_icu_messageformat_parser bumped from 0.2.5 to 0.2.6
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.1.20/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.1.20/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.1.20/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.1.20/formatjs_cli-win32-x64.exe
Verification

Verify the checksums:

curl -LO https://github.com/formatjs/formatjs/releases/download/formatjs_cli_v1.1.20/checksums.txt
shasum -a 256 -c checksums.txt
View originalPermalink
How formatjs_cli_v1.1.20 went
formatjs_icu_messageformat_parser_v0.2.6

formatjs_icu_messageformat_parser: 0.2.6

Fixed 2
  • Map e/c weekday counts 4/5/6 to long/narrow/short in icu-skeleton-parser
  • Dedupe structural variables in icu_messageformat_parser
0.2.6 (2026-07-16)
What's Changed
New Contributors

Full Changelog: https://github.com/formatjs/formatjs/compare/formatjs_icu_messageformat_parser_v0.2.5...formatjs_icu_messageformat_parser_v0.2.6

View originalPermalink
How formatjs_icu_messageformat_parser_v0.2.6 went
vue-intl@7.2.14

vue-intl: 7.2.14

Changed 1
  • Adopt TypeScript 7
Fixed 3
  • Align NAPI runtime and derive
  • Restore Jest 29 compatibility
  • Dedupe structural variables in icu_messageformat_parser
7.2.14 (2026-07-16)
What's Changed
New Contributors

Full Changelog: https://github.com/formatjs/formatjs/compare/vue-intl@7.2.13...vue-intl@7.2.14

Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • @formatjs/icu-messageformat-parser bumped to 3.5.15
      • @formatjs/intl bumped to 4.1.17
View originalPermalink
How vue-intl@7.2.14 went
react-intl@10.1.17

react-intl: 10.1.17

Changed 2
  • Require Babel 8 for babel-plugin-formatjs
  • Adopt TypeScript 7
Fixed 3
  • Align NAPI runtime and derive
  • Restore Jest 29 compatibility
  • Dedupe structural variables in icu_messageformat_parser
10.1.17 (2026-07-16)
What's Changed
New Contributors

Full Changelog: https://github.com/formatjs/formatjs/compare/react-intl@10.1.16...react-intl@10.1.17

Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • @formatjs/icu-messageformat-parser bumped to 3.5.15
      • @formatjs/intl bumped to 4.1.17
      • intl-messageformat bumped to 11.2.12
View originalPermalink
How react-intl@10.1.17 went
intl-messageformat@11.2.12

intl-messageformat: 11.2.12

Changed 2
  • Require Babel 8 in babel-plugin-formatjs
  • Adopt TypeScript 7
Fixed 3
  • Align NAPI runtime and derive
  • Restore Jest 29 compatibility
  • Dedupe structural variables in icu_messageformat_parser
11.2.12 (2026-07-16)
What's Changed
New Contributors

Full Changelog: https://github.com/formatjs/formatjs/compare/intl-messageformat@11.2.11...intl-messageformat@11.2.12

Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • @formatjs/icu-messageformat-parser bumped to 3.5.15
View originalPermalink
How intl-messageformat@11.2.12 went
eslint-plugin-formatjs@6.4.19

eslint-plugin-formatjs: 6.4.19

Changed 2
  • Update @formatjs/icu-messageformat-parser to 3.5.15
  • Update @formatjs/ts-transformer to 4.4.17
Fixed 3
  • Align NAPI runtime and derive
  • Restore Jest 29 compatibility
  • Dedupe structural variables in icu_messageformat_parser
6.4.19 (2026-07-16)
What's Changed
New Contributors

Full Changelog: https://github.com/formatjs/formatjs/compare/eslint-plugin-formatjs@6.4.18...eslint-plugin-formatjs@6.4.19

Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • @formatjs/icu-messageformat-parser bumped to 3.5.15
      • @formatjs/ts-transformer bumped to 4.4.17
View originalPermalink
How eslint-plugin-formatjs@6.4.19 went
babel-plugin-formatjs@12.0.0

babel-plugin-formatjs: 12.0.0

Added 1
  • Require Babel 8
Fixed 3
  • Align NAPI runtime and derive
  • Restore Jest 29 compatibility
  • Dedupe structural variables in icu_messageformat_parser
12.0.0 (2026-07-16)
What's Changed
New Contributors

Full Changelog: https://github.com/formatjs/formatjs/compare/babel-plugin-formatjs@11.3.16...babel-plugin-formatjs@12.0.0

Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • @formatjs/icu-messageformat-parser bumped to 3.5.15
      • @formatjs/ts-transformer bumped to 4.4.17
View originalPermalink
How babel-plugin-formatjs@12.0.0 went
View all

Discussion

If you publish formatjs, you can claim this product by proving you administer its repository.