Skip to content

v2.2.0 Generic type support

Compare
Choose a tag to compare
@meokullu meokullu released this 23 Feb 20:54
· 11 commits to master since this release
ffd7e47

Github releases (by release)

⚠️ When updating to v2.2.0 from v2.1.2, due to renaming Prefill as PreFill an unexcepted error may occur. You can uninstall and install PreFill to avoid that. ⚠️

Uninstall & install through Package Manager Control

Uninstall-Package Prefill
Install-Package PreFill -Version 2.2.0

On this release;

  • Two methods are added. PreFillCustom<T>(T value, int maxLength, string text = " ") and PreFilledCustom<T>(T value, int maxLength, string text = " ")

  • maxNumberOfDigit renamed as maxDigit on PreFilledCustom(long?... string), PreFilledCustom(long?... char), PreFilledCustom(long... string), PreFilledCustom(long... char), PreFillCustom(long?... string), PreFillCustom(long?... char), PreFillCustom(long... string) and PreFillCustom(long... char)