Releases: ygimenez/Pagination-Utils
Releases · ygimenez/Pagination-Utils
Pagination Utils 1.0.2 - Custom button update
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
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
The first official release!
Features:
- Pagination, categorization and buttonfy methods
Pagination Utils 0.4 - UNSTABLE
Pages.buttonfy() now uses Consumer as button's task.
Last release before stable.
Pagination Utils 0.3 - UNSTABLE
Changed package names according to naming convention.
Reviewed methods for syntax errors.
Pagination Utils 0.2 - UNSTABLE
Added method Pages.buttoned()
to allow execution of Runnables
on message button clicks, may require testing before stable release.
Pagination Utils 0.1b - UNSTABLE
Fixed import error, had to make another release to fix a gradle/maven dependency issue.