Skip to content

Commit b67d6b9

Browse files
update changelog
1 parent 3da7027 commit b67d6b9

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
<a name="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.
12+
13+
[Changes][v2.2.0]
14+
15+
116
<a name="v2.1.7"></a>
217
# [v2.1.7](https://github.com/AleksandrRogov/DynamicsWebApi/releases/tag/v2.1.7) - 16 Sep 2024
318

@@ -989,6 +1004,7 @@ Added:
9891004
[Changes][v1.2.0]
9901005

9911006

1007+
[v2.2.0]: https://github.com/AleksandrRogov/DynamicsWebApi/compare/v2.1.7...v2.2.0
9921008
[v2.1.7]: https://github.com/AleksandrRogov/DynamicsWebApi/compare/v.2.1.6...v2.1.7
9931009
[v.2.1.6]: https://github.com/AleksandrRogov/DynamicsWebApi/compare/v2.1.5...v.2.1.6
9941010
[v2.1.5]: https://github.com/AleksandrRogov/DynamicsWebApi/compare/v2.1.4...v2.1.5

0 commit comments

Comments
 (0)