forked from CloudNimble/TypeLitePlus
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathchangelog.txt
112 lines (90 loc) · 3.65 KB
/
changelog.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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
Version 1.1.0.0 (12. 2. 2015)
=====================================
Added Better extensibility of TsGenerator, better extensibility of formaters
Version 1.0.2.0 (21. 1. 2015)
=====================================
Fixed #47 Fixed problem with derived generics
Version 1.0.1.0 (17. 11. 2014)
=====================================
Fixed #64 Incorrect definition for KeyValuePair<int, List<string>>
Fixed #65 Generic porperty referencin containing type causes StackOverflowException
Added #49 Better output formating
Version 1.0.0.0 (29. 10. 2014)
=====================================
Fixed #57 Support for generics
Version 0.9.6.0 (20. 10. 2014)
=====================================
Fixed #51 Support for multidimensional arrays
Version 0.9.5.0 (5. 9. 2014)
=====================================
Fixed #52 Support for using [TsEnum] without class
Added #60 DateTimeOffset generated as Date
Added #50 Support for generating TypeScript interfaces from .NET interfaces
Version 0.9.4.1 (3. 9. 2014)
=====================================
Fixed #59 Bug in tt files
Version 0.9.4.0 (20. 8. 2014)
=====================================
Added #57 Support public fields
Version 0.9.3.0 (18. 6. 2014)
=====================================
Fixed #48 For<Enum>().ToModule()
Added #46 Support for inner classes
Version 0.9.2.0 (16. 6. 2014)
=====================================
Fixed #43 Declare keyword on modules with enums
Fixed #44 Export keyword on enums
Fixed #45 Empty modules
Added #27 Support for standalone enums
Version 0.9.1.9 (10. 6. 2014)
=====================================
Fixed #33: Enums not created when using list
Fixed #41: Combination of generics <T> and Enum throws an exception
Fixed #42: Duplicate TS iterfaces for generic parameters
Version 0.9.1.8 (8. 6. 2014)
=====================================
Added Strong assembly names
Version 0.9.1.7 (29. 5. 2014)
=====================================
Added #17: Enums should go to .ts files
Version 0.9.1.6 (17. 1. 2014)
=====================================
Added MemberTypeFormatter
Fixed #28: Fluent method for adding references
Version 0.9.1.5 (10. 11. 2013)
=====================================
Added Optional fields
Fixed #24: Nullable enums
Version 0.9.1.4 (14. 10. 2013)
=====================================
Added Nuget package TypeLITE.Lib without T4 templates
Fixed Empty modules when type convertor is used
Version 0.9.1.3 (10. 10. 2013)
=====================================
Fixed Incorrect output of type convertor if the module is specified
Version 0.9.1.2 (9. 10. 2013)
=====================================
Fixed #15: Problems with enum underlaying types
Fixed #18: ModelVisitor visits enums
Added #7: Type convertors
Added #9: Fluent configuration for classes
Version 0.9.1.1 (9. 8. 2013)
=====================================
Added #12: Generation of enums
Version 0.9.1beta (9. 8. 2013)
=====================================
Fixed #13: TypeScript 0.9.1 uses boolean keyword instead of bool
Version 0.9.0beta (27. 6. 2013)
=====================================
Fixed #11: Typescript 0.9 requires declare keyword in the module definition
Enhancement #10: Converted project to Portable class library
Version 0.8.3 (22. 4. 2013)
=====================================
Fixed #4: DateTime type conversion results in invalid type definition
Fixed #5: Generic classes result in invalid interface definitions
Fixed #6: Properties with System.Guid type result in invalid typescript code
Version 0.8.2 (8. 4. 2013)
=====================================
Fixed #2: TsIgnore-attribute doesn't work with properties
Added Support for nullable value types
Added Support for .NET 4