All Versions
13
Latest Version
Avg Release Cycle
72 days
Latest Release
1295 days ago

Changelog History
Page 2

  • v4.5.0 Changes

    July 12, 2018

    ๐Ÿ†• New features:

    • Generate non-typed expressions (LambdaExpression type) (thanks @bordecal).
    • ๐Ÿ— Introduce UnwrapMemberRequest builder. See motivation in #1055.
    • ๐Ÿ‘€ Introduce ToCustomization() extension. See motivation in #1056.

    ๐Ÿ‘Œ Improvements and fixes:

    • ๐Ÿ‘ Better deferred method detection approach in Idioms.
    • Don't fail when [MinLength] attribute is specified only for arrays (thanks @Pvlerick).
    • ๐Ÿ—„ Deprecate redundant customizations.
  • v4.4.0 Changes

    May 26, 2018

    ๐Ÿ†• New features:

    • โž• Added auto-configured mode for the FakeItEasy integration (thanks @blairconrad) ๐ŸŽ‰
    • ๐Ÿ‘ Range annotation attribute now supports TimeSpan (thanks @damian-krychowski)
    • ๐Ÿ‘ Now support MinLength and MaxLength data annotation attributes (thanks again @damian-krychowski)
  • v4.3.0 Changes

    May 02, 2018

    ๐Ÿ‘Œ Improvements:

    • ๐Ÿ‘‰ Use Fare library as a dependency, instead of embedding it locally (#938).
    • ๐Ÿ‘Œ Support email generation by targeting netstardard2.0 directly (#993).
    • ๐Ÿ‘ป Fail with better exception if guard clause is present, but contains invalid parameter name (#1010).