-
Notifications
You must be signed in to change notification settings - Fork 5
/
ReleaseNotes.txt
25 lines (20 loc) · 1.13 KB
/
ReleaseNotes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 2.1.1
fixed asset watching trigger error in slash treatment. Now paths are normalized to OS default representation.
changed default extension for generated files to '.txt'
# 2.1.0
add 'Preferences' button to all template inspector windows
add path hint for assemblies in 'T4 Settings' window
add Roslyn compiler support and new language target "C#/Unity" (default if none set)
add ability to redefine Roslyn compiler location
enforce using lastest C# version known to roslyn compiler
change default target runtime and libraries to Unity Editor's current ones
# 2.0.0
breaking change: enum value TemplateSettings.OutputTypes.Code renamed to TemplateSettings.OutputTypes.Text
breaking change: enum value TemplateSettings.OutputTypes.CodeGenerator renamed to TemplateSettings.OutputTypes.TextGenerator
breaking change: enum GenerationResult to TransformationResult
add UnityTemplateGenerator.RunForTemplate with additional parameters
add XML documentation to most public members
add parameters passing example
# 2.0.1
fix NRE in TemplateSettings and made additional checks for userData
fix changed message "Failed to load settings ..." to be less confusing.