i18n-format
Advanced tools
Comparing version 4.0.0-pre.3 to 4.0.0-pre.4
@@ -272,3 +272,6 @@ /** | ||
set observeParams(value) { | ||
console.warn(`${this.is}: observeParams is deprecated and has a read-only dummy value true.`); | ||
if (!this.constructor._observeParamsWarned) { | ||
console.warn(`${this.is}: observeParams is deprecated and has a read-only dummy value true.`); | ||
this.constructor._observeParamsWarned = true; | ||
} | ||
} | ||
@@ -275,0 +278,0 @@ |
@@ -21,3 +21,3 @@ { | ||
"name": "i18n-format", | ||
"version": "4.0.0-pre.3", | ||
"version": "4.0.0-pre.4", | ||
"main": "i18n-format.js", | ||
@@ -24,0 +24,0 @@ "directories": { |
Sorry, the diff of this file is not supported yet
105524
1385