- Added .rejectedWith to assert matched errors
- Added .fulfilled to assert if given promise fulfilled
- Added .rejected to assert if given promise rejected
- Added .Promise to assert given object is Promise
- Added alias .eventually
- .not and .any calls before .finally now propagated
- First version - it copy all properties of Assertion.prototype to be .thenable