Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
fixed: various XPath evaluator bugs, see changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnR committed Apr 20, 2021
1 parent 4d5fdc4 commit 9bc684f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,18 @@ This project adheres to [Semantic Versioning](http://semver.org/).

[Unreleased]
---------------------
##### Removed
- `decimal-date()` function (as it was an accident and is not in the spec).

##### Changed
- Improved accessibility for screen readers.
- Improved performance.

##### Fixed
- Using `decimal-time()` with a node-set parameter fails.
- The not-equals operator fails when preceded by a node-set without a trailing space.
- Using `uuid()` with a node-set parameter fails.

[5.17.5] - 2021-04-12
---------------------
##### Fixed
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"leaflet.gridlayer.googlemutant": "^0.12.1",
"mergexml": "1.2.1",
"node-forge": "^0.10.0",
"openrosa-xpath-evaluator": "^2.0.5",
"openrosa-xpath-evaluator": "^2.0.6",
"signature_pad": "2.3.x"
}
}

0 comments on commit 9bc684f

Please sign in to comment.