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
Copy file name to clipboardExpand all lines: .github/CHANGELOG.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,18 @@
1
+
<aname="v2.2.0"></a>
2
+
# [v2.2.0](https://github.com/AleksandrRogov/DynamicsWebApi/releases/tag/v2.2.0) - 09 Feb 2025
3
+
4
+
**Changes**
5
+
-:warning: Dropping official support for Node.js v16. Mainly because I cannot run actions with that version anymore, so I cannot guarantee that any future changes will continue working in it.
6
+
- Replaced a custom UUID generator function with a built-in `randomUUID` (Crypto API).
7
+
:warning: This may cause issues in the older browsers, and the library must now run in the "Secure Context" (https).
8
+
- Slightly optimized `dateReviver` function.
9
+
10
+
**Fixes**
11
+
- Modified `expand` property in the type definitions to accept a `string`. It could always accept a `string` instead of an array of expand objects.
0 commit comments