Skip to content

Releases: TiLied/CSharpToJavaScript

0.1.2

0.1.1

0.1.0

27 Sep 17:14

Choose a tag to compare

BREAKING CHANGE
The library now has a single entry point, consumes a string and outputs a string. Refer to the README.

Full Changelog: 0.0.10...0.1.0

0.0.10

15 Sep 13:03

Choose a tag to compare

0.0.09

21 Jan 10:17

Choose a tag to compare

For major changelog, see 0.0.08 release

Full Changelog: 0.0.08...0.0.09

0.0.08

20 Jan 18:17

Choose a tag to compare

Highlight:
Method "GenerateOneContinuously" continuously watching for file modifications:
Code_iv9ffQVn9R
Options used: UseStrictEquality, KeepBraceOnTheSameLine, NormalizeWhitespace

Rest of changes:

Full Changelog: 0.0.07...0.0.08

0.0.07

03 May 15:39

Choose a tag to compare

Full Changelog: 0.0.06...0.0.07

0.0.06

06 Dec 10:06

Choose a tag to compare

Full Changelog: 0.0.05...0.0.06

0.0.05

27 Sep 11:46

Choose a tag to compare

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

  • Changed "GenerateOneFromStringAsync" to "GenerateOneFromString".
  • Deleted creation of debug.txt when Debug is enabled. Console output is enough.
  • Added default references to the compilation.
  • Added option "DisableConsoleOutput".
  • Added detection for get only, auto implemented properties.
  • Improved formatting and detection of the auto implemented properties.
  • Small fixes.

Full Changelog: 0.0.04...0.0.05

0.0.04

20 Sep 14:22

Choose a tag to compare

!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