File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Road map
22
3- - [ ] Dynamic build module name from server dto's namespace
3+ - [ ] ...
44
55# Change log
66
77These are the changes to each version that has been released
88on the official Visual Studio extension gallery.
99
10+ ## 2.2.0
11+ - [x] Removed useless files
12+ - [x] Refactoring / code optimizing
13+ - [x] Added unit tests
14+ - [x] (Fixed) Problem with types defined in the external libs
15+ - [x] Renamed Options.GlobalScope into Options.DeclareModule (because it is more clear and transparent name)
16+ - [x] Removed Options.Export (useless, because not needed for modules and required without them)
17+ - [x] (Fixed) When Options.DeclareModule is false no namespaces were added
18+ - [x] Dynamic build module name from server dto's namespace
19+ - [x] Added an Options.EOLType (to choose the EOL type Windows/Unix)
20+ - [x] Added the Options.IndentTab and Options.IndentTabSize (to convert the tab indentations into spaces)
21+
22+ ## 2.1.0
23+
24+ - [x] Make it build locally (Visual Studio 2017 Professional)
25+ - [x] Reconfigured the Build Server
26+ - [x] Added Options.Export, to export classes/interfaces/enums instead of cover them by Module
27+
1028## 2.0.0
1129
1230- [x] Discard support for VB
You can’t perform that action at this time.
0 commit comments