Skip to content

@holoflows/kit 0.2.0

Compare
Choose a tag to compare
@Jack-Works Jack-Works released this 08 Apr 09:14
· 414 commits to master since this release

You can install it on npm now.

πŸ’₯ Breaking Changes

  1. The interface of AsyncCall has been fully re-written and it gets simpler and more documented now.
  2. ValueRef has also been fully re-written. Now it does not extend from Watcher and provides a clearer interface.

πŸ†• New

  1. 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.
  2. Add two undocumented utility sleep and timeout. Useful in async functions.
  3. AsyncCall now supports transferring metadata on parameters and return values (Not documented yet).

πŸ“ƒ Document

  1. Add the document for AsyncCall.

πŸ‘©β€πŸ’» Others

  1. Upgrade to Typescript 3.4.1.
  2. MessageCenter now uses '' instead of undefined as the default key. This is not a breaking change.
  3. We added CI! πŸ‘·β€β™€οΈ