All notable changes to the "casing-convention" extension will be documented in this file.
Check Keep a Changelog for recommendations on how to structure this file.
v2.1.1 - 2024-01-02
- 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 - 2024-01-02
- JSON as type
- Transform JSON to typescript types
- Handle character
.
and-
for transform to snake case
- Format JSON to go struct
v2.0.1 - 2024-12-29
- Update readme documentation
v2.0.0 - 2024-12-29
- Folder and file structure
- Translation
- Hover translation
- Selection translation
- Code action translation
- Change message toast to status bar
- Upgrade compiler option to ES2022
- Improve style formating for Json as type (Go struct)
- Snake case transform
- Lower case handle tab and camelCase
- Upper case handle tab and camelCase
- json2Params move to object2Params
- Array helper move to arrayTools
- uuidTools move to uuidUniverse
v1.5.0 - 2024-12-14
- JSON as Type (Go Struct)
- UUID Universe
- Generate uuid v1
- Generate uuid v4
- Generate uuid v6
- Generate uuid v7
- Generate uuid Nil / Empty
v1.4.0 - 2024-12-01
- JSON Minify
- JSON Beautify
- JSON to Object JS
- Object JS to JSON
- Unit test for JSON parse
- Numbered line by line only if there are characters other than space
- Standardize file names
v1.3.0 - 2024-07-12
- JSON Stringify
- JSON Parse
v1.2.2 - 2024-07-04
- Text to numbered text line by lines
v1.1.2 - 2023-07-03
- Text to Capital case
- Standard capitalization all selected text (Multi lines)
v1.1.1 - 2023-10-05
- Json to array PHP and the opposite
- Can't format numeric value
- Can't format boolean value
v1.1.0 - 2023-10-05
- json 2 php array
- php array 2 json
v1.0.0 - 2023-05-16
- 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
- Create LICENSE
- Initial commit