3.18.0

(feat): Add support for custom bidirectional pagination. APIs using custom pagination (e.g., HATEOAS links) can configure a custom pager name and receive skeleton classes with bidirectional navigation methods (nextPage(), previousPage(), hasNext(), hasPrevious()).

Configuration:

1customConfig:
2 custom-pager-name: MyCustomPaginator

3.17.1

(chore): Bump generator CLI version to publish new Docker image.