0.0.04
!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