Skip to content

Commit

Permalink
Version 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
WillemJann committed Jan 6, 2022
1 parent 91e10f9 commit ec6080f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 13 deletions.
2 changes: 1 addition & 1 deletion src/XLParser/ExcelFormulaGrammar.cs
Expand Up @@ -8,7 +8,7 @@ namespace XLParser
/// <summary>
/// Contains the XLParser grammar
/// </summary>
[Language("Excel Formulas", "1.5.0", "Grammar for Excel Formulas")]
[Language("Excel Formulas", "1.5.1", "Grammar for Excel Formulas")]
public class ExcelFormulaGrammar : Grammar
{
#region 1-Terminals
Expand Down
19 changes: 7 additions & 12 deletions src/XLParser/XLParser.csproj
Expand Up @@ -6,19 +6,14 @@
<PackageId>XLParser</PackageId>
<Description>A parser for Excel formulas</Description>
<PackageTags>parser excel formula</PackageTags>
<AssemblyVersion>1.5.0.0</AssemblyVersion>
<FileVersion>1.5.0.0</FileVersion>
<Version>1.5.0.0</Version>
<AssemblyVersion>1.5.1.0</AssemblyVersion>
<FileVersion>1.5.1.0</FileVersion>
<Version>1.5.1.0</Version>
<PackageReleaseNotes>
- Support for implicit intersection operator, spill range operator, spill error (#113)
- Accept references to file paths with URL (#114)
- Include dynamic array and spill functions (#120)
- Include some new Office 365 functions
- Remove some invalid Excel functions
- Fix invalid MinLocation and MaxLocation of row and column references (#123)
- Add #GETTING_DATA error token (#125)
- Fix incorrect whitespace in Print method (#128)
</PackageReleaseNotes>
- Support for multi range formulas (#98, #124)
- Fix: incorrect operator precedence
- Fix: MinLocation and MaxLocation of row/column references
</PackageReleaseNotes>
<PackageLicenseExpression>MPL-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://spreadsheetlab.github.io/XLParser</PackageProjectUrl>
<RepositoryUrl>https://github.com/spreadsheetlab/XLParser</RepositoryUrl>
Expand Down

0 comments on commit ec6080f

Please sign in to comment.