Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisco Cardoso committed May 4, 2016
1 parent b75bf62 commit 698898e
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 26 deletions.
39 changes: 24 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,47 @@
# Changelog

## [1.0.0](https://github.com/seegno/koa-pagination/tree/1.0.0) (2015-12-10)
[Full Changelog](https://github.com/seegno/koa-pagination/compare/0.3.1...1.0.0)
## [v1.1.0](https://github.com/seegno/koa-pagination/tree/v1.1.0) (2016-05-04)
[Full Changelog](https://github.com/seegno/koa-pagination/compare/v1.0.0...v1.1.0)

**Merged pull requests:**

- Update changelog and version scripts [\#28](https://github.com/seegno/koa-pagination/pull/28) ([franciscocardoso](https://github.com/franciscocardoso))
- Improve error message [\#27](https://github.com/seegno/koa-pagination/pull/27) ([ruimarinho](https://github.com/ruimarinho))
- Expose `range-unit` [\#26](https://github.com/seegno/koa-pagination/pull/26) ([franciscocardoso](https://github.com/franciscocardoso))

## [v1.0.0](https://github.com/seegno/koa-pagination/tree/v1.0.0) (2015-12-10)
[Full Changelog](https://github.com/seegno/koa-pagination/compare/v0.3.1...v1.0.0)

**Merged pull requests:**

- Remove usage of `chai` [\#25](https://github.com/seegno/koa-pagination/pull/25) ([franciscocardoso](https://github.com/franciscocardoso))
- Prevent usage of unsafe numbers [\#24](https://github.com/seegno/koa-pagination/pull/24) ([franciscocardoso](https://github.com/franciscocardoso))
- Replace `create-error` with `standard-http-error` [\#23](https://github.com/seegno/koa-pagination/pull/23) ([franciscocardoso](https://github.com/franciscocardoso))

## [0.3.1](https://github.com/seegno/koa-pagination/tree/0.3.1) (2015-02-26)
[Full Changelog](https://github.com/seegno/koa-pagination/compare/0.3.0...0.3.1)
## [v0.3.1](https://github.com/seegno/koa-pagination/tree/v0.3.1) (2015-02-26)
[Full Changelog](https://github.com/seegno/koa-pagination/compare/v0.3.0...v0.3.1)

**Merged pull requests:**

- Fix readme headers example [\#21](https://github.com/seegno/koa-pagination/pull/21) ([nunorafaelrocha](https://github.com/nunorafaelrocha))

## [0.3.0](https://github.com/seegno/koa-pagination/tree/0.3.0) (2015-02-09)
[Full Changelog](https://github.com/seegno/koa-pagination/compare/0.2.0...0.3.0)
## [v0.3.0](https://github.com/seegno/koa-pagination/tree/v0.3.0) (2015-02-09)
[Full Changelog](https://github.com/seegno/koa-pagination/compare/v0.2.0...v0.3.0)

**Merged pull requests:**

- Change default unit to `items` [\#20](https://github.com/seegno/koa-pagination/pull/20) ([fixe](https://github.com/fixe))
- Allow specifying `unit` option [\#19](https://github.com/seegno/koa-pagination/pull/19) ([fixe](https://github.com/fixe))

## [0.2.0](https://github.com/seegno/koa-pagination/tree/0.2.0) (2015-02-03)
[Full Changelog](https://github.com/seegno/koa-pagination/compare/0.1.3...0.2.0)
## [v0.2.0](https://github.com/seegno/koa-pagination/tree/v0.2.0) (2015-02-03)
[Full Changelog](https://github.com/seegno/koa-pagination/compare/v0.1.3...v0.2.0)

**Merged pull requests:**

- Update response status [\#18](https://github.com/seegno/koa-pagination/pull/18) ([franciscocardoso](https://github.com/franciscocardoso))

## [0.1.3](https://github.com/seegno/koa-pagination/tree/0.1.3) (2015-02-02)
[Full Changelog](https://github.com/seegno/koa-pagination/compare/0.1.2...0.1.3)
## [v0.1.3](https://github.com/seegno/koa-pagination/tree/v0.1.3) (2015-02-02)
[Full Changelog](https://github.com/seegno/koa-pagination/compare/v0.1.2...v0.1.3)

**Merged pull requests:**

Expand All @@ -41,21 +50,21 @@
- Rename test file to `index\_test` [\#12](https://github.com/seegno/koa-pagination/pull/12) ([franciscocardoso](https://github.com/franciscocardoso))
- Fix error in example `content-range` value [\#11](https://github.com/seegno/koa-pagination/pull/11) ([franciscocardoso](https://github.com/franciscocardoso))

## [0.1.2](https://github.com/seegno/koa-pagination/tree/0.1.2) (2015-01-29)
[Full Changelog](https://github.com/seegno/koa-pagination/compare/0.1.1...0.1.2)
## [v0.1.2](https://github.com/seegno/koa-pagination/tree/v0.1.2) (2015-01-29)
[Full Changelog](https://github.com/seegno/koa-pagination/compare/v0.1.1...v0.1.2)

**Merged pull requests:**

- Fix github repository name [\#10](https://github.com/seegno/koa-pagination/pull/10) ([franciscocardoso](https://github.com/franciscocardoso))

## [0.1.1](https://github.com/seegno/koa-pagination/tree/0.1.1) (2015-01-29)
[Full Changelog](https://github.com/seegno/koa-pagination/compare/0.1.0...0.1.1)
## [v0.1.1](https://github.com/seegno/koa-pagination/tree/v0.1.1) (2015-01-29)
[Full Changelog](https://github.com/seegno/koa-pagination/compare/v0.1.0...v0.1.1)

**Merged pull requests:**

- Fix pagination limit value [\#9](https://github.com/seegno/koa-pagination/pull/9) ([franciscocardoso](https://github.com/franciscocardoso))

## [0.1.0](https://github.com/seegno/koa-pagination/tree/0.1.0) (2015-01-28)
## [v0.1.0](https://github.com/seegno/koa-pagination/tree/v0.1.0) (2015-01-28)
**Merged pull requests:**

- Fix `limit` and `offset` interpretation [\#8](https://github.com/seegno/koa-pagination/pull/8) ([franciscocardoso](https://github.com/franciscocardoso))
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
{
"name": "koa-pagination",
"version": "1.0.0",
"version": "1.1.0",
"description": "Koa Pagination",
"license": "MIT",
"author": "Seegno",
"main": "index.js",
"engines": {
"node": ">= v0.11.13"
"repository": "[email protected]:seegno/koa-pagination",
"scripts": {
"changelog": "github_changelog_generator --no-issues --header-label='# Changelog' --future-release=v$npm_config_future_release && sed -i '' -e :a -e '$d;N;2,4ba' -e 'P;D' CHANGELOG.md",
"test": "NODE_ENV=test ./node_modules/.bin/mocha --harmony-generators --recursive test",
"version": "npm run changelog --future-release=$npm_package_version && git add -A CHANGELOG.md"
},
"dependencies": {
"debug": "2.1.0",
Expand All @@ -29,12 +34,7 @@
"supertest": "0.15.0",
"test": "0.6.0"
},
"scripts": {
"changelog": "github_changelog_generator --no-issues --header-label='# Changelog' --future-release=v$npm_config_future_release && sed -i '' -e :a -e '$d;N;2,4ba' -e 'P;D' CHANGELOG.md",
"test": "NODE_ENV=test ./node_modules/.bin/mocha --harmony-generators --recursive test",
"version": "npm run changelog --future-release=$npm_package_version && git add -A CHANGELOG.md"
},
"author": "Seegno",
"license": "MIT",
"repository": "[email protected]:seegno/koa-pagination"
"engines": {
"node": ">= v0.11.13"
}
}

0 comments on commit 698898e

Please sign in to comment.