v2.2.0
Changes
⚠️ 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.- Replaced a custom UUID generator function with a built-in
randomUUID(Crypto API).
⚠️ This may cause issues in the older browsers, and the library must now run in the "Secure Context" (https). - Slightly optimized
dateReviverfunction.
Fixes
- Modified
expandproperty in the type definitions to accept astring. It could always accept astringtogether with an array of expand objects.