Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 532 Bytes

History.md

File metadata and controls

22 lines (15 loc) · 532 Bytes

08/01/2014 - 0.0.3

  • Added .rejectedWith to assert matched errors

08/01/2014 - 0.0.3

  • Added .fulfilled to assert if given promise fulfilled
  • Added .rejected to assert if given promise rejected
  • Added .Promise to assert given object is Promise

29/10/2014 - 0.0.2

  • Added alias .eventually
  • .not and .any calls before .finally now propagated

27/10/2014 - 0.0.1

  • First version - it copy all properties of Assertion.prototype to be .thenable