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

Commit e9c812e

Browse files
authored
Merge pull request #150 from eyelidlessness/prerelease/2-0-10/changelog-version
Prepare for 2.0.10
2 parents 2898c15 + f54ba21 commit e9c812e

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,19 @@ Change Log
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6+
[2.0.10] - 2022-02-01
7+
----------------------
8+
9+
##### Fixed
10+
11+
- Date arithmetic correctly returns a number, rather than a date (#143)
12+
- Date arithmetic correctly applies the local timezone to all operands (#147)
13+
- Values returned from `date` (and the `date-time` alias) always includes a time component, consistent with the previous evaluator (#148)
14+
615
[2.0.9] - 2021-10-11
716
---------------------
817
##### Fixed
9-
- `decimal-date-time()` treated as local time when no offset specified
18+
- `decimal-date-time()` treated as local time when no offset specified
1019

1120
[2.0.8] - 2021-09-10
1221
---------------------

package-lock.json

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openrosa-xpath-evaluator",
3-
"version": "2.0.9",
3+
"version": "2.0.10",
44
"description": "Wrapper for browsers' XPath evaluator with added support for OpenRosa extensions.",
55
"homepage": "https://enketo.org",
66
"main": "src/openrosa-xpath.js",

0 commit comments

Comments
 (0)