Skip to content

Releases: unexpectedjs/unexpected-knex

5.0.0

Choose a tag to compare

@joelmukuthu joelmukuthu released this 18 Sep 12:02

Breaking changes

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

4.0.0

Choose a tag to compare

@joelmukuthu joelmukuthu released this 18 Sep 12:00

Breaking changes

  • Dropped support for Node.js v8

3.0.0

Choose a tag to compare

@joelmukuthu joelmukuthu released this 11 Apr 18:22

Breaking changes

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

2.0.0

Choose a tag to compare

@joelmukuthu joelmukuthu released this 17 Jan 09:59

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/