- Nuget 0.1.2
- Update README.md
- Merge branch 'master' of https://github.com/TiLied/CSharpToJavaScript
- Only print references with the "Debug" option.
- Fixed regression with Generics.
- Update patch.yml
- Added "TypeOf" method translates as the typeof operator.
- Fixed regression with recent attribute changes.
- Added more comments to the options.
- Merge branch 'master' of https://github.com/TiLied/CSharpToJavaScript
- Removed "CustomCSTypesToJS" option. Now the code checks for a correct Attribute, no matter where the code is from, not exclusively from a "CSharpToJavaScript" namespace.
- Update README.md
- Merge branch 'master' of https://github.com/TiLied/CSharpToJavaScript
- Added method "InstanceOf" translates as "instanceof" operator. Also, translates "is" to "instanceof".
- Update README.md
- Added method "Delete" translates to the "delete" operator. Added method "Void" translates to the "void" operator.
- Merge branch 'master' of https://github.com/TiLied/CSharpToJavaScript
- Micro-optimization.
Full Changelog: 0.1.1...0.1.2