Releases: unexpectedjs/unexpected-knex
Releases · unexpectedjs/unexpected-knex
5.0.0
4.0.0
Breaking changes
- Dropped support for Node.js v8
3.0.0
Breaking changes
- Dropped support for Knex.js versions older than v0.16.0
- Dropped support for Node.js v6
2.0.0
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/