Skip to content

Releases: Styx11/react-intl-linter

2.0.1

14 Apr 07:50
Compare
Choose a tag to compare

Fix

移除翻译 Token 缓存 #13

2.0.0

01 Apr 06:59
Compare
Choose a tag to compare

Feature

Breaking Changes !

Multi-Language Support

  • add reactIntlLinter.localLanguage means users local language code
  • add reactIntlLinter.intlLanguage means target intl language code array
  • add reactIntlLinter.localConfigName means local language intl config file name
  • add reactIntlLinter.intlConfigName means intl language intl config files name array
  • remove reactIntlLinter.zhConfigName
  • remove reactIntlLinter.enConfigName

1.2.0

10 Feb 09:07
Compare
Choose a tag to compare

Feature

  • 新增 Disabling Rules 规则注释禁止插件发出警告
  • 新增 CodeAction 自动添加规则注释

1.1.1

13 Jan 02:38
Compare
Choose a tag to compare

** Feature

  • 优化 simple argument 将「camel-case」转为「snake-case」 #9

1.1.0

16 Dec 02:16
Compare
Choose a tag to compare

Feature

  • 新增插件配置项
    • 中文配置文件名
    • 英文配置文件名
    • 国际化配置文件夹路径
    • 国际化代码类型

1.0.1

01 Nov 02:27
Compare
Choose a tag to compare

Fix

  • 修复空白字符对同行字符串识别的影响 #7

1.0.0

12 Oct 07:47
Compare
Choose a tag to compare

Feature

  • 新增 react-intl Message Syntax 简单参数 #4
  • 优化 QuickPick 选项显示内容 #5

Bug

  • 修复其他插件抛出的错误信息可以让用户调用本插件 #6

0.0.4

26 Sep 09:28
Compare
Choose a tag to compare
  • 优化 QuickPick 显示内容
  • 修复了一些 bug

0.0.2

09 Sep 06:19
Compare
Choose a tag to compare

Fix

  • 限制中文字符串校验数量

0.0.1

09 Sep 04:15
Compare
Choose a tag to compare

First Release !

Feature

  • LSP Server 提供的中文文本校验功能
  • LSP Server 提供的中文文本的 CodeAction 功能
  • 本 VS Code 插件自动检测中文文本并提供快速修复
  • 本 VS Code 插件自动翻译中文文本对应的英文文本
  • 本 VS Code 插件将对应的 intl id 自动抽取为 intl.formatMessage({ id: ... })的形式替换对应的中文字符串