v1.7.0
CHANGES
- fix(pkg:ts-types): corrected the helper type
IJsonSafeValueto whitelistundefinedas a valid JSON safe value - feat(pkg:concurrent): added method
MemoryMutex.wrap - feat(pkg:concurrent): added method
MemoryMutex.run - fix(pkg:concurrent): the
MemoryMutexshould be non-reentrant by default,
but an option is added to reenable reentrant behavior. - feat(pkg:async): added extra options
collectResulttoAsync.withAbortSignalAPI - feat(pkg:async): added extra option
opts.collectResulttoAsync.withTimeout
to collect the result of the asynchronous task after timeout.
Full Changelog: v1.6.0...v1.7.0