Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.22 KB

File metadata and controls

33 lines (26 loc) · 1.22 KB

4.0.0 / 2018-09-27

  • BREAKING: Wait for t.plan() assertions to complete before ending async tests (#15)
  • Added: t.rejects() assertion (#14, #16)
  • Added: t.doesNotReject() assertion (#16)

3.0.0 / 2018-03-15

  • Drop Node.js 4 & 5 support; Node 6 is now the minimum version
  • Add support for argument swapping, tape options, and support test.only() #12
  • Update babel config

2.0.1 / 2016-11-28

  • Babel6 upgrade on require('tape-promise/tape')

2.0.0 / 2016-10-29

  • babel upgrade (breaking for ES5 commonjs)
  • fix [#5]

1.1.0 / 2015-12-19

  • Conveniently import tape/tape-promise. See: #2

1.0.1 / 2015-11-26

  • Resolved promise values were passed t.end(), resolving as an error. See: #1

1.0.0 / 2015-11-06

  • initial release