Comparing version 0.2.2 to 0.2.3
# Changelog | ||
## 0.2.22 | ||
## 0.2.3 | ||
* Fixes for `diff` with multiple units | ||
## 0.2.2 | ||
* Fixes for `fromSQL`, `toSQL`, `toSQLTime`, and `toSQLDate` | ||
@@ -6,0 +10,0 @@ * Add `includeOffset` option to `toISO` and `toISOTime` |
{ | ||
"name": "luxon", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "Immutable date wrapper", | ||
@@ -22,5 +22,6 @@ "author": "Isaac Cambron", | ||
"coveralls": "latest", | ||
"eslint": "latest", | ||
"esdoc-standard-plugin": "latest", | ||
"eslint": "^4.12.0", | ||
"eslint-config-airbnb-base": "12.0.2", | ||
"eslint-config-prettier": "latest", | ||
"eslint-config-prettier": "^2.9.0", | ||
"eslint-plugin-import": "latest", | ||
@@ -32,3 +33,3 @@ "eslint-plugin-prettier": "latest", | ||
"gulp-coveralls": "latest", | ||
"gulp-esdoc": "latest", | ||
"gulp-esdoc": "icambron/gulp-esdoc#latest-esdoc", | ||
"gulp-eslint": "latest", | ||
@@ -35,0 +36,0 @@ "gulp-filter": "latest", |
@@ -24,5 +24,5 @@ # Luxon | ||
* [API docs](https://moment.github.io/luxon/docs/identifiers.html) | ||
* [Quick tour](https://moment.github.io/luxon/docs/manual/design/tour.html) | ||
* [For Moment users](https://moment.github.io/luxon/docs/manual/faq/moment.html) | ||
* [Why does Luxon exist?](https://moment.github.io/luxon/docs/manual/faq/why.html) | ||
* [Quick tour](https://moment.github.io/luxon/docs/manual/tour.html) | ||
* [For Moment users](https://moment.github.io/luxon/docs/manual/moment.html) | ||
* [Why does Luxon exist?](https://moment.github.io/luxon/docs/manual/why.html) | ||
* [A quick demo](https://moment.github.io/luxon/demo/global.html) | ||
@@ -29,0 +29,0 @@ |
@@ -345,3 +345,3 @@ import { Util } from './impl/util'; | ||
if (this.isValid) { | ||
return `Duration {\n values: ${this.toObject().inspect()},\n locale: ${this | ||
return `Duration {\n values: ${this.toISO()},\n locale: ${this | ||
.locale},\n conversionAccuracy: ${this.conversionAccuracy} }`; | ||
@@ -348,0 +348,0 @@ } else { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
631343
17397
39