Releases: bcrowe/cakephp-api-pagination
Releases · bcrowe/cakephp-api-pagination
0.0.8
- Better property name for paging info.
- Fixed up formatting in changelog.
0.0.7
- Add some additional docs.
- Clean up tests a bit.
- Added CONDUCT.md
- Remove running tests in CS build.
0.0.6
- 100% coverage in tests.
- Added an example of setting view variables to be explicit on beforeRender's expectations.
0.0.5
- Added actual tests for ApiPaginationComponent's beforeRender of appropriate view var setting.
- Updated link to have nice name in README.
- Removed an unused class that was being used in the test case.
- Removed old bogus test code.
0.0.4
- More updates to the README/docs.
- Renamed the
setVisible
method tosetVisibility
.
- Started testing.
- Filled in the changelog.
- Fixed write/turn fatal error in PHP 5.4.
0.0.3
- Fix operator precedence for checking for ApiPagination-able requests.
- More usage docs.
0.0.2
- Add "cakephp-plugin" type to composer.json so it actually installs as a CakePHP plugin.
- A couple README updates.
0.0.1
Add project skeleton and initial ApiPagination component.