Skip to content

Commit

Permalink
Publish version v0.2.11.
Browse files Browse the repository at this point in the history
  • Loading branch information
GGG-KILLER committed Apr 1, 2023
1 parent 994e41f commit a1f86d4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
1 change: 1 addition & 0 deletions .vscode/ltex.dictionary.en-US.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ bool
GParse
precedences
erroring
NormalizeWhitespace
5 changes: 5 additions & 0 deletions .vscode/ltex.hiddenFalsePositives.en-US.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,8 @@
{"rule":"MORFOLOGIK_RULE_EN_US","sentence":"^\\QAdded\nImplemented \\E(?:Dummy|Ina|Jimmy-)[0-9]+\\Q whitespace voider escape for short strings;\nImplemented \\E(?:Dummy|Ina|Jimmy-)[0-9]+\\Q as an attempt to reduce allocations when lexing;\\E$"}
{"rule":"UPPERCASE_SENTENCE_START","sentence":"^\\Qv0.2.2\nChanged\nBreaking Only store \\E(?:Dummy|Ina|Jimmy-)[0-9]+\\Qs that directly reference a \\E(?:Dummy|Ina|Jimmy-)[0-9]+\\Q in the \\E(?:Dummy|Ina|Jimmy-)[0-9]+\\Q;\nBreaking Move \\E(?:Dummy|Ina|Jimmy-)[0-9]+\\Q to \\E(?:Dummy|Ina|Jimmy-)[0-9]+\\Q as it is not applicable to non-function scopes;\nUpdated the README with instructions and documentation on v0.2.\\E$"}
{"rule":"UPPERCASE_SENTENCE_START","sentence":"^\\Qv0.2.10\nAdded\nAdded the following new \\E(?:Dummy|Ina|Jimmy-)[0-9]+\\Q overloads to partially restore compatibility with pre-typed-lua era:\n\\E(?:Dummy|Ina|Jimmy-)[0-9]+\\Q;\n\\E(?:Dummy|Ina|Jimmy-)[0-9]+\\Q;\n\\E(?:Dummy|Ina|Jimmy-)[0-9]+\\Q;\n\\E(?:Dummy|Ina|Jimmy-)[0-9]+\\Q;\n\\E(?:Dummy|Ina|Jimmy-)[0-9]+\\Q;\n\\E(?:Dummy|Ina|Jimmy-)[0-9]+\\Q;\n\\E(?:Dummy|Ina|Jimmy-)[0-9]+\\Q;\n\\E(?:Dummy|Ina|Jimmy-)[0-9]+\\Q;\n\\E(?:Dummy|Ina|Jimmy-)[0-9]+\\Q.\\E$"}
{"rule":"UPPERCASE_SENTENCE_START","sentence":"^\\Qv0.2.11\nFixed\nFixed \\E(?:Dummy|Ina|Jimmy-)[0-9]+\\Q not being populated.\\E$"}
{"rule":"UPPERCASE_SENTENCE_START","sentence":"^\\Qv0.2.9-beta.1\nChanged\nOptimized the lexing process with a reduction of 80% in lexing time and 76% in parsing time.\\E$"}
{"rule":"UPPERCASE_SENTENCE_START","sentence":"^\\Qv0.2.8\nAdded\nAdded support for string length to the constant folder.\\E$"}
{"rule":"EN_A_VS_AN","sentence":"^\\QFixed\nFix parameters not having an \\E(?:Dummy|Ina|Jimmy-)[0-9]+\\Q associated with them.\\E$"}
{"rule":"MORFOLOGIK_RULE_EN_US","sentence":"^\\Qv0.2.4\nAdded\nAdd nuget params to \\E(?:Dummy|Ina|Jimmy-)[0-9]+\\Q, \\E(?:Dummy|Ina|Jimmy-)[0-9]+\\Q and \\E(?:Dummy|Ina|Jimmy-)[0-9]+\\Q;\nAdd CD flow to publish packages to a public myget.org (not nuget.org) feed.\\E$"}
8 changes: 5 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

## v0.2.11
### Fixed
- Fixed `ContainedScopes` not being populated.
- Fixed NormalizeWhitespace not inserting spaces between expression list arguments.
Expand Down Expand Up @@ -153,7 +155,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `LuaSyntaxOptions.AcceptTypedLua`.

### Changed
- [Breaking] The following were changed as a result of implementing typed lua syntax:
- [Breaking] The following were changed as a result of implementing typed Lua syntax:
- `LuaSyntaxOptions`'s constructor and `With` were changed to accept a bool for `AcceptTypedLua`;
- The following were changed to accept a `TypeBindingSyntax`:
- `AnonymousFunctionExpressionSyntax.Update`;
Expand Down Expand Up @@ -194,7 +196,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed
- Fixed `SyntaxFacts.GetConstantValue` not returning the correct value for tokens.
- Fixed `SyntaxFacts.GetConstantValue` not returning `None` for values outside of the valid range.
- Fixed `SyntaxFacts.GetConstantValue` not returning `None` for values outside the valid range.
- Fixed the constant folder turning `/` into integer division when both sides are integers.
- Fixed the constant folder storing the length as an integer token.
- Fixed `LuaSyntaxNode.GetStructure` throwing an exception because we *do* have structured trivia.
Expand Down Expand Up @@ -386,7 +388,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
single-char escapes (e.g.: `"\A\B\C\D" will be read as "ABCD" silently without any errors or warnings).

### Fixed
- `ObjectDisplay.FormatLiteral` was not emitting unicode escapes correctly.
- `ObjectDisplay.FormatLiteral` was not emitting Unicode escapes correctly.

## v0.2.7-beta.7
### Added
Expand Down

0 comments on commit a1f86d4

Please sign in to comment.