Skip to content

Releases: tdreyno/pretty-please

v1.16.1

06 Oct 01:24
Compare
Choose a tag to compare

1.16.1 (2021-10-06)

Bug Fixes

  • add optional concurrency parameter to Task.sequence (cac31fe)

v1.16.0

01 Jun 19:59
Compare
Choose a tag to compare

1.16.0 (2021-06-01)

Features

  • drop support for Node 10 (b34257e)

v1.15.0

07 Apr 17:21
Compare
Choose a tag to compare

1.15.0 (2021-04-07)

Features

v1.14.0

08 Jan 23:43
Compare
Choose a tag to compare

1.14.0 (2021-01-08)

Features

  • add Task.prototype.failIf (1ae3cc9)

v1.13.0

08 Jan 05:26
Compare
Choose a tag to compare

1.13.0 (2021-01-08)

Features

  • add Task.prototype.validate and wrapTaskCreator (7b91b37)

v1.12.0

08 Jan 04:55
Compare
Choose a tag to compare

1.12.0 (2021-01-08)

Features

  • add Array.prototype.chain_ (7a1a7ae)
  • add Promise.prototype.toTask (4b4fe1b)

v1.11.0

08 Jan 04:38
Compare
Choose a tag to compare

1.11.0 (2021-01-08)

Features

  • add Task.allSuccesses and Task.prototype.validateError (3221e37)
  • add Task.wrapPromiseCreator (a8cc72a)

v1.10.0

08 Jan 02:59
Compare
Choose a tag to compare

1.10.0 (2021-01-08)

Features

  • add Task.fromPromises and fix Task.prototype.chain error handling (10e1f85)

v1.9.0

06 Jan 02:02
Compare
Choose a tag to compare

1.9.0 (2021-01-06)

Features

  • drop Node 8 (f93c09b)
  • use never rather than unknown or any for impossible generics (17215b2)

v1.8.1

05 Mar 22:23
Compare
Choose a tag to compare

1.8.1 (2020-03-05)

Bug Fixes

  • chain should expand error types (1525053)