Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Releases: ml-archive/paginator

Version 0.5.0

30 Jun 10:14
Compare
Choose a tag to compare

Query params are now kept in the urls in the leaf tags. Fixes #7.

Version 1.0.2

08 Jun 12:06
Compare
Choose a tag to compare
  • Naming convention now respected in the leaf extension.

Version 1.0.1

02 Jun 10:34
Compare
Choose a tag to compare

Fixed:

  • context passed through makeNode is no-longer ignored (thanks @valen90)

Version 1.0.0

23 May 12:08
Compare
Choose a tag to compare
  • Vapor 2 released πŸŽ‰
  • Paginator now also respects your naming strategy set in Fluent (snake_case vs camelCase).

Version 0.4.5

25 Apr 07:20
Compare
Choose a tag to compare
  • Fixes a bug in the DOM where page link were rendered incorrectly

Version 0.4.4

05 Apr 14:17
Compare
Choose a tag to compare

Fixed:

  • Sequence types

0.4.3

28 Mar 11:03
Compare
Choose a tag to compare
0.4.3 Pre-release
Pre-release

New:

  • Change the paginator key.

Version 0.4.2

06 Mar 10:02
Compare
Choose a tag to compare
  • Fixed 2 bugs in leaf template
    • Crash on empty
    • SR support bugged out markup

Version 0.4.1

23 Feb 10:30
Compare
Choose a tag to compare
  • Fixed a bug in where where conditions was not taken into account on "count" in meta

Version 0.4.0

08 Feb 19:37
Compare
Choose a tag to compare
Version 0.4.0 Pre-release
Pre-release

New:

  • Pass down context
  • Model transformations