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
dateReviver
function.
Fixes
- Modified
expand
property in the type definitions to accept astring
. It could always accept astring
together with an array of expand objects.