append-url
Advanced tools
Comparing version 1.0.30 to 1.1.0
@@ -0,1 +1,8 @@ | ||
# [1.1.0](https://github.com/miaoxing/miaoxing/compare/append-url@1.0.30...append-url@1.1.0) (2024-11-01) | ||
### Features | ||
* **append-url, deprecated:** 废弃通过 `%s` 转换链接,改为使用 `${var}` ([30e0479](https://github.com/miaoxing/miaoxing/commit/30e0479794bd00149a158017364a5d1400d0a3ec)) | ||
## [1.0.30](https://github.com/miaoxing/miaoxing/compare/append-url@1.0.29...append-url@1.0.30) (2024-09-01) | ||
@@ -2,0 +9,0 @@ |
@@ -5,2 +5,3 @@ import param from 'jquery-param'; | ||
if (url.indexOf('%s') !== -1) { | ||
console.warn('Deprecated: Using %s for string interpolation is deprecated. Please use template strings instead.'); | ||
// @link http://stackoverflow.com/questions/610406/javascript-equivalent-to-printf-string-format | ||
@@ -7,0 +8,0 @@ var i = 0; |
{ | ||
"name": "append-url", | ||
"version": "1.0.30", | ||
"version": "1.1.0", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
12044
52