# Changelog

## [v4.0.0](https://github.com/uphold/koa-pagination/releases/tag/v4.0.0) (2019-10-15)
- Add github-changelog-generator as dev-dependency [\#59](https://github.com/uphold/koa-pagination/pull/59) ([eduardoconceicao](https://github.com/eduardoconceicao))
- Update sshpk to 1.16.1 [\#58](https://github.com/uphold/koa-pagination/pull/58) ([eduardoconceicao](https://github.com/eduardoconceicao))
- Update dependencies [\#57](https://github.com/uphold/koa-pagination/pull/57) ([eduardoconceicao](https://github.com/eduardoconceicao))
- Remove is-safe-integer dependency [\#54](https://github.com/uphold/koa-pagination/pull/54) ([nunofgs](https://github.com/nunofgs))
- Update standard-http-error@2.0.1 [\#55](https://github.com/uphold/koa-pagination/pull/55) ([nunofgs](https://github.com/nunofgs))
- Expose `Accept-Ranges` header [\#52](https://github.com/uphold/koa-pagination/pull/52) ([nunofgs](https://github.com/nunofgs))
- Fix invalid range unit override [\#51](https://github.com/uphold/koa-pagination/pull/51) ([nunofgs](https://github.com/nunofgs))
- Do not overwrite status if it is not successful [\#50](https://github.com/uphold/koa-pagination/pull/50) ([nunofgs](https://github.com/nunofgs))
- Update ownership [\#46](https://github.com/uphold/koa-pagination/pull/46) ([ruimarinho](https://github.com/ruimarinho))

## [v3.0.0](https://github.com/uphold/koa-pagination/releases/tag/v3.0.0) (2017-03-30)
- Move source to /src [\#45](https://github.com/uphold/koa-pagination/pull/45) ([kurayama](https://github.com/kurayama))
- Improve README [\#44](https://github.com/uphold/koa-pagination/pull/44) ([kurayama](https://github.com/kurayama))
- Replace default export by named middleware and errors [\#43](https://github.com/uphold/koa-pagination/pull/43) ([nunofgs](https://github.com/nunofgs))
- Add .npmignore [\#42](https://github.com/uphold/koa-pagination/pull/42) ([ruimarinho](https://github.com/ruimarinho))
- Update koa@2 [\#40](https://github.com/uphold/koa-pagination/pull/40) ([kurayama](https://github.com/kurayama))
- Add LICENSE [\#41](https://github.com/uphold/koa-pagination/pull/41) ([ruimarinho](https://github.com/ruimarinho))
- Update README [\#38](https://github.com/uphold/koa-pagination/pull/38) ([franciscocardoso](https://github.com/franciscocardoso))
- Add `allowAll` parameter to disable asterisk [\#37](https://github.com/uphold/koa-pagination/pull/37) ([nunofgs](https://github.com/nunofgs))

## [v2.0.1](https://github.com/uphold/koa-pagination/releases/tag/v2.0.1) (2016-05-18)
- Update range-specifier-parser@1.0.2 [\#35](https://github.com/uphold/koa-pagination/pull/35) ([nunofgs](https://github.com/nunofgs))
- Add asterisk instructions to readme [\#34](https://github.com/uphold/koa-pagination/pull/34) ([nunofgs](https://github.com/nunofgs))

## [v2.0.0](https://github.com/uphold/koa-pagination/releases/tag/v2.0.0) (2016-05-18)
- Add asterisk support [\#32](https://github.com/uphold/koa-pagination/pull/32) ([nunofgs](https://github.com/nunofgs))
- Refactor to es6 standards [\#31](https://github.com/uphold/koa-pagination/pull/31) ([nunofgs](https://github.com/nunofgs))
- Update dependencies [\#30](https://github.com/uphold/koa-pagination/pull/30) ([nunofgs](https://github.com/nunofgs))

## [v1.1.1](https://github.com/uphold/koa-pagination/releases/tag/v1.1.1) (2016-05-04)
- Update README [\#29](https://github.com/uphold/koa-pagination/pull/29) ([franciscocardoso](https://github.com/franciscocardoso))

## [v1.1.0](https://github.com/uphold/koa-pagination/releases/tag/v1.1.0) (2016-05-04)

## [v0.1.1](https://github.com/uphold/koa-pagination/releases/tag/v0.1.1) (2016-05-04)

## [v0.1.2](https://github.com/uphold/koa-pagination/releases/tag/v0.1.2) (2016-05-04)

## [v0.1.3](https://github.com/uphold/koa-pagination/releases/tag/v0.1.3) (2016-05-04)

## [v0.2.0](https://github.com/uphold/koa-pagination/releases/tag/v0.2.0) (2016-05-04)

## [v0.3.0](https://github.com/uphold/koa-pagination/releases/tag/v0.3.0) (2016-05-04)

## [v0.3.1](https://github.com/uphold/koa-pagination/releases/tag/v0.3.1) (2016-05-04)

## [v1.0.0](https://github.com/uphold/koa-pagination/releases/tag/v1.0.0) (2016-05-04)

## [v0.1.0](https://github.com/uphold/koa-pagination/releases/tag/v0.1.0) (2016-05-04)
- Update changelog and version scripts [\#28](https://github.com/uphold/koa-pagination/pull/28) ([franciscocardoso](https://github.com/franciscocardoso))
- Expose `range-unit` [\#26](https://github.com/uphold/koa-pagination/pull/26) ([franciscocardoso](https://github.com/franciscocardoso))
- Improve error message [\#27](https://github.com/uphold/koa-pagination/pull/27) ([ruimarinho](https://github.com/ruimarinho))
- Remove usage of `chai` [\#25](https://github.com/uphold/koa-pagination/pull/25) ([franciscocardoso](https://github.com/franciscocardoso))
- Replace `create-error` with `standard-http-error` [\#23](https://github.com/uphold/koa-pagination/pull/23) ([franciscocardoso](https://github.com/franciscocardoso))
- Prevent usage of unsafe numbers [\#24](https://github.com/uphold/koa-pagination/pull/24) ([franciscocardoso](https://github.com/franciscocardoso))
- Fix readme headers example [\#21](https://github.com/uphold/koa-pagination/pull/21) ([nunorafaelrocha](https://github.com/nunorafaelrocha))
- Change default unit to `items` [\#20](https://github.com/uphold/koa-pagination/pull/20) ([fixe](https://github.com/fixe))
- Allow specifying `unit` option [\#19](https://github.com/uphold/koa-pagination/pull/19) ([fixe](https://github.com/fixe))
- Update response status [\#18](https://github.com/uphold/koa-pagination/pull/18) ([franciscocardoso](https://github.com/franciscocardoso))
- Add codeclimate `gpa` and `coverage` badges [\#13](https://github.com/uphold/koa-pagination/pull/13) ([franciscocardoso](https://github.com/franciscocardoso))
- Add npm badge [\#14](https://github.com/uphold/koa-pagination/pull/14) ([fixe](https://github.com/fixe))
- Rename test file to `index_test` [\#12](https://github.com/uphold/koa-pagination/pull/12) ([franciscocardoso](https://github.com/franciscocardoso))
- Fix error in example `content-range` value [\#11](https://github.com/uphold/koa-pagination/pull/11) ([franciscocardoso](https://github.com/franciscocardoso))
- Fix github repository name [\#10](https://github.com/uphold/koa-pagination/pull/10) ([franciscocardoso](https://github.com/franciscocardoso))
- Fix pagination limit value [\#9](https://github.com/uphold/koa-pagination/pull/9) ([franciscocardoso](https://github.com/franciscocardoso))
- Fix `limit` and `offset` interpretation [\#8](https://github.com/uphold/koa-pagination/pull/8) ([franciscocardoso](https://github.com/franciscocardoso))
- Fix count in README [\#7](https://github.com/uphold/koa-pagination/pull/7) ([fixe](https://github.com/fixe))
- Update README [\#5](https://github.com/uphold/koa-pagination/pull/5) ([franciscocardoso](https://github.com/franciscocardoso))
- Remove non existent precommit configurations [\#6](https://github.com/uphold/koa-pagination/pull/6) ([franciscocardoso](https://github.com/franciscocardoso))
- Add Travis [\#4](https://github.com/uphold/koa-pagination/pull/4) ([fixe](https://github.com/fixe))
- Add range parser modules [\#3](https://github.com/uphold/koa-pagination/pull/3) ([franciscocardoso](https://github.com/franciscocardoso))
