Releases: Testura/Testura.Code
Releases · Testura/Testura.Code
1.3.0
10 Feb 13:41
Compare
Sorry, something went wrong.
No results found
Added support for object initialization (with ObjectCreationGenerator)
1.2.0
15 Jan 19:14
Compare
Sorry, something went wrong.
No results found
Added builder for record and struct
Added support for file scoped namespace #
Moved return generation from ExpressionStatement to ObjectCreationGenerator
Renamed ClassInitializationArgument to ObjectCreationArgument
Added a new argument type - AssignArgument
1.1.0
04 Jan 11:56
Compare
Sorry, something went wrong.
No results found
Added new method to generate object creation
1.0.0
27 Dec 13:10
Compare
Sorry, something went wrong.
No results found
Updated to .NET 6
Fixed issue with inheritance and comma
0.16.0
20 Feb 21:41
Compare
Sorry, something went wrong.
No results found
Added support for xml documentation to class, constructor, fields and properties. #61
Added support for single line comments to statements.
0.15.0
24 Jan 20:26
Compare
Sorry, something went wrong.
No results found
Added support for constructor initializer #55
Added xml documentation support for parameters #57
0.14.0
16 Jan 18:49
Compare
Sorry, something went wrong.
No results found
Added support for get and set modifiers (in properties) #54
Added protected modifier
0.13.0
18 Oct 12:07
Compare
Sorry, something went wrong.
No results found
- Updated ClassBuilder with regions
- Changed so ClassBuilder preserv order when generating
- Added internal and partial modifiers
- Added support for enums
- Added NamespaceBuilder
- Fixed nullable structs
0.11.0
06 Aug 09:10
Compare
Sorry, something went wrong.
No results found
Added interface builder
Changed method builder so it add a semicolon if you set body to null
0.10.0
03 Jul 16:44
Compare
Sorry, something went wrong.
No results found
Added new modifiers (override, readonly, async, sealed, new)
Fixed generation of DateTimeOffset
Added support for field initialization