- Small fix with getter
- Updates with latest should.js
- Fix compatibilty issue with es6 promise
- Added .fullfilledWith
- In .Promise do not use current context
- Added umd wrapper
- Fix errors appeared with latest should.js
- Fix reference error in .rejectedWith
- 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