4 hours ago
swc
5 hours ago
formatjs

eslint-plugin-formatjs@6.1.1

6.1.1 (2026-01-19)

Bug Fixes

  • eslint-plugin-formatjs: fix emoji false positives, fix #5957 (#5960) (141a110) - by @longlho
5 hours ago
formatjs

babel-plugin-formatjs@11.2.1

11.2.1 (2026-01-19)

Bug Fixes

  • @formatjs/ts-transformer: add file and line info to flatten errors, fix #4161 (5d9e982) - by @longlho
5 hours ago
formatjs

@formatjs/ts-transformer@4.3.1

4.3.1 (2026-01-19)

Bug Fixes

  • @formatjs/ts-transformer: add file and line info to flatten errors, fix #4161 (5d9e982) - by @longlho
5 hours ago
formatjs

@formatjs/cli-lib@8.2.1

8.2.1 (2026-01-19)

Bug Fixes

  • @formatjs/cli-lib: add missing options to compile-folder command, fix #4200 (97ad11d) - by @longlho
  • @formatjs/cli-lib: remove ember-template-recast dep (#5952) (d5dce1a) - by @longlho
5 hours ago
formatjs

@formatjs/intl@4.1.1

4.1.1 (2026-01-19)

Bug Fixes

  • @formatjs/intl: remove hot path optimization to fix escaped character handling, fix #4973 (309f579) - by @longlho
5 hours ago
formatjs

formatjs_cli_v0.1.10

FormatJS Rust CLI Release

Binaries

  • macOS Apple Silicon: formatjs_cli-darwin-arm64
  • Linux x86_64: formatjs_cli-linux-x64

Installation

# macOS (Apple Silicon)
curl -LO https://github.com/formatjs/formatjs/releases/download/formatjs_cli_v0.1.10/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_v0.1.10/formatjs_cli-linux-x64
chmod +x formatjs_cli-linux-x64
sudo mv formatjs_cli-linux-x64 /usr/local/bin/formatjs

Verification

Verify the checksums:

curl -LO https://github.com/formatjs/formatjs/releases/download/formatjs_cli_v0.1.10/checksums.txt
shasum -a 256 -c checksums.txt