Skip to content

v2.3.0 parameter naming consistency

Latest
Compare
Choose a tag to compare
@meokullu meokullu released this 21 Sep 17:52
0faaf06

Github releases (by release)

On this release;
Two methods' parameter names changed to make all methods have similar naming.

  • Parameter names on PreFillCustom(string text, int maxLength, string stringValue = " ") changed into PreFillCustom(string context, int maxLength, string text = " ") #41
  • Parameter names on PreFillCustom(string text, int maxLength, char charValue = ' ') changed into PreFillCustom(string context, int maxLength, char text = ' ') #41