Skip to content

Releases: tigron/skeleton-pager

v0.1.1

05 Oct 09:05
Compare
Choose a tag to compare

Fixed:

  • using an object method as condition was broken

v0.1.0

06 Jul 09:06
Compare
Choose a tag to compare

Fixed:

  • "BETWEEN" comparison was broken
  • Various internal bugfixes
  • Query strings were not properly encoded/decoded
  • Fix joining on custom tables
  • Row counts were wrong

Added:

  • Allow embedding multiple pagers on the same page

Changed:

  • Page navigation style improvements
  • Split off SQL logic from the Page trait

Performance updates

15 Feb 11:26
Compare
Choose a tag to compare
  • update pager query to use subqueries instead of join
  • remove 'distinct' in pager query
  • mage web_pager compatible with skeleton-package-crud

v0.0.4

11 Jan 17:09
Compare
Choose a tag to compare
Add object_text_fields check to get_aggregate

Performance updates

29 Dec 17:27
Compare
Choose a tag to compare

Automatic join based on conditions set

v0.0.2

29 Sep 15:25
Compare
Choose a tag to compare
Fix use of redirect url server variable

v0.0.1

19 Aug 09:10
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release
create coposer.json