@shopify/dates
Advanced tools
Comparing version 0.3.0 to 0.3.1-12hr-format-beta.1
@@ -9,2 +9,6 @@ # Changelog | ||
## Unreleased | ||
- Allows `hour12: true` to be passed to `formatDate` | ||
## [0.3.0] - 2020-02-19 | ||
@@ -11,0 +15,0 @@ |
@@ -23,3 +23,3 @@ "use strict"; | ||
var hourCycleRequired = resolvedOptions != null && | ||
options.hour12 != null && | ||
options.hour12 === false && | ||
resolvedOptions.hourCycle != null; | ||
@@ -26,0 +26,0 @@ if (hourCycleRequired) { |
{ | ||
"name": "@shopify/dates", | ||
"version": "0.3.0", | ||
"version": "0.3.1-12hr-format-beta.1", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "Lightweight date operations library.", |
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
46720