Skip to content

Latest commit

 

History

History
142 lines (103 loc) · 3.68 KB

CHANGELOG.md

File metadata and controls

142 lines (103 loc) · 3.68 KB

Change Log

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

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 - 2024-01-02

New Features

  • JSON as type
    • Transform JSON to typescript types

Fixed Bug

  • Handle character . and - for transform to snake case

Improvement

  • Format JSON to go struct

v2.0.1 - 2024-12-29

Update Docs

  • Update readme documentation

v2.0.0 - 2024-12-29

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 - 2024-12-14

New Features

  • 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

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 - 2024-07-12

New Features

  • JSON Stringify
  • JSON Parse

v1.2.2 - 2024-07-04

New Features

  • Text to numbered text line by lines

v1.1.2 - 2023-07-03

Fixed Bug

  • Text to Capital case
  • Standard capitalization all selected text (Multi lines)

v1.1.1 - 2023-10-05

Fixed Bug

  • Json to array PHP and the opposite
  • Can't format numeric value
  • Can't format boolean value

v1.1.0 - 2023-10-05

New Features

  • json 2 php array
  • php array 2 json

v1.0.0 - 2023-05-16

Added

  • 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