lib12 v2.2 Release Notes

Release Date: 2018-10-07 // over 5 years ago
  • โž• Added:

    • ConstrainFactory.AddFactoryMethodConstrain
    • string.Capitalize
    • Paging - collection.GetPage()
    • packing multiple objects into collection with Pack class
    • Math.IsOdd and Math.IsEven
    • Type.IsIntegralNumber and Type.IsFloatingPointNumber
    • 0๏ธโƒฃ defaultValue parameter for Dictionary.GetValueOrDefault()

    ๐Ÿ“‡ Renames (previous classes and methods stays as obsolete)

    • Is renamed to IsAnyOf, IsNot renamed to IsNotAnyOf
    • MathExt renamed to Math2
    • IsTypeNumeric renamed to IsNumber

    ๐Ÿ›  Fixes:

    • โž• Added missing xml documentation
    • ๐Ÿ‘ Better company names in FakeData.Companies

    Other:

    • โšก๏ธ updated external dependencies in a test project
    • using Roslynator for static code analysis
    • โž• added unit tests for non-covered code