Skip to content

Releases: LorettaDevs/Loretta

v0.2.13-nightly.2

28 Sep 00:57
5d3a1d7
Compare
Choose a tag to compare
v0.2.13-nightly.2 Pre-release
Pre-release

Fixed

  • Fixed LuaSyntaxOptions.AcceptInvalidEscapes not suppressing errors in cases where LuaSyntaxOptions.{AcceptWhitespaceEscape,AcceptHexEscapesInStrings,AcceptUnicodeEscape} were false by @TheGreatSageEqualToHeaven in #116.
  • Fixed single line comments not getting a line break added after them in NormalizeWhitespace by @GGG-KILLER in #118.
  • Fixed warnings being generated for hex numbers on Lua 5.1, Lua 5.2 and other presets where HexIntegerFormat was NotSupported and AcceptHexFloatLiterals was false by @GGG-KILLER.
  • Fixed the SyntaxNormalizer turning nested negation expressions into comments by @GGG-KILLER.

Removed

  • Removed LanguageNames.{CSharp,FSharp,VisualBasic} by @GGG-KILLER in #115.

Changed

  • The Loretta.CodeAnalysis.FileLinePositionSpan has been made into readonly structs by @GGG-KILLER in #115.

v0.2.13-nightly.1

18 Mar 00:47
Compare
Choose a tag to compare
v0.2.13-nightly.1 Pre-release
Pre-release

Fixed

  • Fixed LuaSyntaxOptions.AcceptInvalidEscapes not suppressing errors in cases where LuaSyntaxOptions.{AcceptWhitespaceEscape,AcceptHexEscapesInStrings,AcceptUnicodeEscape} were false by @TheGreatSageEqualToHeaven in #116.
  • Fixed single line comments not getting a line break added after them in NormalizeWhitespace by @GGG-KILLER in #118.
  • Fixed warnings being generated for hex numbers on Lua 5.1, Lua 5.2 and other presets where HexIntegerFormat was NotSupported and AcceptHexFloatLiterals was false by @GGG-KILLER.
  • Fixed the SyntaxNormalizer turning nested negation expressions into comments by @GGG-KILLER.

Removed

  • Removed LanguageNames.{CSharp,FSharp,VisualBasic} by @GGG-KILLER in #115.

Changed

  • The Loretta.CodeAnalysis.FileLinePositionSpan has been made into readonly structs by @GGG-KILLER in #115.

v0.2.12

10 Mar 23:50
Compare
Choose a tag to compare

Fixed

  • Fixed LuaSyntaxOptions.AcceptInvalidEscapes not suppressing errors in cases where LuaSyntaxOptions.{AcceptWhitespaceEscape,AcceptHexEscapesInStrings,AcceptUnicodeEscape} were false by @TheGreatSageEqualToHeaven in #116.
  • Fixed single line comments not getting a line break added after them in NormalizeWhitespace by @GGG-KILLER in #118.
  • Fixed warnings being generated for hex numbers on Lua 5.1, Lua 5.2 and other presets where HexIntegerFormat was NotSupported and AcceptHexFloatLiterals was false by @GGG-KILLER.
  • Fixed the SyntaxNormalizer turning nested negation expressions into comments by @GGG-KILLER.

Removed

  • Removed LanguageNames.{CSharp,FSharp,VisualBasic} by @GGG-KILLER in #115.

Changed

  • The Loretta.CodeAnalysis.FileLinePositionSpan has been made into readonly structs by @GGG-KILLER in #115.

v0.2.12-nightly.27

10 Mar 15:32
Compare
Choose a tag to compare
v0.2.12-nightly.27 Pre-release
Pre-release

