1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee
2024-04-06 14:17:42 +08:00

38 lines
832 B
Markdown

# Change Log
All notable changes to the "variable-conversion" extension will be documented in this file.
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.3
### Added
- Add extension logo
## 1.0.0
### Added
- Adds an editor context menu with submenu
- 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
- Add test cases
- Initial release