# Changelog

## v5.0.0

- Updates minimum Node version to v24.0.0
- Updates the `node-mocks-http` package to v1.17.2
- Adds support for providing response options
- Adds support for generic arguments to TypeScript type definition

## v4.0.0

- Updates minimum Node version to v18.0.0
- Updates the `node-mocks-http` package to v1.13.0

## v3.1.0

- Adds TypeScript type definitions

## v3.0.0

- Updates minimum Node version to v12.0.0
- Updates the `node-mocks-http` package to v1.9.0

## v2.1.0

- Updates the readme to use `async/await` syntax in example code
- Adds additional `request` and `response` aliases to resolved promises

## v2.0.2

- Updates the `node-mocks-http` package to v1.7.0

## v2.0.1

- Updates to the readme and license

## v2.0.0

- Refactors promises to resolve with the `req` and `res` objects

## v1.1.1

- Removes unnecessary `try/catch` block around handler calls

## v1.1.0

- Adds an optional third argument for assigning request and response object mocks extra properties

## v1.0.0

- Initial release
