Skip to content
This repository has been archived by the owner on Nov 4, 2020. It is now read-only.

13.1.0

Compare
Choose a tag to compare
@btd btd released this 20 Sep 14:09
· 27 commits to master since this release

New

  1. Now all zero argument assertions throw TypeError in case any argument passed to them.
  2. Aliased .fulfill/.fulfilledWith to .resolve/.resolvedWith

Fixes

  1. TS definition fixed to allow such imports:
import should from 'should';