All notable changes to cakephp-api-pagination
will be documented in this file.
- General code clean up.
- Updated docblocks.
- Set composer versions with tildes.
- Clean up tests.
- Release stable!
- Use an already available local config var.
- Added implementedEvents method to component.
- Clean up markdown files.
- Better property name for paging info.
- Fixed up formatting in changelog.
- Add some additional docs.
- Added CONDUCT.md
- Clean up tests a bit.
- Remove running tests in CS build.
- 100% coverage in tests.
- Added an example of setting view variables to be explicit on beforeRender's expectations.
- 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.
- Old bogus test code.
- 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.
- More usage docs.
- Fix operator precedence for checking for ApiPagination-able requests.
- A couple README updates.
- Add "cakephp-plugin" type to composer.json so it actually installs as a CakePHP plugin.
- Project skeleton and initial version of the ApiPagination component.