Releases: otnansirk/vscode-casing-convention
Releases · otnansirk/vscode-casing-convention
v2.1.1
Fixed Bug
- Snake case always convert to one line
- Completed Test case for kebabCase and screamKebabCase
- Json as types typescript mapper
- Test case ts mapper
v2.1.0
New Features
- JSON as type
- Transform JSON to typescript types
Fixed Bug
- Handle character . and - for transform to snake case
Improvement
v2.0.1
Update Docs
- update readme documentation
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
New Features
- JSON as Types : Go Struct
- UUID Universe
- UUID Universe
- Generate uuid v1
- Generate uuid v4
- Generate uuid v6
- Generate uuid v7
- Generate uuid Nil / Empty
v1.4.0
New Features
- JSON Minify
- JSON Beautify
- JSON to Object JS
- Object JS to JSON
Fixed
- Unit test for JSON parse
- Numbered line by line only if there are characters other than space
- Standardize file names
v1.3.0
New Features
- JSON Stringify
- JSON Parse
v1.2.2
New Features
- Text to numbered text line by lines
v1.1.2
Fixed Bug
- Text to Capital case
- Standard capitalization all selected text (Multi lines)
v1.1.1
Fixed Bug
- Json to array PHP and the opposite
- Can't format numeric value
- Can't format boolean value