- Parameter names on
PreFillCustom(string text, int maxLength, string stringValue = " ")
changed intoPreFillCustom(string context, int maxLength, string text = " ")
#41 - Parameter names on
PreFillCustom(string text, int maxLength, char charValue = ' ')
changed intoPreFillCustom(string context, int maxLength, char text = ' ')
#41
- Removed unused usings.
- Missing summaries of methods are added.
- Files splitting.
PreFillCustom<T>()
andPreFilledCustom<T>()
methods are added.
maxNumberOfDigit
renamed asmaxDigit
onPreFilledCustom(long?... string)
,PreFilledCustom(long?... char)
,PreFilledCustom(long... string)
,PreFilledCustom(long... char)
,PreFillCustom(long?... string)
,PreFillCustom(long?... char)
,PreFillCustom(long... string)
andPreFillCustom(long... char)
- New design README.
- New design CHANGELOG.
- Added method references to summaries.
- Added missing version informations on CHANGELOG.
- Wiki link added under Example Usage on README.
- CHANGELOG link added under Version History on README.
- Social media preview link fixed.
- Folder name changed from Prefill to PreFill.
- README has better view.
- CHANGELOG has better view.
- LICENCE.md file renamed as LICENCE.
- Multi-framework support is added. (net6.0; net7.0; net461; netcoreapp3.1; netstandard2.0)
- Using explicipt variable instead of
var
- Target framework is changef from .Net Core 3.1 to .Net 7.0
PrefilledCustom
methods' name changed withPreFilledCustom()
.
Prefill
,PrefillCustom
methods supportnull
values.
GetLengthOfString()
private method was raising an error if providedstring
context was null.Null
checking is added.
- Added
GetLengthOfString()
method - Added support
string
data type.
Initial version.