Releases: otnansirk/vscode-casing-convention
Releases · otnansirk/vscode-casing-convention
v2.0.1
v2.0.0
Refactor
- Folder and file structure
New Features
- Translation
- Hover translation
- Selection translation
- Code action translation
Improvement
- Change message toast to status bar
- Upgrade compiler option to ES2022
- Improve style formating for Json as type (Go struct)
Fixed Bug
- Snake case transform
- Lower case handle tab and camelCase
- Upper case handle tab and camelCase
Deprecated
- json2Params move to object2Params
- Array helper move to arrayTools
- uuidTools move to uuidUniverse
v1.5.0
v1.4.0
v1.3.0
v1.2.2
v1.1.2
v1.1.1
v1.1.0
v1.0.0 - New release of a bliss
- Add workflow: unit test and code coverage badge
- Create handler: kebabCase, screamCase, lowerCaseFirst, titleCase, upperCaseFirst
- Remove depedencies: lower-case-first, title-case, upper-case-first
- Add all features to convert text.
- This CHANGELOG file to hopefully serve as an evolving example of a standardized open source project CHANGELOG.
- Create README.md
- Create LICENSE
- Initial commit