You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-:warning: Deprecated: `fieldName` in request properties for `deleteRecord`, `uploadFile`, `downloadFile`. Please use `property` instead.
6
+
- Curly brackets won't be removed from the GUIDs inside `filter` if the value that contains the GUID is inside single quotes, which means it's a string. This is an improvement of an existing functionality.
7
+
Before: `"attribute eq 'some text {GUID} more text'"` would result in `"attribute eq 'some text GUID more text'"`
8
+
Now: `"attribute eq 'some text {GUID} more text'"` stays the same `"attribute eq 'some text {GUID} more text'"`
9
+
- Improving performance by pre-compiling and optimizing regular expressions.
10
+
- General refactoring to improve code readability.
0 commit comments