Skip to content

0.0.03

Compare
Choose a tag to compare
@TiLied TiLied released this 14 Sep 14:53
· 122 commits to master since this release

!Breaking changes!

  • Passing assembly as an argument, no longer required!
  • Renamed "GenerateAsync" to "GenerateOneAsync".
  • Deleted option "OutPutFileName", now you need to pass as an argument in "GenerateOneAsync", default is still the same: "main.js".
  • Added "GenerateManyAsync".
  • Added few expressions.
  • Further improvement to "this".
  • Colorful output to console.
  • Added static keyword for methods and properties.
  • Other improvements.
  • Fixed bugs.
  • Microsoft.CodeAnalysis.CSharp updated.
  • Updated generated csharp.
  • Updated xml docs.

Full Changelog: 0.0.02...0.0.03