- #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]
- #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]
- #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]
- #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]
- #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]
- #34 - Fixed 'XPath2Expression.Compile throws exception in Mono' [bug] contributed by StefH
- #33 - XPath2Expression.Compile throws exception in Mono [bug]
- #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]
- #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]
- #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]
- #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?
- #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]
- #19 - sign + fix appveyor contributed by StefH
- #10 - Bug in netstandard 2.0 : XPath2Exception in simple Compile [bug]
- #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]