- Nuget 0.1.5
- Added comments.
- Merge branch 'master' of https://github.com/TiLied/CSharpToJavaScript
- Updated generated c#.
- Added "MakePropertiesEnumerable" option. Needed if you use json, since properties are not enumerable. Default: false.
- Removed EnumValueAttribute. Use ValueAttribute instead. Added "NoneWithLeadingDotRemoved" and "NoneWithTailingDotRemoved" options for ToAttribute.
- Added special syntax "//...\" Mostly for tests, for generating valid c# code.
- c# EndsWith -> js endsWith
- Updated license year.
- Updated "Microsoft.CodeAnalysis.CSharp" to 5.0.0.
Full Changelog: 0.1.4...0.1.5