Skip to content

3.1.0

Choose a tag to compare

@davidcelis davidcelis released this 21 Sep 19:25
· 144 commits to master since this release
  • #15: Allow paginate to directly accept a collection and return the paginated collection itself instead of implicitly rendering (an implicit render will still happen if the call to paginate mimics a call to render)
  • #14: Avoid dividing by 0 (thanks to @macb)