Skip to content

Releases: meokullu/PreFill

v2.2.0 Generic type support

23 Feb 20:54
ffd7e47
Compare
Choose a tag to compare

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)

v2.1.0 Multi-target frameworks support

15 Sep 10:51
5f0781b
Compare
Choose a tag to compare

Github releases (by release)

On this release;
Multi-target frameworks (net6.0; net7.0; net461; netcoreapp3.1; netstandard2.0) support is added.

v1.3.0 null support

19 Jun 01:16
12ce124
Compare
Choose a tag to compare

Github releases (by release)

On this release;

A bug causes error when string value is null for methods which uses string context as a parameter is solved. To support null values, all methods, except Prefill1()-Prefill8(), now have null support versions of them.

Initial Release

07 Dec 11:46
Compare
Choose a tag to compare

Github releases (by release)

This is initial version of PreFill.

Full Changelog: https://github.com/meokullu/Prefill/commits/v1.0.0