Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Commit e13f8ca

Browse files
committed
changelog update
1 parent ef2c497 commit e13f8ca

File tree

1 file changed

+30
-12
lines changed

1 file changed

+30
-12
lines changed

CHANGELOG.md

Lines changed: 30 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,37 @@
1-
#Changelog
2-
All Notable changes to `:package_name` will be documented in this file
1+
# Changelog
2+
All Notable changes to `RecursivePagination` will be documented in this file
33

4-
## NEXT - YYYY-MM-DD
4+
## Unreleased
55

6-
### Added
7-
- Nothing
6+
## 0.0.5 [2016-05-25]
7+
8+
### Changed
9+
- updated dependencies
10+
11+
## 0.0.4 [2016-05-18]
812

9-
### Deprecated
10-
- Nothing
13+
### Changed
14+
- use Xparse/Parser instead of Fix/Parser
1115

1216
### Fixed
13-
- Nothing
17+
- package name fixed
18+
19+
## 0.0.3 [2015-08-28]
20+
21+
### Added
22+
- code coverage increased
23+
- tests added
24+
25+
## 0.0.2 [2015-08-07]
26+
27+
### Added
28+
- argument added to `RecursivePagination::getNextPage()` method
29+
- code coverage increased
30+
31+
### Changed
32+
- method `RecursivePagination::getNextPaginationPage()` renamed to `RecursivePagination::getNextPage()`
1433

15-
### Removed
16-
- Nothing
34+
### Deleted
35+
- PHP version 5.3 removed from tests
1736

18-
### Security
19-
- Nothing
37+
## 0.0.1 [2014-12-10]

0 commit comments

Comments
 (0)