Skip to content

Commit

Permalink
v5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rogier Schouten committed Nov 7, 2016
1 parent 124dd1c commit 1cc4ec4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@

# Changelog

## 5.3.0 (2016-11-07)

* Add DateTime#standardOffsetDuration() method that returns the offset excluding DST.
* Add DateTime#offsetDuration() method that returns a Duration instead of a number.
* Bugfix: the DateTime constructor would throw when given a time zone name with "without DST" appended.
* Add DateTime#standardOffsetDuration() method that returns the offset excluding DST. (Issue #30)
* Add DateTime#offsetDuration() method that returns a Duration instead of a number. (Issue #30)
* Bugfix: the DateTime constructor would throw when given a time zone name with "without DST" appended. (Issue #30)

## 5.2.0 (2016-11-06)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "timezonecomplete",
"version": "5.2.0",
"version": "5.3.0",
"description": "DateTime, TimeZone, Duration and Period library aimed at providing a consistent and complete date-time interface, away from the original JavaScript Date class.",
"keywords": [
"Date",
Expand Down

0 comments on commit 1cc4ec4

Please sign in to comment.