Skip to content

Latest commit

 

History

History
49 lines (26 loc) · 858 Bytes

CHANGELOG.md

File metadata and controls

49 lines (26 loc) · 858 Bytes

CHANGELOG

2.2.0 (2018-12-12)

  • extend spy strategy with promises values methods (resolveValue, rejectValue, resolveValues, rejectValues)

2.1.1 (2018-09-17)

  • bump deps

2.1.0 (2018-07-11)

  • provide toHaveBeenDone for nock expectation

2.0.0 (2018-06-20)

  • migrate to jasmine 3.x version
  • drop support node < 4

1.2.1 (2018-06-20)

  • lock 1.x to work with jasmine ^2.x versions

1.2.0 (2017-10-26)

  • provide thisArgFor and at methods for Spy#calls

1.1.0 (2017-10-16)

  • provide toHaveBeenCalledWithContext with ability to accept context with parameters

1.0.0 (2017-10-13)

  • initial release