Skip to content

Releases: alexfalconflores/dottoolkit

Dot by Dot

20 Sep 05:05
Compare
Choose a tag to compare

This release includes features for:

Math 🧮

  • Factorial
  • FactorialBigInterger

Extensions 🔌

String Category

  • IsNullOrEmpty
  • IsNullOrWhiteSpace
  • Join
  • Join(formatFunc)
  • Repeat
  • ToCamelCase
  • ToPascalCase
  • ToKebabCase
  • ToSnakeCase
  • HtmlEscape
  • HtmlUnEscape
  • ReverseString
  • ToChar

Number Category

  • IsNaN(double)
  • IsNaN(float)
  • ToByte
  • ToSByte
  • ToShort
  • ToUShort
  • ToInt
  • ToUInt
  • ToLong
  • ToULong
  • ToFloat
  • ToDecimal
  • ToDouble
  • Bool Category
  • ToBool

ObservableCollection Category

  • RemoveAll(Prediceate match)
  • RemoveAll(Prediceate match, Action onRemoved)
  • ToObservableCollection

Collection Category

  • Fill
  • RandomChoice

List Category

  • Sorted

ArrayCategory

  • Sorted

Connecting the Dots with DotToolkit

11 Sep 22:39
Compare
Choose a tag to compare

This release include features for:

Math 🧮

  • Fibonacci
  • IsEven
  • Evens
  • IsOdd
  • Odds
  • IsDivisibleBy
  • IsMultipleOf
  • IsPrime
  • Primes
  • Primes - SieveOfAtkin
  • Primes - SegmentedSieve
  • IsBetween
  • IsPositive
  • IsNegative
  • IsZero
  • IsInteger
  • IsDecimal
  • IsBigInteger
  • IsComplex
  • IsNatural

for now :3.🙏

The reason for version 1.0.1 is because I had a reference error in version 1.0.0 and I had to fix it. :p