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.and
andFilter.or
now accepts lists for more flexible queries. If the list is empty, the filter is omitted.
2.5.0 #
- Added OrderBy chaining:
thenAsc
andthenDesc
.
2.4.0 #
- Added
contains
filter. - Added
startsWith
andendsWith
filters. - Added negation
not
. - Updated readme and example.
2.3.0 #
- Added
any
andall
filters. - Updated readme and example.
2.2.0 #
- Added
inList
andinCollection
filters. - Updated readme and example.
2.1.0 #
- Added
toEncodedString()
and normaltoString()
does not encode the query. - Fixed typo in
scr
->src
folder. - Example for nested odata queries.
2.0.0 #
toString()
andtoMap()
functions instead ofbuild()
.
1.0.0 #
- Initial release of odata_query package.