



## v1.4.0 (2023-05-01)

#### :rocket: Enhancement
* [#15](https://github.com/rwjblue/pretender-query-param-handler/pull/15)  feat: unhandledRequest throws a custom error with query param maps ([@yangpiao](https://github.com/yangpiao))

#### Committers: 2
- David J. Hamilton ([@hjdivad](https://github.com/hjdivad))
- Yang Piao ([@yangpiao](https://github.com/yangpiao))

## v1.3.2 (2022-05-23)

#### :bug: Bug Fix
* [#13](https://github.com/rwjblue/pretender-query-param-handler/pull/13) Pass query parameters to handlers ([@Shivam91](https://github.com/Shivam91))

#### Committers: 1
- Shivam Tanna ([@Shivam91](https://github.com/Shivam91))


## v1.3.1 (2022-05-03)

#### :bug: Bug Fix
* [#12](https://github.com/rwjblue/pretender-query-param-handler/pull/12) Fix call for parent constructor to receive arguments ([@Shivam91](https://github.com/Shivam91))

#### Committers: 1
- Shivam Tanna ([@Shivam91](https://github.com/Shivam91))

## v1.3.0 (2022-01-21)

#### :rocket: Enhancement
* [#10](https://github.com/rwjblue/pretender-query-param-handler/pull/10) Provide better error messages when query parameter names or values don't match ([@larry-x-yu](https://github.com/larry-x-yu))
* [#9](https://github.com/rwjblue/pretender-query-param-handler/pull/9) Matching by pattern with fallback ([@larry-x-yu](https://github.com/larry-x-yu))

#### :bug: Bug Fix
* [#11](https://github.com/rwjblue/pretender-query-param-handler/pull/11) Reinstated passthrough support ([@larry-x-yu](https://github.com/larry-x-yu))

#### Committers: 1
- [@larry-x-yu](https://github.com/larry-x-yu)

## v1.2.1 (2021-07-01)

#### :bug: Bug Fix
* [#5](https://github.com/rwjblue/pretender-query-param-handler/pull/5) fix: return the correct handler instance for register function ([@spham92](https://github.com/spham92))

#### Committers: 1
- Steven Pham ([@spham92](https://github.com/spham92))


## v1.2.0 (2021-05-25)

#### :rocket: Enhancement
* [#4](https://github.com/rwjblue/pretender-query-param-handler/pull/4) Normalize query string while registering and matching handlers ([@parag-datar](https://github.com/parag-datar))

#### Committers: 1
- Parag ([@parag-datar](https://github.com/parag-datar))


## v1.1.1 (2020-10-28)

#### :bug: Bug Fix
* [#2](https://github.com/rwjblue/pretender-query-param-handler/pull/2) Add ember-auto-import to dependencies. ([@rwjblue](https://github.com/rwjblue))

#### Committers: 1
- Robert Jackson ([@rwjblue](https://github.com/rwjblue))


## v1.1.0 (2020-10-28)

#### :rocket: Enhancement
* [#1](https://github.com/rwjblue/pretender-query-param-handler/pull/1) Add pretender peerDependency ([@igorT](https://github.com/igorT))

#### Committers: 1
- Igor Terzic ([@igorT](https://github.com/igorT))


## v1.0.0 (2020-09-15)

Initial release! 💥


