Releases: NeVeSpl/NTypewriter
Releases · NeVeSpl/NTypewriter
v0.5.9
v0.5.8
- Type.AllReferencedTypes extended to return also types from implemented interfaces #114 by @christophdebaene
Added to the API:
IMethod:
- IsInitOnly
IProperty:
- GetMethod
- SetMethod
ISymbolBase:
- IsInternal
- IsPrivate
- IsPrivateProtected
- IsProtected
- IsProtectedInternal
v0.5.5
This version introduces Lambda filters for *.nt templates rendered by NTypewriter editor for Visual Studio.
instead of writing this:
for class in data.Classes | Symbols.WhereNameStartsWith "Pro"
you can write lambda function using c# syntax:
for class in data.Classes | Where 'x => x.Name.StartsWith("Pro")'
Lambda filters are not supported (yet) on other platforms (NTypewriter.SourceGenerator, NTypewriter.Online).
v0.5.1
NTypewriter editor for Visual Studio:
- fixed problem with creating "Output" window on newer versions of VS, that was caused by a thread race condition, and in a few scenarios may lead to a deadlock, and not creating NTypewriter output panel at all
NTypewriter.SourceGenerator:
- fixed problem with compiling user code from CLI with
dotnet build
v0.4.5
v0.4.4
v0.4.3
v0.4.2
v0.4.1
NTypewriter has gotten SourceGenerator, which means *.nt templates can be rendered anywhere from now.