Skip to content

Releases: TiLied/CSharpToJavaScript

0.1.3

0.1.2

0.1.1

0.1.0

Choose a tag to compare

@TiLied TiLied released this 27 Sep 17:14

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

Choose a tag to compare

@TiLied TiLied released this 15 Sep 13:03

0.0.09

Choose a tag to compare

@TiLied TiLied released this 21 Jan 10:17

For major changelog, see 0.0.08 release

Full Changelog: 0.0.08...0.0.09

0.0.08

Choose a tag to compare

@TiLied TiLied released this 20 Jan 18:17

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

Choose a tag to compare

@TiLied TiLied released this 03 May 15:39

Full Changelog: 0.0.06...0.0.07

0.0.06

Choose a tag to compare

@TiLied TiLied released this 06 Dec 10:06

Full Changelog: 0.0.05...0.0.06

0.0.05

Choose a tag to compare

@TiLied TiLied released this 27 Sep 11:46

!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