Releases: Testura/Testura.Code
Releases · Testura/Testura.Code
0.9.0
0.8.0
0.6.0
0.4.0
0.3.1
0.3.0
- Added methods to generate foreach loop
- Added methods to generate while loop
- Added Support for binary expressions:
- Conditional binary expressions (for example 1 == 2)
- "Or" and "and" (for example 1 == 2 || 2 == 2)
- Math (for example 1 + 1)
- Added declare and assign methods that accept binary expressions
- Added BinaryExpressionArgument
0.2.1
0.2.0
- Split the property class in to three classes
- A base abstract class
- A AutoProperty class for auto property
- A BodyProperty class for properties with body/blocks.
- A new reference class for the "value" keyword
- Code saver now takes a list of options (CSharpFormattingOptions) for better flexibility when generating code.
- SelectionStatement class now have a new a new overload for the for-method where we take an expression statement instead of body.
- Fixed bug with type name when delclare new variables