1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-02-05 13:49:27 +01:00

jsrender v1.0.14 -> v1.0.15

This commit is contained in:
nobody 2024-08-10 07:34:08 +02:00
parent e71b975ccc
commit 540e2296b8
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
5 changed files with 7 additions and 6 deletions

View File

@ -829,7 +829,7 @@ https://cdnjs.cloudflare.com/ajax/libs/jquery-validation-unobtrusive/4.0.0/jquer
https://cdnjs.cloudflare.com/ajax/libs/js-cookie/2.2.1/js.cookie.min.js
https://cdnjs.cloudflare.com/ajax/libs/js-cookie/3.0.5/js.cookie.min.js
https://cdnjs.cloudflare.com/ajax/libs/jScrollPane/2.2.2/script/jquery.jscrollpane.min.js
https://cdnjs.cloudflare.com/ajax/libs/jsrender/1.0.14/jsrender.min.js
https://cdnjs.cloudflare.com/ajax/libs/jsrender/1.0.15/jsrender.min.js
https://cdnjs.cloudflare.com/ajax/libs/knockout/3.4.2/knockout-min.js
https://cdnjs.cloudflare.com/ajax/libs/knockout/3.5.1/knockout-latest.min.js
https://cdnjs.cloudflare.com/ajax/libs/knockout.mapping/2.4.1/knockout.mapping.min.js

View File

@ -294,7 +294,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/jasny-bootstrap/4.')) return '4.0.0';
if (type.startsWith('/js-cookie/2.')) return '2.2.1';
if (type.startsWith('/js-cookie/3.')) return '3.0.5';
if (type.startsWith('/jsrender/1.')) return '1.0.14';
if (type.startsWith('/jsrender/1.')) return '1.0.15';
if (type.startsWith('/knockout/3.')) {
if (helpers.compareVersion('3.4.2', version)) return '3.4.2'; // <= v3.4.2
return '3.5.1';

View File

@ -42,6 +42,7 @@
<li>jquery-migrate v3.5.0 -> v3.5.2</li>
<li>jquery-validate v1.20.0 -> v1.21.0</li>
<li>jqueryui v1.13.3 -> v1.14.0</li>
<li>jsrender v1.0.14 -> v1.0.15</li>
</ul>
<p>Added</p>
<ul>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long