Skip to content

Releases: bcrowe/cakephp-api-pagination

0.0.8

29 Oct 02:24
Compare
Choose a tag to compare
0.0.8 Pre-release
Pre-release
  • Better property name for paging info.
  • Fixed up formatting in changelog.

0.0.7

18 Oct 23:32
Compare
Choose a tag to compare
0.0.7 Pre-release
Pre-release
  • 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
Choose a tag to compare
0.0.6 Pre-release
Pre-release
  • 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
Choose a tag to compare
0.0.5 Pre-release
Pre-release
  • 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
Choose a tag to compare
0.0.4 Pre-release
Pre-release
  • 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
Choose a tag to compare
0.0.3 Pre-release
Pre-release
  • Fix operator precedence for checking for ApiPagination-able requests.
  • More usage docs.

0.0.2

27 Jul 06:40
Compare
Choose a tag to compare
0.0.2 Pre-release
Pre-release
  • 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
Choose a tag to compare
0.0.1 Pre-release
Pre-release

Add project skeleton and initial ApiPagination component.