odata-filter-parser icon indicating copy to clipboard operation
odata-filter-parser copied to clipboard

Library for parsing and building OData filter strings

Results 4 odata-filter-parser issues
Sort by recently updated
recently updated
newest added

Thanks for creating this library. I noticed you added a section to the Readme about Typescript types and this could resolve #16 requesting types be added to the library. I...

Have updated the README to include information on how to generate types for a local project, but this project could include the index.d.ts file by default.

enhancement

Gulp is quite old and while it works the tool chain does have built time security warnings (does not impact product/runtime) Should update to a more modern build framework for...

maintainability

should be able to improve the handling of the array slicing (arguments is not an array but can us prototype array methods) via something like this: (courtesy of kminio) Array.prototype.slice.call(arguments,...

maintainability