@holoflows/kit 0.2.0
You can install it on npm
now.
π₯ Breaking Changes
- The interface of
AsyncCall
has been fully re-written and it gets simpler and more documented now. ValueRef
has also been fully re-written. Now it does not extend fromWatcher
and provides a clearer interface.
π New
- Add a new utility called
AutomatedTabTask
, that enables you to execute a task on a new tab and then close it. See document for details. - Add two undocumented utility
sleep
andtimeout
. Useful in async functions. AsyncCall
now supports transferring metadata on parameters and return values (Not documented yet).
π Document
- Add the document for
AsyncCall
.
π©βπ» Others
- Upgrade to Typescript 3.4.1.
MessageCenter
now uses''
instead ofundefined
as the default key. This is not a breaking change.- We added CI! π·ββοΈ