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

Commit

Permalink
Merge pull request #150 from eyelidlessness/prerelease/2-0-10/changel…
Browse files Browse the repository at this point in the history
…og-version

Prepare for 2.0.10
  • Loading branch information
lognaturel authored Feb 3, 2022
2 parents 2898c15 + f54ba21 commit e9c812e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,19 @@ Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

[2.0.10] - 2022-02-01
----------------------

##### Fixed

- Date arithmetic correctly returns a number, rather than a date (#143)
- Date arithmetic correctly applies the local timezone to all operands (#147)
- Values returned from `date` (and the `date-time` alias) always includes a time component, consistent with the previous evaluator (#148)

[2.0.9] - 2021-10-11
---------------------
##### Fixed
- `decimal-date-time()` treated as local time when no offset specified
- `decimal-date-time()` treated as local time when no offset specified

[2.0.8] - 2021-09-10
---------------------
Expand Down
5 changes: 3 additions & 2 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
@@ -1,6 +1,6 @@
{
"name": "openrosa-xpath-evaluator",
"version": "2.0.9",
"version": "2.0.10",
"description": "Wrapper for browsers' XPath evaluator with added support for OpenRosa extensions.",
"homepage": "https://enketo.org",
"main": "src/openrosa-xpath.js",
Expand Down

0 comments on commit e9c812e

Please sign in to comment.