Releases: DevTeam/Immutype
Releases · DevTeam/Immutype
1.0.16
1.0.15
Bug fixes:
- Fixed comments for generated methods
1.0.14
- 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
Changes:
- Support complex namespaces
- The ExcludeFromCodeCoverage attribute was added to extensions
1.0.9
Changes:
- Support generic parameters
1.0.8
Changes:
- Supporting block-free namespaces
1.0.7
Changes:
- Uses the keyword 'in' for read-only types only
1.0.5
Changes:
- Simplify method guards
1.0.4
Changes:
- Generic types support including any generic constraints.
1.0.3
Changes:
- Passing "this" parameter for values with the "in" keyword for C# version 7.2+ for the performance boost
- Simplified checks for default values