Skip to content

Releases: DevTeam/Immutype

1.0.16

29 Aug 15:08
Compare
Choose a tag to compare

Changes:

  • #2 Better file header
  • #4 Get comments from doc-xml for constructor parameters

1.0.15

20 Jul 20:50
Compare
Choose a tag to compare

Bug fixes:

  • Fixed comments for generated methods

1.0.14

09 Jun 17:12
Compare
Choose a tag to compare
  • Avoid NormalizeWhitespace to improve performance
  • Should not wrap collections by lists in "with" operations
  • Add Clear method
  • Support Add and Remove for original types
  • Adds comments for generated methods

1.0.10

21 Jan 10:50
Compare
Choose a tag to compare

Changes:

  • Support complex namespaces
  • The ExcludeFromCodeCoverage attribute was added to extensions

1.0.9

18 Jan 14:15
Compare
Choose a tag to compare

Changes:

  • Support generic parameters

1.0.8

18 Jan 12:07
Compare
Choose a tag to compare

Changes:

  • Supporting block-free namespaces

1.0.7

27 Dec 08:46
Compare
Choose a tag to compare

Changes:

  • Uses the keyword 'in' for read-only types only

1.0.5

15 Dec 11:10
Compare
Choose a tag to compare

Changes:

  • Simplify method guards

1.0.4

15 Dec 07:38
Compare
Choose a tag to compare

Changes:

  • Generic types support including any generic constraints.

1.0.3

14 Dec 20:48
Compare
Choose a tag to compare

Changes:

  • Passing "this" parameter for values with the "in" keyword for C# version 7.2+ for the performance boost
  • Simplified checks for default values