Releases: tdreyno/pretty-please
Releases · tdreyno/pretty-please
v1.16.1
1.16.1 (2021-10-06)
Bug Fixes
- add optional concurrency parameter to Task.sequence (cac31fe)
v1.13.0
1.13.0 (2021-01-08)
Features
- add Task.prototype.validate and wrapTaskCreator (7b91b37)
v1.12.0
1.12.0 (2021-01-08)
Features
- add Array.prototype.chain_ (7a1a7ae)
- add Promise.prototype.toTask (4b4fe1b)
v1.11.0
1.11.0 (2021-01-08)
Features
- add Task.allSuccesses and Task.prototype.validateError (3221e37)
- add Task.wrapPromiseCreator (a8cc72a)
v1.10.0
1.10.0 (2021-01-08)
Features
- add Task.fromPromises and fix Task.prototype.chain error handling (10e1f85)
v1.9.0
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
1.8.1 (2020-03-05)
Bug Fixes
- chain should expand error types (1525053)