odata_query 2.3.0 odata_query: ^2.3.0 copied to clipboard
OData Query Builder is a simple Dart package for building OData query parameter for your REST API.
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.