From d7e53fae37c70b662fbd112d5ed2fe2c090a289e Mon Sep 17 00:00:00 2001 From: Mikael Korpela Date: Tue, 25 Jul 2017 11:18:48 +0300 Subject: [PATCH] Update History.md --- History.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/History.md b/History.md index b42e2d6..2257cdf 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,11 @@ +[0.3.0](https://github.com/niftylettuce/express-paginate/compare/0.2.2...0.3.0) / 2017-07-25 +=================== +- Fix getArrayPages when limit is more than no of pages ([#38](https://github.com/expressjs/express-paginate/pull/38)) +- Drop support for NodeJS 0.10.0 and 0.12.0. Minimum requirement now is NodeJS v4. +- Updates to documentation + + [0.2.2](https://github.com/niftylettuce/express-paginate/compare/0.2.1...0.2.2) / 2016-09-29 =================== Fix bugs related to limit parameters ([#24](https://github.com/expressjs/express-paginate/pull/24)):