Releases: tanaikech/UtlApp
Releases · tanaikech/UtlApp
v1.0.7
-
v1.0.7 (September 4, 2024)
- 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
-
v1.0.6 (May 4, 2024)
- Methods of blobToDataUrl was added. When this method is used, the Blob data can be converted to the data URL.
v1.0.5
-
v1.0.5 (April 16, 2024)
- Methods of consolidateA1Notations was added. When this method is used, the scattered A1Notations can be consolidated.
v1.0.4
-
v1.0.4 (April 13, 2024)
- Updated the methods of convGridRangeToA1Notation. When the sheet name is not given, only the A1Notation is returned.
v1.0.3
-
v1.0.3 (February 5, 2024)
- Methods of addQueryParameters was updated.
v1.0.2
-
v1.0.2 (January 25, 2024)
- 2 methods of dotProduct and cosineSimilarity were added.
v1.0.1
-
v1.0.1 (November 12, 2023)
- From this report by Max-Makhrov, a bug of
convA1NotationToGridRange
was removed.
- From this report by Max-Makhrov, a bug of