2024-03-28 14:31:47 +08:00
|
|
|
# Change Log
|
|
|
|
|
2024-04-03 10:02:44 +08:00
|
|
|
All notable changes to the "variable-conversion" extension will be documented in this file.
|
2024-03-28 14:31:47 +08:00
|
|
|
|
|
|
|
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
|
|
|
|
|
2024-04-03 09:57:02 +08:00
|
|
|
All notable changes to this extension will be documented in this file.
|
|
|
|
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
|
2024-04-07 02:00:24 +08:00
|
|
|
<!--
|
2024-04-03 09:57:02 +08:00
|
|
|
|
2024-03-28 14:31:47 +08:00
|
|
|
## [Unreleased]
|
|
|
|
|
2024-04-03 09:57:02 +08:00
|
|
|
### Added
|
|
|
|
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
|
|
|
|
### Removed
|
|
|
|
|
2024-04-07 02:00:24 +08:00
|
|
|
-->
|
2024-04-03 09:57:02 +08:00
|
|
|
|
|
|
|
|
2024-04-07 16:44:20 +08:00
|
|
|
## 1.0.7
|
2024-04-07 09:41:30 +08:00
|
|
|
|
2024-04-07 14:48:54 +08:00
|
|
|
### Added
|
|
|
|
|
|
|
|
- Add 4 new conversion types: space case, space camel case, space pascal case, space upper case (新增 4 种转换类型: 空格分隔 + 小驼峰/大驼峰/全小写/全大写)
|
|
|
|
|
2024-04-07 09:41:30 +08:00
|
|
|
### Changed
|
|
|
|
|
2024-04-07 14:48:54 +08:00
|
|
|
- Optimize QickPick conversion value display (优化 QickPick 转换值展示)
|
|
|
|
- Fixed typo: keyword of KEBAB_PASCAL_CASE, KEBAB_UPPER_CASE (修正 KEBAB_PASCAL_CASE, KEBAB_UPPER_CASE 关键词错误)
|
2024-04-07 09:41:30 +08:00
|
|
|
|
2024-04-07 03:50:00 +08:00
|
|
|
## 1.0.6
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
- Add a status bar button to trigger string conversion (添加底栏按钮,支持通过底栏按钮触发字符串转换)
|
|
|
|
|
2024-04-07 02:53:53 +08:00
|
|
|
## 1.0.5
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
- Fix bug: The infobox showed `editor is undefined` when the current active TAB was not an editor
|
|
|
|
|
|
|
|
|
2024-04-07 02:00:24 +08:00
|
|
|
## 1.0.4
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
2024-04-07 02:40:12 +08:00
|
|
|
- Add shortcut key `Shift + Alt + T` to show vscode QickPick window (添加快捷键 Shift + Alt + T 来显示 vscode QickPick 弹窗)
|
2024-04-07 02:00:24 +08:00
|
|
|
- Write `README.md` (完善 README 文档)
|
|
|
|
|
2024-04-06 14:17:42 +08:00
|
|
|
## 1.0.3
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
2024-04-06 14:27:10 +08:00
|
|
|
- Add extension logo (添加插件 logo)
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
|
|
|
- Fixed an issue where the editor context menu was not displayed correctly. (修复右键菜单未能正确展示的问题)
|
2024-04-06 14:17:42 +08:00
|
|
|
|
2024-04-03 09:57:02 +08:00
|
|
|
## 1.0.0
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
- Adds an editor context menu with submenu
|
2024-04-06 14:17:42 +08:00
|
|
|
- Implement conversion to Camel Case, Pascal Case, Snake Case(Snake Camel, Snake Pascal, Snake Upper), Kebab Case(Kebab Camel, Kebab Pascal, Kebab Upper), Lower Case, Upper Case
|
2024-04-03 09:57:02 +08:00
|
|
|
- Add test cases
|
2024-03-28 14:31:47 +08:00
|
|
|
- Initial release
|