v1.7.9
Fixes:
- Fixed an issue with function parameters of type "guid" #149 .
Heads up!
- I changed the way the guids are validated. Before you could have typed in something like
savedQuery = 'my wonderful guid=fb15ee32-524d-41be-b6a0-7d0f28055d52'and it would normally extract it, now the value must be an exact guidsavedQuery = 'fb15ee32-524d-41be-b6a0-7d0f28055d52'orsavedQuery = '{fb15ee32-524d-41be-b6a0-7d0f28055d52}'. Otherwise it would throw an error:<function name> requires the <param name> parameter to be of type GUID String.
Please let me know if this causes any issues.