Skip to content

Releases: otnansirk/vscode-casing-convention

v1.5.0

15 Dec 13:41
Compare
Choose a tag to compare

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

01 Dec 14:57
Compare
Choose a tag to compare

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

14 Jul 02:34
Compare
Choose a tag to compare

New Features

  • JSON Stringify
  • JSON Parse

v1.2.2

04 Jul 09:55
Compare
Choose a tag to compare

New Features

  • Text to numbered text line by lines

v1.1.2

03 Jul 06:07
Compare
Choose a tag to compare

Fixed Bug

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

v1.1.1

05 Oct 07:57
Compare
Choose a tag to compare

Fixed Bug

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

v1.1.0

05 Oct 04:45
Compare
Choose a tag to compare

New Features

  • json 2 php array
  • php array 2 json

v1.0.0 - New release of a bliss

16 Jun 10:21
Compare
Choose a tag to compare
  • 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