Comparing version 1.13.3 to 1.14.0
This contains Luxon's tiny website. Use `npm run site` command to copy it to the build directory. |
# Changelog | ||
## 1.14.0 | ||
* Allow the zone argument to Interval.fromISO with duration components | ||
* Ignore the zone argument to Duration factory methods | ||
## 1.13.3 | ||
@@ -4,0 +9,0 @@ |
@@ -0,0 +0,0 @@ Copyright 2017 JS Foundation and other contributors |
{ | ||
"name": "luxon", | ||
"version": "1.13.3", | ||
"version": "1.14.0", | ||
"description": "Immutable date wrapper", | ||
@@ -5,0 +5,0 @@ "author": "Isaac Cambron", |
@@ -0,0 +0,0 @@ # Luxon |
@@ -236,3 +236,4 @@ import { isUndefined, isNumber, normalizeObject } from "./impl/util.js"; | ||
"numberingSystem", | ||
"conversionAccuracy" | ||
"conversionAccuracy", | ||
"zone" // a bit of debt; it's super inconvenient internally not to be able to blindly pass this | ||
]), | ||
@@ -239,0 +240,0 @@ loc: Locale.fromObject(obj), |
@@ -0,0 +0,0 @@ // these aren't really private, but nor are they really useful to document |
@@ -0,0 +0,0 @@ import { |
@@ -0,0 +0,0 @@ import * as Formats from "./formats.js"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ import * as English from "./english.js"; |
@@ -0,0 +0,0 @@ export default class Invalid { |
@@ -0,0 +0,0 @@ import { hasFormatToParts, hasIntl, padStart, roundTo, hasRelative } from "./util.js"; |
@@ -0,0 +0,0 @@ import DateTime from "./datetime.js"; |
@@ -0,0 +0,0 @@ import DateTime, { friendlyDateTime } from "./datetime.js"; |
@@ -0,0 +0,0 @@ import DateTime from "./datetime.js"; |
@@ -0,0 +0,0 @@ /* eslint import/no-extraneous-dependencies: off */ |
@@ -0,0 +0,0 @@ /* eslint no-unused-vars: "off" */ |
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
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
Sorry, the diff of this file is not supported yet
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
2826101
32381