Releases: Styx11/react-intl-linter
Releases · Styx11/react-intl-linter
2.0.0
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
Feature
- 新增 Disabling Rules 规则注释禁止插件发出警告
- 新增 CodeAction 自动添加规则注释
1.1.1
** Feature
- 优化 simple argument 将「camel-case」转为「snake-case」 #9
1.1.0
Feature
- 新增插件配置项
- 中文配置文件名
- 英文配置文件名
- 国际化配置文件夹路径
- 国际化代码类型
1.0.0
Feature
- 新增 react-intl Message Syntax 简单参数 #4
- 优化 QuickPick 选项显示内容 #5
Bug
- 修复其他插件抛出的错误信息可以让用户调用本插件 #6
0.0.4
- 优化 QuickPick 显示内容
- 修复了一些 bug
0.0.1
First Release !
Feature
- LSP Server 提供的中文文本校验功能
- LSP Server 提供的中文文本的 CodeAction 功能
- 本 VS Code 插件自动检测中文文本并提供快速修复
- 本 VS Code 插件自动翻译中文文本对应的英文文本
- 本 VS Code 插件将对应的 intl id 自动抽取为
intl.formatMessage({ id: ... })
的形式替换对应的中文字符串