Skip to content

Commit

Permalink
v1.25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rogier Schouten committed Jan 13, 2016
1 parent 6bad3f1 commit baa35b3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -674,6 +674,12 @@ The version of the included IANA time zone database is 2015g.

## Changelog

### 1.25.1 (2016-01-13)
* Improved documentation for DateTime.add()/sub()/addLocal()/subLocal()
* Removed console.log() statement
* Bugfix: DateTime#format() would throw if a zone was specified in the format string but no zone was present
* DateTime#format() now trims the string before returning it.

### 1.25.0 (2015-12-03)
* Removed private DateTime member _unixUtcMillisCache to facilitate simple comparison of date objects by their members. There is now a global cache of unix milliseconds.

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": "1.25.0",
"version": "1.25.1",
"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 baa35b3

Please sign in to comment.