Skip to content

Navy Lead Labrador

Latest
Compare
Choose a tag to compare
@cyrilgandon cyrilgandon released this 11 Oct 07:02
· 16 commits to master since this release

We drop the support of namespaces and migrate to TypeScript 2.0. The means the generated code is completely ES2015/ES6 compatible.

  • Generate module based on C# namespaces. This avoids any naming collision. Deletion of the module option.
  • One file by namespace is generated, so you will get multiple classes by files.
  • (Experimental) TypeScript 2.0 support with the inclusion of the strictNullCheck flag