-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Minor revision of wording from original changeset in 8af45cd - That wording is now associated with a changeset specific to `@getodk/xforms-engine`, where that language will probably make more sense - A more terse changeset is also added for `@getodk/xpath`, only describing the nature of the change for that package
- Loading branch information
1 parent
0896a2d
commit 8892010
Showing
2 changed files
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@getodk/xpath": minor | ||
--- | ||
|
||
The `xf:distance` function signature is now variadic, consistent with the revised signature specified by ODK XForms. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@getodk/xforms-engine": minor | ||
--- | ||
|
||
The `xf:distance` XPath function now accepts multiple arguments. This makes it easier to compute the distance between multiple points within a form's primary instance. Previously, to achieve this, you'd have to introduce a `calculate` which concatenates those points together, then call the distance function with a reference to that `calculate` as the argument. |