Skip to content

Commit 7728915

Browse files
author
Denis Peshkov
authored
Update CHANGELOG.md
1 parent 75fa700 commit 7728915

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,30 @@
11
# Road map
22

3-
- [ ] Dynamic build module name from server dto's namespace
3+
- [ ] ...
44

55
# Change log
66

77
These are the changes to each version that has been released
88
on 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

0 commit comments

Comments
 (0)