Releases: icewind1991/SearchDAV
Releases · icewind1991/SearchDAV
3.2.0
What's Changed
- feat: Add PHP 8.4 support by @nickvergessen in #14
New Contributors
- @nickvergessen made their first contribution in #14
Full Changelog: v3.1.0...v3.2.0
3.1.0
3.0.1
- Add
DATATYPE_NONNEGATIVE_INTEGER
alias ofDATATYPE_NON_NEGATIVE_INTEGER
to easy upgrading
3.0.0
- Allow search backends to preload properties for search results
- Rename
SearchPropertyDefinition::DATATYPE_NONNEGATIVE_INTEGER
toSearchPropertyDefinition::DATATYPE_NON_NEGATIVE_INTEGER
2.0.0
- Compatible with SabreDAV 4
1.0.2
- Improved handling search queries containing empty elements and other "non standard" input
1.0.1
- Improve handling on querying non supported properties
1.0.0
Breaking changes:
ISearchBackend::search
now takes anQuery\Query
as argument instead of anXML\BasicSearch
- All public methods that perviously used
XML\*
classes have been changed to use newQuery\*
equivalents
New features
- The select, where and order part of the query now includes the full
SearchPropertyDefinition
instead of just the property name and verify that said properties support the operation.
0.3.1
- Fix descending sort order
0.3.0
- Add support for limit and offset