- ...
These are the changes to each version that has been released on the official Visual Studio extension gallery.
- Removed useless files
- Refactoring / code optimizing
- Added unit tests
- (Fixed) Problem with types defined in the external libs
- Renamed Options.GlobalScope into Options.DeclareModule (because it is more clear and transparent name)
- Removed Options.Export (useless, because not needed for modules and required without them)
- (Fixed) When Options.DeclareModule is false no namespaces were added
- Dynamic build module name from server dto's namespace
- Added an Options.EOLType (to choose the EOL type Windows/Unix)
- Added the Options.IndentTab and Options.IndentTabSize (to convert the tab indentations into spaces)
- Added support of these conversions: "Byte -> number" and "GUID -> string"
- Make it build locally (Visual Studio 2017 Professional)
- Reconfigured the Build Server
- Added Options.Export, to export classes/interfaces/enums instead of cover them by Module
- Discard support for VB
- Strengthen support for enum members
- Set default namespace to Server.Dtos
- Set generated file name to *.generated.d.ts
- Change some default settings for generated d.ts code style
- Option for using producing <filename>.cs.d.ts
- Initial release
- Single File Generator
- Command to toggle custom tool
- Update readme file with screenshots etc.
- Website project support