Skip to content

0.0.04

Compare
Choose a tag to compare
@TiLied TiLied released this 20 Sep 14:22
· 219 commits to master since this release

!Breaking Change!
This update is mostly for CLI and Blazor WebAssembly.

  • Deleted method "GenerateManyAsync". Use "GenerateOneAsync" method, that accept folder path now.
  • Changed default to "filename" in "GenerateOneAsync". Now default is the name of input cs file with ".js".
  • Added option to disable console colors.
  • Added method "GenerateOneFromString", that accept a cs string and not a path to file. Returns StringBuilder.
  • Fixed a bug where lib crashes without error when passing a file outside a solution.
  • Small fixes.

Full Changelog: 0.0.03...0.0.04