Skip to content

Releases: ygimenez/Pagination-Utils

Pagination Utils 1.0.2 - Custom button update

13 Jan 20:42
Compare
Choose a tag to compare

Now it's possible to use custom emotes within buttons!

Fixed:

  • Now methods properly return exceptions on errors
  • Optimized the code

Pagination Utils 1.0.1 - JCenter update

13 Jan 13:23
Compare
Choose a tag to compare

Made changes in package path to be able to add JCenter as a repository, now more people will be able to used it!

Fixed:

  • Package path is now com.github.ygimenez.PaginationUtils
  • Fixed minor typos
  • Fixed pom file

Pagination Utils 1.0.0 - STABLE

08 Jan 16:20
Compare
Choose a tag to compare

The first official release!

Features:

  • Pagination, categorization and buttonfy methods

Pagination Utils 0.4 - UNSTABLE

08 Jan 03:56
Compare
Choose a tag to compare
Pre-release

Pages.buttonfy() now uses Consumer as button's task.
Last release before stable.

Pagination Utils 0.3 - UNSTABLE

08 Jan 03:26
Compare
Choose a tag to compare
Pre-release

Changed package names according to naming convention.
Reviewed methods for syntax errors.

Pagination Utils 0.2 - UNSTABLE

07 Jan 14:25
Compare
Choose a tag to compare
Pre-release

Added method Pages.buttoned() to allow execution of Runnables on message button clicks, may require testing before stable release.

Pagination Utils 0.1b - UNSTABLE

31 Dec 05:11
Compare
Choose a tag to compare
Pre-release

Fixed import error, had to make another release to fix a gradle/maven dependency issue.