Comparing version 0.2.11 to 0.2.12
# Changelog | ||
## 0.2.12 | ||
* Fix DateTime.fromObject's handling of default zones | ||
## 0.2.11 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "luxon", | ||
"version": "0.2.11", | ||
"version": "0.2.12", | ||
"description": "Immutable date wrapper", | ||
@@ -5,0 +5,0 @@ "author": "Isaac Cambron", |
@@ -184,3 +184,3 @@ import { Duration } from '../duration'; | ||
if (Util.isUndefined(input) || input === null) { | ||
return LocalZone.instance; | ||
return Settings.defaultZone; | ||
} else if (input instanceof Zone) { | ||
@@ -187,0 +187,0 @@ return input; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1960877
17465