Skip to content

Releases: acamica/task

v0.3.0

19 May 00:19
Compare
Choose a tag to compare

0.3.0 (2018-05-19)

Bug Fixes

  • build: fix problem with rollup (c78af96)
  • lint: Fix linting error on index (a2c90c0)
  • task: Changed fromPromise logic to reject with value as is (3912fb1)
  • task.all: fix typing to support arrays of multiple elements of same type (0720652)
  • types: fix errors after new version of typescript (b7d873f)

Features

  • experimental: added share and toPromise operators (4195ed4)
  • task: added the pipe operator (689ad03)
  • task: Initial commit (690b046)
  • task.all: added Task.all static method (8c377e8)
  • utils: Added as-uncaught-error helper (06c4efd)