Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 1.55 KB

CHANGELOG.md

File metadata and controls

47 lines (35 loc) · 1.55 KB

Road map

  • ...

Change log

These are the changes to each version that has been released on the official Visual Studio extension gallery.

2.2.0

  • 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"

2.1.0

  • 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

2.0.0

  • 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

1.1

  • Option for using producing <filename>.cs.d.ts

1.0

  • Initial release
  • Single File Generator
  • Command to toggle custom tool
  • Update readme file with screenshots etc.
  • Website project support