Skip to content

v1.0.7

Latest
Compare
Choose a tag to compare
@tanaikech tanaikech released this 04 Sep 01:11
· 2 commits to master since this release
  • v1.0.7 (September 4, 2024)

    1. Following 3 methods were added.
    • snake_caseToCamelCase: This method is used for converting a string of the snake case to the camel case.
    • camelCaseTosnake_case: This method is used for converting a string of the camel case to the snake case.
    • createFormDataObject: This method is used for creating the form data to HTTP request from an object.