Skip to content

Releases: NeVeSpl/NTypewriter

v0.3.9

11 Dec 19:55
Compare
Choose a tag to compare

#65 - IType.IsCollection returns false for IList
#66 - No access to template output

v0.3.8

28 Sep 08:31
Compare
Choose a tag to compare

A new variable : env.IsPreviewRender, #62

updated nugets from to
Scriban 5.4.5 5.5.0
WebView2 1.0.1150.38 1.0.1343.22
Buildalyzer 4.1.4 4.1.5
Microsoft.Build.Locator 1.4.1 1.5.5

v0.3.6

25 Aug 16:37
Compare
Choose a tag to compare

v0.3.4

25 May 12:35
Compare
Choose a tag to compare

#57 - AllReferencedTypes function does not work for interfaces
#56 - Type.AllReferencedTypes ignores nullable reference types

updated nugets from to
Scriban 5.1.0 5.4.5
WebView2 1.0.1054.31 1.0.1150.38
Buildalyzer 3.2.8 4.1.4

v0.3.1

29 Dec 08:30
Compare
Choose a tag to compare

#48 - Custom functions not working when excluded from "compile" item group in VS

v0.3.0

01 Dec 11:53
d1a39c1
Compare
Choose a tag to compare

v0.2.9

28 Nov 15:08
Compare
Choose a tag to compare

v0.2.7

25 Nov 19:10
Compare
Choose a tag to compare

Scriban updated from 4.1.0 to 5.0.0

Two new built-in functions were added :

And one addition to CodeModel:

  • ISymbolBase.Locations

v0.2.6

20 Nov 21:06
Compare
Choose a tag to compare

This release contains a very big change for the Editor. Now the whole process of generating files is decoupled from VS and placed in NTypewriter.Runtime. After decoupling, the code is fully testable, but before that, it was not covered by even a single test. Without having tests for that part of the code, some bugs could have been introduced during refactoring. If you find out any suspicious behaviour, please, let me know,

v0.2.0

12 Oct 16:07
Compare
Choose a tag to compare

NTypewriter:
Scriban updated from 4.0.1 to 4.1.0
Buildalyzer updated from 3.2.2 to 3.2.3

Editor:
Added possibility to render a template when it is saved.