Skip to content

v1.4.1

Compare
Choose a tag to compare
@AleksandrRogov AleksandrRogov released this 11 Feb 17:53
· 401 commits to dev since this release

Changes:

  • Added: createRequest function for create request with additional parameters.
  • GUID brackets will be removed from the filter if they exist, for instance: accountid eq {00000000-0000-0000-0000-000000000001} will be replaced with accountid eq 00000000-0000-0000-0000-000000000001. It does not apply if the right side of the condition is a string, for example: sometextfield eq "{00000000-0000-0000-0000-000000000001}" will remain the same.