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