Releases: codecutout/StringToExpression
Releases · codecutout/StringToExpression
v2.2.0
- Added additional functions to OData language
- int length(string p0)
- int indexof(string p0, string p1)
- string replace(string p0, string find, string replace)
- string substring(string p0, int pos)
- string substring(string p0, int pos, int length)
- string tolower(string p0)
- string toupper(string p0)
- string trim(string p0)
- string concat(string p0, string p1)
- double round(double p0)
- double floor(double p0)
- decimal floor(decimal p0)
- double ceiling(double p0)
- Fixe issue with OData language where bitwise and/or operations were being used instead of condition
v2.1.1
Update nuget release credentials
v1.1.1
Regenerate expired nuget key
v1.1.0
Add enumeration support to the odata language (#7) Also provide a few helper methods for enum conversions usable by other languages
v1.0.1
App build script (#4)