Flask Paginate Versions Save

Pagination support for flask

v2024.4.12

1 month ago

fix bug: url not quoted for bulma Full Changelog: https://github.com/lixxu/flask-paginate/compare/v2024.3.28...v2024.4.12

v2024.3.28

1 month ago
  1. rename show_first_page_number to include_first_page_number
  2. fix bug: prev page missing page number if it's first page

Full Changelog: https://github.com/lixxu/flask-paginate/compare/v2023.10.24...v2024.3.28

v2023.10.24

6 months ago

add rel attribute for previous and next links

v2023.10.8

7 months ago

import Markup from markupsafe instead of flask due to flask3 removed Markup import.

v2022.1.8

2 years ago

v2021.12.28

2 years ago

v2021.10.26

2 years ago

set default css framework to bootstrap 4, supports bootstrap 5, use date as the version number

0.8.1

3 years ago

Add type conversion for page and per_page args #90

0.8.0

3 years ago

fix some issues.