Skip to content

Releases: tanaikech/UtlApp

v1.0.7

04 Sep 01:11
Compare
Choose a tag to compare
  • 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.

v1.0.6

04 May 11:04
Compare
Choose a tag to compare
  • v1.0.6 (May 4, 2024)

    1. Methods of blobToDataUrl was added. When this method is used, the Blob data can be converted to the data URL.

v1.0.5

16 Apr 06:35
Compare
Choose a tag to compare
  • v1.0.5 (April 16, 2024)

    1. Methods of consolidateA1Notations was added. When this method is used, the scattered A1Notations can be consolidated.

v1.0.4

13 Apr 01:10
Compare
Choose a tag to compare
  • v1.0.4 (April 13, 2024)

    1. Updated the methods of convGridRangeToA1Notation. When the sheet name is not given, only the A1Notation is returned.

v1.0.3

05 Feb 00:26
Compare
Choose a tag to compare

v1.0.2

25 Jan 04:58
Compare
Choose a tag to compare

v1.0.1

12 Nov 01:54
Compare
Choose a tag to compare

v1.0.0

13 May 06:49
Compare
Choose a tag to compare
  1. Initial release.