Skip to content

Latest commit

 

History

History
81 lines (66 loc) · 7.3 KB

ReleaseNotes.md

File metadata and controls

81 lines (66 loc) · 7.3 KB

1.1.5 (22 March 2024)

  • #67 - Correct wrong context handling [bug] contributed by cbridet
  • #7 - wrong context handling [bug]

1.1.4 (29 November 2023)

  • #60 - Add extra unit-tests for issue 59 + implement some Nullable fixes to the code [enhancement] contributed by StefH
  • #61 - Add more unit tests for issue 58 [enhancement] contributed by StefH
  • #64 - handle   in NormalizeStringValue() [bug] contributed by jgilbert2017
  • #66 - Add unit tests for CoreFuncs.NormalizeStringValue [tests] contributed by StefH
  • #63 - Missing parsing for some html-encoded entity references [bug]

1.1.3 (25 April 2022)

  • #49 - Fixed rules in XPath.y for DocumentTest and added test cases that sho… contributed by martin-honnen
  • #50 - Add XPath2.TestRunner Project + ConsoleApp [enhancement] contributed by StefH
  • #51 - Add AttributeSelection tests [tests] contributed by StefH
  • #52 - Fix TestRunner contributed by StefH
  • #53 - Update TestRunner (fix for implicit-timezone) contributed by StefH
  • #54 - Runner + unittests [tests] contributed by StefH
  • #55 - Fix some SonarCloud issues [enhancement] contributed by StefH
  • #56 - [Snyk] Security upgrade Newtonsoft.Json from 11.0.2 to 13.0.1 contributed by StefH
  • #57 - Update NuGet packages [enhancement] contributed by StefH
  • #47 - Attribute node selection with "kind test" attribute() or attribute(foo) doesn't work
  • #48 - Node test of the form document-node(element(foo)) seems broken [bug]

1.1.2 (23 June 2021)

  • #45 - XPath2Evaluate - ToString [bug] contributed by StefH
  • #13 - Using XPath2Evaluate() without a function in command there's always a comma at the end of the value [bug]

1.1.1 (18 June 2021)

  • #42 - Default element namespace fix contributed by martin-honnen
  • #43 - Fix CI build [enhancement] contributed by StefH
  • #31 - Default namespace not handled in XPath query [enhancement]

1.1.0.0 (08 September 2020)

  • #36 - Rewrite yyerror method to fix SonarQube issue [enhancement] contributed by StefH
  • #37 - Make ast public [enhancement] contributed by binarycow
  • #35 - Expose the AST? [enhancement]

1.0.12.0 (04 August 2020)

  • #34 - Fixed 'XPath2Expression.Compile throws exception in Mono' [bug] contributed by StefH
  • #33 - XPath2Expression.Compile throws exception in Mono [bug]

1.0.11.0 (08 May 2020)

  • #30 - Fix NuGet for net40 and add source-link [bug] contributed by StefH
  • #29 - Wrong version of XPath.dll is packaged in the 1.0.10 nupkg for net40 [bug]

1.0.10.0 (11 September 2019)

  • #28 - Fix "MoveToNext" (throws Null Exception on .NET Standard / Core) [bug] contributed by StefH
  • #27 - Selecting multiple results throws null exception on .NET Core [bug]

1.0.9.0 (18 June 2019)

  • #26 - Fix Round() [bug] contributed by StefH
  • #25 - round(2.5) evaluates to 2 [bug]

1.0.8.0 (28 May 2019)

  • #24 - Add function "string()" [bug] contributed by StefH
  • #23 - Calling string() in step fails with Wmhelp.XPath2.XPath2Exception: The function 'string'/0 was not found [bug]

1.0.7.0 (23 May 2019)

  • #22 - Using a variable in XPath2Select on an XPathNavigator should work [bug] contributed by StefH
  • #20 - Should using a variable in XPath2Select on an XPathNavigator work?

1.0.6.1 (29 October 2018)

  • #16 - ns:number function does not operate on a node #15 contributed by wjgerritsen-0001
  • #18 - Set up CI with Azure Pipelines contributed by azure-pipelines[bot]
  • #15 - ns:number function does not operate on a node
  • #17 - Implement Azure Pipelines for CI (remove app-veyor) [enhancement]

1.0.6.0 (29 October 2018)

  • #19 - sign + fix appveyor contributed by StefH
  • #10 - Bug in netstandard 2.0 : XPath2Exception in simple Compile [bug]

1.0.5.1 (15 August 2017)

  • #8 - Added netstandard2.0 target framework [enhancement] contributed by kashifsoofi
  • #11 - Netstandard20 fix contributed by StefH
  • #1 - FunctionTable.Instance.AddAllExtensions throws exception when called multiple times [bug]
  • #2 - Fix version from XPath2 to 1.0.2 [enhancement]
  • #3 - Update project to the NETStandard 1.6
  • #4 - spelling mistake
  • #5 - Add json-to-xml / json-to-xmlstring extensions [enhancement]