Skip to content

Releases: nameofSEOKWONHONG/eXtensionSharp

Release 1.0.1.12

04 Jul 12:57
Compare
Choose a tag to compare
  • 1.0.1.12
    • remove - xToJoin
    • change - xJoin, if empty collection, return string.empty.

Release 1.0.0.9

09 May 14:14
Compare
Choose a tag to compare
  • 1.0.0.9
    • remove - xForEach: remove thread.sleep
    • remove - xForEach: remove number type from to xforeach, use Enumerable.Range(from, to)
    • modify - xForEach: change xforeach func item priority. (int Index, Generic T Item)
    • remove - XHttpExtension
    • add - xToDayOfWeek : day of week name (base by cultureinfo)
    • etc - XFileExtension change huge naming.
    • caution - xForEach can happen object null exception.
      case 1 : use AOT, happen exception after serialize object.

Release 1.0.0.8

08 Jan 14:23
Compare
Choose a tag to compare
  • 1.0.0.8
    • add - xToDictionary(this DataTable datatable) return IDictionary<string, object?>
    • add - xToDate(this DateTime dt, string format, CultureInfo culture) return string
    • modify - xBetween(this DateTime v, DateTime from, DateTime to) return bool
    • modify - project file - target framework
    • abort - XEnumBase<> - don't use more. use smartenum.
    • remove - FastDeepCloner - don't use more. use mapster.

Release 1.0.0.6

14 Nov 18:42
Compare
Choose a tag to compare
  • 1.0.0.6
    • add - static string xDistinct(this IEnumerable items)
    • support net8

1.0.0.5 Release

02 Nov 02:27
Compare
Choose a tag to compare

add xTryDateParse : datetime tryparse

1.0.0.4 Release

31 Oct 13:25
Compare
Choose a tag to compare

The xIsEmpty function has been updated to return true when the input is less than or equal to 0.

1.0.0.3 release

29 Oct 09:26
Compare
Choose a tag to compare

add "xIsDuplicate"
add "xTryDuplicate"

1.0.0.2 Release

20 Oct 06:04
Compare
Choose a tag to compare

Version that passed the combat test

first release

29 May 11:20
Compare
Choose a tag to compare

first release