EventHorizon.Blazor.TypeScript.Interop.Generator Versions Save

This project is a Blazor Interop C# Generator, has a sample against the BabylonJS library.

1.3.0

2 years ago

What's Changed

Full Changelog: https://github.com/canhorn/EventHorizon.Blazor.TypeScript.Interop.Generator/compare/1.2.5...1.3.0

1.2.4

2 years ago

Added more C# keywords

  • #59 Fix added reserved keywords to DotNetNormalizer.cs - Thank you @badcommandorfilename for the PR!

What's Changed

New Contributors

Full Changelog: https://github.com/canhorn/EventHorizon.Blazor.TypeScript.Interop.Generator/compare/1.2.3...1.2.4

1.2.3

2 years ago

Updated Project Dependency EventHorizon.Blazor.Interop to version 0.2.3

What's Changed

Full Changelog: https://github.com/canhorn/EventHorizon.Blazor.TypeScript.Interop.Generator/compare/1.2.2...1.2.3

1.2.1

2 years ago

Updated EventHorizon.Blazor.Interop to 0.2.1, this changed the way null's are handled when passed from the .NET layer to the JavaScript layer.

1.2.0

2 years ago

Action Result Callback - Can now create a callbacks in C# that returns a result to the JavaScript caller.

1.1.4

3 years ago
  • Fixed No Namespace Issues

1.1.2

3 years ago

With this release the tool can now generate Blazor Server supported projects.

1.1.1

3 years ago

This release adds support for using a more Advanced TypeScript parser provided by NodeJS. Allowing for more complex/modern TypeScript to be generated from.