# Change Log

## [v2.1.1](https://github.com/feathersjs/feathers-query-filters/tree/v2.1.1) (2016-10-14)
[Full Changelog](https://github.com/feathersjs/feathers-query-filters/compare/v2.1.0...v2.1.1)

**Merged pull requests:**

- add the posibility to send an object to sort and add the test for that [\#24](https://github.com/feathersjs/feathers-query-filters/pull/24) ([stalinb87](https://github.com/stalinb87))

## [v2.1.0](https://github.com/feathersjs/feathers-query-filters/tree/v2.1.0) (2016-09-28)
[Full Changelog](https://github.com/feathersjs/feathers-query-filters/compare/v2.0.2...v2.1.0)

**Merged pull requests:**

- Convert sort parameters to integers [\#21](https://github.com/feathersjs/feathers-query-filters/pull/21) ([daffl](https://github.com/daffl))

## [v2.0.2](https://github.com/feathersjs/feathers-query-filters/tree/v2.0.2) (2016-09-18)
[Full Changelog](https://github.com/feathersjs/feathers-query-filters/compare/v2.0.1...v2.0.2)

**Closed issues:**

- Max pagination limit bug [\#19](https://github.com/feathersjs/feathers-query-filters/issues/19)

**Merged pull requests:**

- Fix max pagination limit [\#20](https://github.com/feathersjs/feathers-query-filters/pull/20) ([samhunta](https://github.com/samhunta))
- Update mocha to version 3.0.0 🚀 [\#18](https://github.com/feathersjs/feathers-query-filters/pull/18) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))

## [v2.0.1](https://github.com/feathersjs/feathers-query-filters/tree/v2.0.1) (2016-07-25)
[Full Changelog](https://github.com/feathersjs/feathers-query-filters/compare/v2.0.0...v2.0.1)

## [v2.0.0](https://github.com/feathersjs/feathers-query-filters/tree/v2.0.0) (2016-07-09)
[Full Changelog](https://github.com/feathersjs/feathers-query-filters/compare/v1.5.1...v2.0.0)

**Fixed bugs:**

- params.query is empty in an after hook [\#15](https://github.com/feathersjs/feathers-query-filters/issues/15)

**Closed issues:**

- Support $search [\#12](https://github.com/feathersjs/feathers-query-filters/issues/12)

**Merged pull requests:**

- Make sure to not modify the original query object [\#17](https://github.com/feathersjs/feathers-query-filters/pull/17) ([daffl](https://github.com/daffl))
- mocha@2.5.0 breaks build 🚨 [\#16](https://github.com/feathersjs/feathers-query-filters/pull/16) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
- Update babel-plugin-add-module-exports to version 0.2.0 🚀 [\#14](https://github.com/feathersjs/feathers-query-filters/pull/14) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))
- Update all dependencies 🌴 [\#9](https://github.com/feathersjs/feathers-query-filters/pull/9) ([greenkeeperio-bot](https://github.com/greenkeeperio-bot))

## [v1.5.1](https://github.com/feathersjs/feathers-query-filters/tree/v1.5.1) (2016-01-22)
[Full Changelog](https://github.com/feathersjs/feathers-query-filters/compare/v1.4.1...v1.5.1)

**Merged pull requests:**

- Upgrading to Babel 6 and fixing build [\#8](https://github.com/feathersjs/feathers-query-filters/pull/8) ([daffl](https://github.com/daffl))

## [v1.4.1](https://github.com/feathersjs/feathers-query-filters/tree/v1.4.1) (2016-01-22)
[Full Changelog](https://github.com/feathersjs/feathers-query-filters/compare/v1.5.0...v1.4.1)

**Merged pull requests:**

- Adding nsp check [\#7](https://github.com/feathersjs/feathers-query-filters/pull/7) ([marshallswain](https://github.com/marshallswain))

## [v1.5.0](https://github.com/feathersjs/feathers-query-filters/tree/v1.5.0) (2016-01-08)
[Full Changelog](https://github.com/feathersjs/feathers-query-filters/compare/v1.4.0...v1.5.0)

## [v1.4.0](https://github.com/feathersjs/feathers-query-filters/tree/v1.4.0) (2016-01-08)
[Full Changelog](https://github.com/feathersjs/feathers-query-filters/compare/v1.3.0...v1.4.0)

**Closed issues:**

- Support $populate [\#6](https://github.com/feathersjs/feathers-query-filters/issues/6)

## [v1.3.0](https://github.com/feathersjs/feathers-query-filters/tree/v1.3.0) (2015-12-03)
[Full Changelog](https://github.com/feathersjs/feathers-query-filters/compare/v1.1.2...v1.3.0)

## [v1.1.2](https://github.com/feathersjs/feathers-query-filters/tree/v1.1.2) (2015-12-03)
[Full Changelog](https://github.com/feathersjs/feathers-query-filters/compare/v1.2.0...v1.1.2)

**Closed issues:**

- $limit and $skip should be parsed as integers [\#4](https://github.com/feathersjs/feathers-query-filters/issues/4)
- Should have a test suite for CRUD adapters [\#2](https://github.com/feathersjs/feathers-query-filters/issues/2)
- Latest version \(1.1.1\) provided by npm not available on the repo [\#1](https://github.com/feathersjs/feathers-query-filters/issues/1)

**Merged pull requests:**

- Parse $skip and $limit  as integers [\#5](https://github.com/feathersjs/feathers-query-filters/pull/5) ([daffl](https://github.com/daffl))

## [v1.2.0](https://github.com/feathersjs/feathers-query-filters/tree/v1.2.0) (2015-10-26)
[Full Changelog](https://github.com/feathersjs/feathers-query-filters/compare/v1.1.1...v1.2.0)

**Merged pull requests:**

- Updating to new ES6 plugin infrastructure [\#3](https://github.com/feathersjs/feathers-query-filters/pull/3) ([daffl](https://github.com/daffl))

## [v1.1.1](https://github.com/feathersjs/feathers-query-filters/tree/v1.1.1) (2015-07-28)
[Full Changelog](https://github.com/feathersjs/feathers-query-filters/compare/v1.1.0...v1.1.1)

## [v1.1.0](https://github.com/feathersjs/feathers-query-filters/tree/v1.1.0) (2015-07-28)
[Full Changelog](https://github.com/feathersjs/feathers-query-filters/compare/v1.0.0...v1.1.0)

## [v1.0.0](https://github.com/feathersjs/feathers-query-filters/tree/v1.0.0) (2015-07-27)


\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*