Skip to content

Latest commit

 

History

History
68 lines (47 loc) · 4.79 KB

ReleaseNotes.md

File metadata and controls

68 lines (47 loc) · 4.79 KB

0.4.4 (27 April 2022)

  • #26 - Replace Array.Empty by new T[0] (supporting .NET45) [bug] contributed by StefH

0.4.3 (27 April 2022)

  • #24 - Use correct default value for reference types [bug] contributed by StefH
  • #25 - Create correct default() statement (use New constructor when possible) [enhancement] contributed by StefH
  • #22 - The type or namespace name 'UserBuilder' does not exist in the namespace 'FluentBuilder' (are you missing an assembly reference?) [bug]

0.4.2 (03 April 2022)

  • #23 - Add support for file scoped namespaces [enhancement] contributed by StefH

0.4.0 (18 February 2022)

  • #21 - Use full type name + change namespace from builders [bug] contributed by StefH

0.3.2 (16 February 2022)

  • #20 - Do not inherit IEnumerableBuilder anymore [enhancement] contributed by StefH

0.3.1 (14 February 2022)

  • #19 - Generate Error.g.cs file in case no public and parameterless constructor is present in the target class contributed by StefH

0.3.0 (12 February 2022)

  • #18 - Add support to use this FluentBuilder for all classes [enhancement] contributed by StefH

0.2.5 (08 February 2022)

  • #17 - For interface or array, no cast is needed [bug] contributed by StefH

0.2.4 (06 February 2022)

  • #16 - Fix support for normal Dictionary<,> [bug] contributed by StefH

0.2.3 (01 February 2022)

  • #15 - Refactor IEumerable builders [enhancement] contributed by StefH

0.2.2 (31 January 2022)

  • #14 - Add support for IDictionary [enhancement] contributed by StefH

0.2.1 (30 January 2022)

  • #12 - Add support for Array and IEnumerable [enhancement] contributed by StefH
  • #13 - Skip Dictionary for IEnumerableBuilder logic [bug] contributed by StefH

0.1.2 (20 January 2022)

  • #11 - Also add 'useObjectInitializer' in With* methods [enhancement] contributed by StefH

0.1.1 (15 January 2022)

  • #10 - Remove runtime check for parameterless constructor [enhancement] contributed by StefH

0.1.0 (13 January 2022)

  • #9 - Add support for calling DefaultConstructor instead of using ObjectInitializer [enhancement] contributed by StefH

0.0.11 (10 August 2021)

  • #8 - Add DevelopmentDependency = true to csproj [enhancement] contributed by StefH

0.0.8 (06 August 2021)

  • #7 - Add support for generics + update generated filename [enhancement] contributed by StefH

0.0.7 (05 August 2021)

  • #5 - Add autogenerated header [enhancement] contributed by StefH
  • #6 - Only emit #nullable when nullable is supported (>= LanguageVersion.CS… [enhancement] contributed by StefH

0.0.5 (05 August 2021)

  • #4 - Add support for Action<builder> [enhancement] contributed by StefH
  • #3 - Add WithProperty overloads that accepts the property's builder when available [enhancement]

0.0.4 (21 July 2021)

  • #2 - Make project Unit-Testable [enhancement] contributed by StefH

0.0.2 (19 July 2021)

  • #1 - Update Lazy constructor to fix issues with .NET 4.5 [bug] contributed by StefH