Skip to content

0.0.02

Compare
Choose a tag to compare
@TiLied TiLied released this 16 Jul 11:50
· 212 commits to master since this release

Breaking changes!

"GlobalThis" now in "GlobalObject".
Renamed method from "Generate2Async" to "GenerateAsync".

  • Updated generated csharp and xml documents.
  • Added more comments to code,
  • Initial support for built-it types/generics.
  • Many missing tokens.
  • Support for while loop.
  • foreach to for..of.
  • $"{test}" to `${test}`.
  • Bug fixes.

Full Changelog: 0.0.01...0.0.02