This repository has been archived by the owner on Apr 20, 2024. It is now read-only.
Releases: ml-archive/paginator
Releases Β· ml-archive/paginator
Version 0.5.0
Query params are now kept in the urls in the leaf tags. Fixes #7.
Version 1.0.2
- Naming convention now respected in the leaf extension.
Version 1.0.1
Fixed:
- context passed through
makeNode
is no-longer ignored (thanks @valen90)
Version 1.0.0
- Vapor 2 released π
- Paginator now also respects your naming strategy set in Fluent (snake_case vs camelCase).
Version 0.4.5
- Fixes a bug in the DOM where page link were rendered incorrectly
Version 0.4.4
Fixed:
- Sequence types
0.4.3
New:
- Change the
paginator
key.
Version 0.4.2
- Fixed 2 bugs in leaf template
- Crash on empty
- SR support bugged out markup
Version 0.4.1
- Fixed a bug in where where conditions was not taken into account on "count" in meta
Version 0.4.0
New:
- Pass down context
- Model transformations