Releases: p3t/spring-cursorpaging
Releases · p3t/spring-cursorpaging
Improve PageRequest
- Small behavior change of
withPageSize
to acceptnull
and returning a newPageRequest
on any change. - Internal improvements to deal with deserialized values in page requests.
Full Changelog: v0.9.9.9...v0.9.10
v0.9.9.9
What's Changed
Enhancements
- feature/api-improvents by @p3t in #67
- Dependabot was still on gradle by @p3t in #68
- New utility class for generating HATEAOS Links & more operations for filters (less-or-equal/greater-or-equal) by @p3t in #74
- Provide a way to express a "not exists" or "has not any" filter by @p3t in #87
Bugs fixed
Full Changelog: v0.9.8...v0.9.9.9
v0.9.9-RC9
NPE fix in deserializing page-requests
Full Changelog: v0.9.9-RC8...v0.9.9-RC9
v0.9.9-RC8
Bugfix in expand link
Full Changelog: v0.9.9-RC7...v0.9.9-RC8
Improvements in usage of RequestSerializer and creation of links
What's Changed
Enhancements
- New utility class for generating HATEAOS Links & more operations for filters (less-or-equal/greater-or-equal) by @p3t in #74
Full Changelog: v0.9.9-RC6...v0.9.9-RC7
Small API Improvements and fixes
v0.9.9-RC5
What's Changed
- Removed not needed and conflicting autoconfig. by @p3t in #66
- re-added protobuf dependency for cursor serialization (removed wrong compile scope)
Full Changelog: v0.9.9-RC4...v0.9.9-RC5
API cleanup
!Breaking API Change!
Decided to rename Attribute.path(...)
into Attribute.of(...)
. No need to distinguish between single attributes and attributes consisting out of a path of attributes here!
What's Changed
Full Changelog: v0.9.9-RC3...v0.9.9-RC4
Next-request in page fixed and value converstions in filters
Fix lombok issue when including library
Fix: Lombok stops to produce code when including this library