Releases: bcrowe/cakephp-api-pagination
Releases · bcrowe/cakephp-api-pagination
0.0.8
29 Oct 02:24
Compare
Sorry, something went wrong.
No results found
Better property name for paging info.
Fixed up formatting in changelog.
0.0.7
18 Oct 23:32
Compare
Sorry, something went wrong.
No results found
Add some additional docs.
Clean up tests a bit.
Added CONDUCT.md
Remove running tests in CS build.
0.0.6
01 Sep 22:35
Compare
Sorry, something went wrong.
No results found
100% coverage in tests.
Added an example of setting view variables to be explicit on beforeRender's expectations.
0.0.5
28 Aug 14:03
Compare
Sorry, something went wrong.
No results found
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
15 Aug 23:42
Compare
Sorry, something went wrong.
No results found
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
27 Jul 07:24
Compare
Sorry, something went wrong.
No results found
Fix operator precedence for checking for ApiPagination-able requests.
More usage docs.
0.0.2
27 Jul 06:40
Compare
Sorry, something went wrong.
No results found
Add "cakephp-plugin" type to composer.json so it actually installs as a CakePHP plugin.
A couple README updates.
0.0.1
26 Jul 20:38
Compare
Sorry, something went wrong.
No results found
Add project skeleton and initial ApiPagination component.