history v5.0.0 -> v5.0.1 (#622)

This commit is contained in:
nobody 2021-08-14 06:56:48 +02:00
parent 181fa3c1a3
commit d5c3089708
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
7 changed files with 7 additions and 6 deletions

View File

@ -1115,7 +1115,7 @@ https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.18.5/styles/xcode.min.css
https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.18.5/styles/xt256.min.css
https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.18.5/styles/zenburn.min.css
https://cdnjs.cloudflare.com/ajax/libs/history/4.10.1/history.min.js
https://cdnjs.cloudflare.com/ajax/libs/history/5.0.0/history.production.min.js
https://cdnjs.cloudflare.com/ajax/libs/history/5.0.1/history.production.min.js
https://cdnjs.cloudflare.com/ajax/libs/hls.js/0.14.17/hls.min.js
https://cdnjs.cloudflare.com/ajax/libs/hls.js/1.0.9/hls.min.js
https://cdnjs.cloudflare.com/ajax/libs/hogan.js/3.0.2/hogan.min.js

View File

@ -596,8 +596,8 @@ function create_url() {
url="$GITHUB/jquery-validation/jquery-validation/$version/dist/jquery.validate.min.js"
elif [ "$folder" = "jquery-validate" ]; then
url="$GITHUB/jquery-validation/jquery-validation/$version/dist/jquery.validate.min.js"
elif [ "$folder" = "history" ] && [ "$version" = "5.0.0" ] && [ "$jfile" = "history.min.js" ]; then
url="$CLOUDFLARE/history/5.0.0/history.production.min.js"
elif [ "$folder" = "history" ] && [ "$version" != "4.10.1" ]; then
url="$CLOUDFLARE/history/$version/history.production.min.js"
elif [ "$folder" = "ember.js" ] && [ "$version" = "3.24.2" ] && [ "$jfile" = "ember.min.js" ]; then
url="$CLOUDFLARE/ember.js/3.24.2/ember.debug.js"
elif [ "$folder" = "dojo" ]; then

View File

@ -322,7 +322,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/history/4.')) {
return '4.10.1';
} else if (type.startsWith('/history/5.')) {
return '5.0.0';
return '5.0.1';
} else if (type.startsWith('/hls.js/0.')) {
return '0.14.17';
} else if (type.startsWith('/hls.js/1.')) {

View File

@ -54,6 +54,7 @@
<li>vue v3.1.5 -> v3.2.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/618">#618</a>)</li>
<li>noUiSlider v15.2.0 -> v15.3.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/619">#619</a>)</li>
<li>bodymovin v5.7.12 -> v5.7.13 (<a href="https://codeberg.org/nobody/LocalCDN/issues/621">#621</a>)</li>
<li>history v5.0.0 -> v5.0.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/622">#622</a>)</li>
</ul>
<p>Mapping</p>
<ul>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long