Fixed

  • Fixed LuaSyntaxOptions.AcceptInvalidEscapes not suppressing errors in cases where LuaSyntaxOptions.{AcceptWhitespaceEscape,AcceptHexEscapesInStrings,AcceptUnicodeEscape} were false by @TheGreatSageEqualToHeaven in #116.
  • Fixed single line comments not getting a line break added after them in NormalizeWhitespace by @GGG-KILLER in #118.
  • Fixed warnings being generated for hex numbers on Lua 5.1, Lua 5.2 and other presets where HexIntegerFormat was NotSupported and AcceptHexFloatLiterals was false by @GGG-KILLER.
  • Fixed the SyntaxNormalizer turning nested negation expressions into comments by @GGG-KILLER.

Removed

  • Removed LanguageNames.{CSharp,FSharp,VisualBasic} by @GGG-KILLER in #115.

Changed

  • The Loretta.CodeAnalysis.FileLinePositionSpan has been made into readonly structs by @GGG-KILLER in #115.

v0.2.12-nightly.24

25 Jun 01:09
Compare
Choose a tag to compare
v0.2.12-nightly.24 Pre-release
Pre-release

Fixed

  • Fixed LuaSyntaxOptions.AcceptInvalidEscapes not suppressing errors in cases where LuaSyntaxOptions.{AcceptWhitespaceEscape,AcceptHexEscapesInStrings,AcceptUnicodeEscape} were false by @TheGreatSageEqualToHeaven in #116.
  • Fixed single line comments not getting a line break added after them in NormalizeWhitespace by @GGG-KILLER in #118.

Removed

  • Removed LanguageNames.{CSharp,FSharp,VisualBasic} by @GGG-KILLER in #115.

Changed

  • The Loretta.CodeAnalysis.FileLinePositionSpan has been made into readonly structs by @GGG-KILLER in #115.

v0.2.12-nightly.23

13 Apr 00:52
Compare
Choose a tag to compare
v0.2.12-nightly.23 Pre-release
Pre-release

Fixed

  • Fixed LuaSyntaxOptions.AcceptInvalidEscapes not suppressing errors in cases where LuaSyntaxOptions.{AcceptWhitespaceEscape,AcceptHexEscapesInStrings,AcceptUnicodeEscape} were false by @TheGreatSageEqualToHeaven in #116.

Removed

  • Removed LanguageNames.{CSharp,FSharp,VisualBasic} by @GGG-KILLER in #115.

Changed

  • The Loretta.CodeAnalysis.FileLinePositionSpan has been made into readonly structs by @GGG-KILLER in #115.

v0.2.12-nightly.22

12 Apr 17:06
Compare
Choose a tag to compare
v0.2.12-nightly.22 Pre-release
Pre-release

Fixed

  • Fixed LuaSyntaxOptions.AcceptInvalidEscapes not suppressing errors in cases where LuaSyntaxOptions.{AcceptWhitespaceEscape,AcceptHexEscapesInStrings,AcceptUnicodeEscape} were false by @TheGreatSageEqualToHeaven in #116.

Removed

  • Removed LanguageNames.{CSharp,FSharp,VisualBasic} by @GGG-KILLER in #115.

Changed

  • The Loretta.CodeAnalysis.FileLinePositionSpan has been made into readonly structs by @GGG-KILLER in #115.

v0.2.11

01 Apr 19:30
Compare
Choose a tag to compare

Fixed

  • Fixed ContainedScopes not being populated.
  • Fixed NormalizeWhitespace not inserting spaces between expression list arguments.

Removed

  • .NET Core 3.1 support has been removed as .NET Core 3.1 has officially hit EOL.

v0.2.11-nightly.15

01 Apr 02:29
676ba34
Compare
Choose a tag to compare
v0.2.11-nightly.15 Pre-release
Pre-release

Fixed

  • Fixed ContainedScopes not being populated.
  • Fixed NormalizeWhitespace not inserting spaces between expression list arguments.

Removed

  • .NET Core 3.1 support has been removed as .NET Core 3.1 has officially hit EOL.

v0.2.11-nightly.10

15 Nov 03:46
327f21e
Compare
Choose a tag to compare
v0.2.11-nightly.10 Pre-release
Pre-release

Fixed

  • Fixed ContainedScopes not being populated.
  • Fixed NormalizeWhitespace not inserting spaces between expression list arguments.