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-03-28 14:31:47 +08:00
|
|
|
## [Unreleased]
|
|
|
|
|
2024-04-03 09:57:02 +08:00
|
|
|
### 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
|
2024-03-28 14:31:47 +08:00
|
|
|
- Initial release
|