odata_query 2.6.0
odata_query: ^2.6.0 copied to clipboard
OData Query Builder is a simple Dart package for building OData query parameter for your REST API.
2.6.0 #
- Filters
Filter.andandFilter.ornow accepts lists for more flexible queries. If the list is empty, the filter is omitted.
2.5.0 #
- Added OrderBy chaining:
thenAscandthenDesc.
2.4.0 #
- Added
containsfilter. - Added
startsWithandendsWithfilters. - Added negation
not. - Updated readme and example.
2.3.0 #
- Added
anyandallfilters. - Updated readme and example.
2.2.0 #
- Added
inListandinCollectionfilters. - Updated readme and example.
2.1.0 #
- Added
toEncodedString()and normaltoString()does not encode the query. - Fixed typo in
scr->srcfolder. - Example for nested odata queries.
2.0.0 #
toString()andtoMap()functions instead ofbuild().
1.0.0 #
- Initial release of odata_query package.