Skip to content

Releases: unexpectedjs/unexpected-knex

5.0.0

18 Sep 12:02
Compare
Choose a tag to compare

Breaking changes

  • Dropped support for Knex.js versions older than v0.95.0
  • Dropped support for Node.js v10

4.0.0

18 Sep 12:00
Compare
Choose a tag to compare

Breaking changes

  • Dropped support for Node.js v8

3.0.0

11 Apr 18:22
Compare
Choose a tag to compare

Breaking changes

  • Dropped support for Knex.js versions older than v0.16.0
  • Dropped support for Node.js v6

2.0.0

17 Jan 09:59
Compare
Choose a tag to compare

Breaking changes

  • Removed the <knexQuery> to have rows satisfying <function> assertion, in line with the removal of <any> to satisfy <function> assertion in Unexpected v11. Instead, use the <knexQuery> to have rows satisfying <expect.it> assertion. More: http://unexpected.js.org/migration/