1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

去除不必要菜单项 (在 package-comment.jsonc 中保存);添加 CHANGELOG.md;删除 test-text-split.js

This commit is contained in:
2024-04-03 09:57:02 +08:00
parent 35f778517e
commit 156f5bf6d0
5 changed files with 307 additions and 178 deletions

View File

@@ -4,6 +4,29 @@ All notable changes to the "text-conversion" extension will be documented in thi
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
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).
## [Unreleased]
### Added
### Changed
### Removed
## 1.0.0
### Added
- Adds an editor context menu with submenu
- Implement conversion to Camel Case, Pascal Case, Upper Case, Lower Case
- Add test cases
- Initial release