- 298b624: upgrade dev-dependencies
- 9b25d9f: handle async rejections in the presence of sync errors
- 81274d4: fix(ValueOrPromise.all): sync code should error first
- 7219d1c: fix(types): implementation signature should also be callable
- ade3f7d: fix(types): do not make results nullable
- 1b378e8: chore(docs): correct typo
-
8366d7e: fix(resolve): always resolve to actual Promise
Even though ValueOrPromise objects can be initialized with anything PromiseLike, it is helpful to have them always resolve to either values or to actual promises.
- a246304: fix(dependencies): no dependencies, please
- 4652893: fix published api
- a4eff20: add missing catch
- 817088d: exclude spec files from build
- e712ab8: add missing function ValueOrPromise.all
- 4e5e5f8: add resolve method to resolve the ValueOrPromise to either a value or promise