Skip to content

Releases: codecutout/StringToExpression

v2.2.0

14 Oct 09:53
e8a3d8e
Compare
Choose a tag to compare
  • 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

21 Feb 08:50
def410d
Compare
Choose a tag to compare
Update nuget release credentials

v1.1.1

01 Oct 22:10
Compare
Choose a tag to compare
Regenerate expired nuget key

v1.1.0

03 Jul 22:08
929dd4b
Compare
Choose a tag to compare
Add enumeration support to the odata language (#7)

Also provide a few helper methods for enum conversions usable by other languages

v1.0.1

10 Apr 21:03
378128e
Compare
Choose a tag to compare
App build script (#4)